body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0; margin:0;}
body{background:#fff; color:#666;overflow-x: hidden;min-width:1100px;-webkit-font-smoothing: antialiased;}
body,button,input,select,textarea{font:13px/1.5 "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",arial; color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small {font-size:12px}
ul,ol{list-style-type:none; list-style-image:none}
a {color:#333; text-decoration:none; outline:none;}
a:hover{text-decoration:none;}
img{ border:none;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
input{border: none;outline: none;}
*{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.tan05{-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.tan01{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.tan02{  -webkit-transition: all 2s;  -moz-transition: all 2s;  -ms-transition: all 2s;  -o-transition: all 2s;  transition: all 2s;  }
.b{display: block;width: 100%;/* height: 100%; */}
.noclick{pointer-events: none;}
.p{padding: 0 calc(50% - 550px);}
/*Ã©Â¦â€“Ã©Â¡Âµ-----------------------------------------------------------*/
.nav{
    height: 110px;
    border-top: 10px solid #02328d;
}
.logo{
    display: block;
    width: 345px;
    /* height: 49px; */
    float: left;
    margin: 26px 47px 0 0;
}
.nav-list{
    float: left;
    height: 100%;
    width: 540px;
    /* overflow:hidden; */
}
.nav-list li{
    float: left;
    width: 89px;
    text-align: center;
    height: 100%;
    /* border-left: 1px solid #ebebeb; */
    position: relative;
}
.nav-list li:last-child{
    /* border-right: 1px solid #ebebeb; */
}
.nav-list li>a{
    display: block;
    line-height: 100px;
    font-size: 15px;
}
.nav-list li:hover>a,.nav-list li.active>a{
    background: #02328d url("../images/nav_a_bg.png") no-repeat;
    color: white;
}
.nav-two{
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    left: 0px;
    background: rgba(2,50,141,.6);
}
#nav_z4 .nav-two{
    width: 180%;
}
.nav-two a{
    display: block;
    color: white;
    line-height: 38px;
    border-bottom: 1px solid #204fa0;
}
.nav-two a:last-child{
    border-bottom: none;
}
.nav-two a:hover{
    background: #27509e;
}

.language-seabox{
    padding-top:40px;
}

.language-seabox>div,.language-seabox>form{
    display:inline-block;
}

.language-seabox>div{
    font-size:15px;
}

.language-seabox>div a.active{
    color:#02328d;
}

.language-seabox>form{
    position:relative;
    float:right;
}

.language-seabox>form input[type="text"]{
    width:100px;
    border:1px solid #ccc;
    border-radius:5px;
    padding:0px 5px;
}

.language-seabox>form input[type="submit"]{
    position:absolute;
    right:0px;
    text-indent:-99999px;
    background:url("/images/seabtn_06.jpg") no-repeat center;
    height:20px;
    width:30px;
    background-size:60%;
}

/*banner*/
.banner{
    width: 100%;
    height: 449px;
    position: relative;
    overflow: hidden;
}
.banner-con{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬*/
.about{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}
.about-p{
    position: relative;
    opacity: 0;
}
.about-title{
    display: inline-block;
}
.about-title h3{
    font-family: Minion Pro;
    color: #b5c4e7;
    font-size: 80px;
    opacity: .5;
    line-height: 80px;
    margin-bottom: -15px;
}
.about-title h4{
    color: #02328d;
    font-size: 38px;
}
.about h5{
    font-size: 16px;
    color: #999;
    font-weight: normal;
}
.about-list{
    margin: 20px 0;
    overflow: hidden;
}
.about-list li{
    display: inline-block;
    width: 120px;
    height: 100px;
}
.about-list li + li{
    margin-left: 30px;
}
.icon{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: url("../images/icon.png") no-repeat;
}
.about-list p{
    line-height: 40px;
    font-size: 14px;
}
.icon-2{
    background-position:-60px 0;
}
.icon-3{
    background-position:-120px 0;
}
.about-list li:hover p{
    color: #02328d;
}
.about-list li:hover .icon-1{
    background-position:0 -60px;
}
.about-list li:hover .icon-2{
    background-position:-60px -60px;
}
.about-list li:hover .icon-3{
    background-position:-120px -60px;
}
.about p{
    font-size: 14px;
    line-height:30px;
}
.about span{
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
.about span strong{
    color: #02328d;
}
/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤Âº*/
.pro{
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    text-align: center;
    border-top: 5px solid #02318d;
    /* background: #02328d url("../images/wenli.png") repeat-y center top / 1920px 1px; */
}
.pro-top-bg{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -961px;
    width: 1920px;
    height: 124px;
}
.title{
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.title:after{
    display: block;
    position: absolute;
    content: "";
    width: 157px;
    height: 6px;
    border-radius: 3px;
    background: #517ccd;
    left: 50%;
    margin-left: -78px;
    bottom:-5px;
}
.title h3{
    font-size: 38px;
    color: #02328d;
}
.title p{
    font-family: Minion Pro;
    font-size: 38px;
    color: #517ccd;
}
.prolist{
    /* height: 40px; */
    /* margin-bottom: 30px; */
}
.prolist li{
    display: inline-block;
    border: 1px solid #406bbc;
    background: #02328d;
    border-radius: 20px;
    font-size: 14px;
    width: 180px;
    height: 100%;
    line-height: 38px;
    vertical-align: top;
    margin-bottom:20px;
}
.prolist li+li{
    margin-left: 7px;
}
.prolist li a{
    color: white;
}
.prolist li:hover{
    border-color: #517ccd;
    background: #517ccd;
}
.pro-list{
    padding-top: 5px;
    overflow: hidden;
}
.pro-list li{
    float: left;
    width: 252px;
    height: 220px;
    margin: 0 30px 22px 0;
}
.pro-list li:nth-child(4n){
    margin-right: 0;
}
.pro-list li img{
    display: block;
    border: 1px solid rgba(255,255,255,.4);
    padding: 5px;
    background: #02328d;
    max-width: 100%;
    height: 180px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.pro-list li p{
    line-height: 40px;
    font-size: 14px;
    color: white;
}
.pro-list li:hover img{
    border: 1px solid rgba(255,255,255,1);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
/*Ã¤Â¼ËœÃ¥Å Â¿*/
.adv{
    padding-top: 60px;
    text-align: center;
    background: #001236;
}
.adv>h3{
    font-size: 38px;
    color: white;
}
.adv>p{
    font-size: 38px;
    color: #304d87;
    font-family: Minion Pro;
}
.adv-len{
    width: 895px;
    height: 103px;
    border: 1px solid #2455b2;
    background: #02328d;
    font-size: 18px;
    line-height: 32px;
    padding:18px 70px 0;
    margin: 20px auto 40px;
    color: white;
    border-radius: 45px;
    box-shadow: 0 2px 7px rgba(0,0,0,.9);
}
.adv-len strong{
    color: #ffc000;
    font-weight: normal;
}
.adv-l{
    float: left;
}
.adv-r{
    float: right;
}
.adv-info-1,.adv-info-2,.adv-info-3{
    text-align: left;
}
.adv-info-1{
    height: 220px;
    margin-bottom: 40px;
}
.adv-info-1 .adv-l{
    width: 650px;
    height: 100%;
    padding: 12px 55px 0 120px;
    color: white;
    font-size: 16px;
    line-height: 38px;
    background: url("../images/adv_bg_l_01.png") no-repeat;
}
.adv-info-1 .adv-l b{
    color: #006cff;
}
.adv-info-1 .adv-r{
    width: 450px;
    height: 100%;
}
.adv-info-2{
    height: 330px;
    margin-bottom: 20px;
}
.adv-info-2 .adv-l{
    width: 500px;
    height: 100%;
}
.adv-info-2 .adv-r{
    width: 600px;
    padding-right: 50px;
    height: 100%;
}
.adv-info-title,.adv-list{
    padding-left: 80px;
    margin-bottom: 20px;
}
.adv-info-2 .adv-r .adv-info-title{
    background: url("../images/adv_bg_r_02.png") no-repeat left top 10px;
}
.adv-info-title h3{
    font-size: 28px;
    color: #006cff;
}
.adv-info-title p{
    font-family: Corbel;
    color: #006cff;
    font-size: 18px;
}
.adv-list li{
    color: white;
    font-size: 16px;
    line-height: 38px;
    position: relative;
}
.adv-list li:before{
    display: block;
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #0096ee;
    left: -35px;
    top:12px;
}
.adv-info-3 .adv-l .adv-info-title{
    background: url("../images/adv_bg_l_03.png") no-repeat left center;
}
.adv-info-3{
    height: 300px;
}
.adv-info-3 .adv-l{
    width: 450px;
    height: 100%;
}
.adv-info-3 .adv-r{
    width: 650px;
    height: 100%;
    margin-top: -80px;
}
/*Ã¨Â¡Å’Ã¤Â¸Å¡Ã¥Âºâ€Ã§â€Â¨*/
.use{
    position: relative;
    text-align: center;
    padding-top: 125px;
    padding-bottom: 80px;
    background: url("../images/use_btm_bg.png") repeat-x left -1px bottom;
}
.swiper-use{
    overflow: hidden;
    margin-bottom: 36px;
}
.swiper-use li{
    border-radius: 20px 0 20px 0;
    overflow: hidden;
}
.swiper-use li img{
    display: block;
    width: 100%;
    height: 284px;
}
.use-info{
    height: 92px;
    padding-top: 25px;
    background: white;
}
.use-info h3{
    font-size: 16px;
}
.use-info p{
    font-size: 12px;
}
.swiper-use-prev,.swiper-use-next{
    display: inline-block;
    width: 46px;
    height: 33px;
    cursor: pointer;
}
.swiper-use-prev{
    background: url("../images/use_l.png") no-repeat;
    margin-right: 30px;
}
.swiper-use-next{
    background: url("../images/use_r.png") no-repeat;
}
.swiper-use li:hover .use-info,.i-u-list li:hover .use-info{
    background: black;
    color: white;
}
/*Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’*/
.news{
    /* background: #f3f3f3; */
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
    border-top: 5px solid #02318d;
}
.news .title h3{
    color: #02328d;
}
.swiper-news{
    overflow: hidden;
    height: 377px;
    margin-bottom: 35px;
}
.swiper-news li{
    float: left;
    width: 340px;
    height: 100%;
    border-bottom: 2px solid #d3d3d3;
}
.swiper-news li + li{
    margin-left: 40px;
}
.swiper-news li img{
    display: block;
    width: 100%;
    height: 195px;
}
.news-info{
    height: 180px;
    padding: 20px;
    background: white;
    text-align: left;
}
.news-info h3{
    font-size: 16px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-info p{
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
    margin-bottom: 5px;
}
.news-info span{
    font-size: 14px;
    color: #999;
}
.swiper-news li:hover .news-info{
    background: #02328d;
}
.swiper-news li:hover .news-info h3{
    color: white;
}
.swiper-news li:hover .news-info p,.swiper-news li:hover .news-info span{
    opacity: .5;
    color: white;
}
.swiper-news-span{
    height: 18px;
}
.swiper-news-span span{
    width: 18px;
    height: 18px;
    opacity: 1;
    background: #c7c7c7;
}
.swiper-news-span span + span{
    margin-left: 13px;
}
.swiper-news-span span.swiper-pagination-bullet-active{
    background: #02328d;
}
/*Ã¥Âºâ€¢Ã©Æ’Â¨Ã¤Â¿Â¡Ã¦ÂÂ¯*/
.footer{
    width: 100%;
    height:230px;
    text-align: center;
    line-height: 30px;
    background: #02328d;
    color: white;
    padding-top: 70px;
}
.footer p a{
    display: inline-block;
    padding: 0 15px;
    color: white;
    height: 13px;
    line-height: 13px;
    margin-top: 5px;
    border-right: 1px solid white;
}
.footer p a:last-child{
    border-right: none;
}
.footer p img{
    display: inline-block;
    vertical-align: baseline;
}
.footer p a:hover,.i-broad a:hover{
    text-decoration: underline;
}
.i-footer{
    height: 180px;
    padding-top: 60px;
}
/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬Ã©Â¡ÂµÃ©ÂÂ¢----------------------------------------------------------------*/
.i-banner{
    height: 320px;
    position: relative;
}
.i-banner img{
    display: block;
    width: 1920px;
    position: absolute;
    height: 100%;
    left: 50%;
    margin-left: -960px;
    z-index: -1;
}
.i-title{
    height: 69px;
    line-height: 68px;
    border-bottom: 1px solid #d8d8d8;
}
.i-title h3{
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #666;
}
.i-title h3 b{
    color: #02328d;
}
.i-broad{
    float: right;
    color: #666;
    padding-left: 25px;
    background: url("../images/i_broad.png") no-repeat left center;
}
.i-broad a{
    color: #666;
}
.i-broad a:hover{
    text-decoration: underline;
}
.i-wrapper{
    padding-top: 35px;
    padding-bottom: 60px;
    /* background: #f3f3f3; */
}
.i-wrapper-con{
    background: white;
    font-size:14px;
    /* padding: 35px 35px 60px; */
    /* box-shadow: 0 0 6px rgba(0,0,0,.15); */
}

.i-wrapper-con img{
    max-width:100%;
}

.i-wrapper-con h1{
    text-align:center;
    line-height:50px;
    font-size:20px;
    margin-bottom:20px;
}
.i-list{
    overflow: hidden;
    margin-bottom: 35px;
}
.i-list li{
    float: left;
    width: 155px;
    height: 46px;
    background: #999;
    text-align: center;
    font-size: 16px;
    line-height: 46px;
    font-weight: bold;
}
.i-list li a{
    color: white;
}
.i-list li.active,.i-list li:hover{
    background: #02328d;
}
.i-list li + li{
    margin-left: 20px;
}
.i-a h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}
.i-a p,.i-u p{
    font-size: 14px;
    line-height: 32px;
    text-indent: 2em;
}
/*Ã¨ÂÂ£Ã¨Âªâ€°Ã¨Âµâ€žÃ¨Â´Â¨Ã©Â¡ÂµÃ©ÂÂ¢----------------------------------------------------------------*/
.i-honor-list{
    overflow: hidden;
}
.i-honor-list li{
    float: left;
    width: 320px;
    height: 251px;
    margin: 0 35px 20px 0;
}
.i-honor-list li:nth-child(3n){
    margin-right: 0;
}
.i-honor-list li img{
    display: block;
    width: 100%;
    height: 221px;
    border: 3px solid transparent;
}
.i-honor-list li:hover img{
    border: 3px solid #02328d;
}
.i-honor-list li:hover p{
    color: #02328d;
}
.i-honor-list li p{
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto;
}
.pages a{
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid #c3c3c3;
    background-color: #f5f5f5;
    line-height: 24px;
    text-align: center;
    margin-right: 16px;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,.pages a.page_bottom{
    width: 30px;
}
.pages a.page_active,.pages a:hover{
    color: #ff0000;
}
/*Ã¨Â¡Å’Ã¤Â¸Å¡Ã¥Âºâ€Ã§â€Â¨Ã©Â¡ÂµÃ©ÂÂ¢------------------------------------------------------------*/
.i-u-list{
    overflow: hidden;
}
.i-u-list li{
    float: left;
    width: 250px;
    text-align: center;
    overflow: hidden;
    height: 376px;
    margin: 0 33px 35px 0;
    border-radius: 20px 0 20px 0;
}
.i-u-list li:nth-child(3n),.i-p-list li:nth-child(3n){
    margin-right: 0;
}
.i-u-list li img{
    display: block;
    width: 100%;
    height: 284px;
}
/*Ã¨Â¡Å’Ã¤Â¸Å¡Ã¥Âºâ€Ã§â€Â¨Ã¥â€ â€¦Ã©Â¡Âµ-------------------------------------------------------------*/
.i-u p{
    text-indent: 0;
}
/*Ã¤ÂºÂ§Ã¥â€œÂÃ©Â¡ÂµÃ©ÂÂ¢----------------------------------------------------------------*/
.i-p-list{
    overflow: hidden;
}
.i-p-list li{
    float: left;
    width: 240px;
    height: 210px;
    margin: 0 0 20px 39px;
    text-align:center;
}

.i-p-list li img{
    max-width: 100%;
    max-height: 172px;
    border: 1px solid #8da3cc;
    padding: 5px;
    background: #d1d9e7;
}
.certificate-list li{
}
.certificate-list li img{
    
}
.i-p-list li p{
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.i-p-list li:hover img{
    background: #02328d;
    border-color: #02328d;
}
.i-p-list li:hover p{
    color: #02328d;
}
.certificate-list img{
    height:300px;   
}
/*Ã¦â€“Â°Ã©â€”Â»Ã©Â¡ÂµÃ©ÂÂ¢------------------------------------------------------------------*/
.i-news-imp{
    height: 195px;
    margin-bottom: 40px;
}
.i-news-imp:hover h3,.i-news-list li:hover h3{
    color: #02328d;
}
.i-news-imp:hover span:not(time span),.i-news-list li:hover span:not(time span){
    color: white;
    background: #02328d;
}
.i-news-imp img{
    display: block;
    float: left;
    width: 340px;
    height: 100%;
    margin-right: 20px;
}
.i-news-imp-info{
    float: left;
    width: 670px;
    height: 100%;
}
.i-n h3{
    font-size: 16px;
    /* margin-bottom: 5px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 10px; */
}
.i-n p{
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
}
.i-n b{
    font-weight: normal;
    color: #ccc;
    font-size: 14px;
    line-height: 35px;
}
.i-n span{
    display: block;
    width: 93px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ccc;
}
.i-n .i-news-list p{
    height: 48px;
}
.i-news-list{
    border-top: 1px solid #ccc;
}
.i-news-list time, .i-news-list div{
    display:inline-block;
}

.i-news-list time{
    width:10%;
    float:left;
    font-size:20px;
}
.i-news-list time span{
    width:100%;
    background-color:#e7e9eb;
    display:block;
    clear:both;
    height:auto;
    padding:10px 0;
}
.i-news-list time span.day{
    /* padding-top:10px; */
    font-size:30px;

}
.i-news-list time span.day:after{
    content:' ';
    display:block;
    width:20%;
    margin:0 auto;
    height:1px;
    border-bottom:1px solid #999999;
    margin-top:10px;
}
.i-news-list time span.mon{
    /* padding-bottom:10px; */
    padding-top:0;
}
.i-news-list time span:hover{
    background-color:#e7e9eb;
}
.i-news-list div{
    width:88%;
    float:right;
}

.i-news-list li{
    height: 160px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom:20px;
}
/*Ã¦Å â‚¬Ã¦Å“Â¯Ã¦Å“ÂÃ¥Å Â¡Ã©Â¡ÂµÃ©ÂÂ¢----------------------------------------------------------------*/
.i-s-list li{
    height: 50px;
    line-height: 49px;
    border-bottom: 1px dashed #666;
    font-size: 15px;
}
.i-s-list li a{
    position: relative;
    padding-left: 20px;
}
.i-s-list li a:before{
    display: block;
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left-color: #02328d;
    left: 0;
    top: 20px;
}
.i-s-list li a p{
    width: 850px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-s-list li span{
    float: right;
    color: #02328d;
    padding-right: 35px;
    background: url("../images/down.png") no-repeat right 5px top 12px;
}
.i-s-list li:hover p{
    color: #02328d;
}
/*Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬Ã©Â¡ÂµÃ©ÂÂ¢------------------------------------------------------------*/
.i-co>h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 5px;
}
.i-co>h4{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    text-align: center;
}
.i-co-add{
    margin: 40px 0;
    overflow: hidden;
    height: 300px;
}
.i-co-add>div{
    height: 100%;
    width: 50%;
    float: left;
}
.i-co-add>div:first-child{
    border-right: 1px dashed #bfbfbf;
    padding-left: 85px;
}
.i-co-add>div:last-child{
    padding-left: 120px;
    border-left: 1px dashed #5d5d5d;
}
.i-co-add h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.i-co-add p{
    font-size: 14px;
    line-height: 38px;
}
.map{
    height: 300px;
    overflow: hidden;
}
/*Ã¤ÂºÂ§Ã¥â€œÂÃ¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ©ÂÂ¢-------------------------------------------------------------*/
.ii-p h3{
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 10px;
}
.ii-p-con{
    overflow: hidden;
    margin-bottom: 30px;
    height: 250px;
}
.swiper-ii-p,.ii-p-info{
    width: 500px;
    float: left;
    height: 100%;
}
.swiper-ii-p{
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    border: 2px solid #999;
}
.swiper-ii-p-prev,.swiper-ii-p-next{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    cursor: pointer;
    top: 100px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 99;
}
.swiper-ii-p-prev{
    left: 16px;
    border-left-color: rgba(0,0,0,.5);
    border-bottom-color: rgba(0,0,0,.5);
}
.swiper-ii-p-next{
    right: 16px;
    border-top-color: rgba(0,0,0,.5);
    border-right-color: rgba(0,0,0,.5);
}
.ii-p-info p{
    font-size: 14px;
    line-height: 28px;
}
.ii-p-xn{
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}
.ii-p-xn li{
    float: left;
    width: 80px;
    height:30px;
    background: #ccc;
    text-align: center;
    line-height: 30px;
}
.ii-p-xn li + li{
    margin-left: 3px;
}
.ii-p-xn li.active{
    color: white;
    background: #02328d;
}
.ii-p-xn-con{
    padding: 30px;
}
.ii-p-xn-con>div{
    display: none;
}
.ii-p-xn-con>div.active{
    display: block;
}


























    /*Ã¥Å Â¨Ã§â€Â»------------------------------------------------------------------*/
.i_li_b{
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.i_li_t{
    opacity: 0;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
.i_d_l{
    opacity: 0;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    -ms-transform: translate(-300px, 0);
    -o-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
}
.i_d_r{
    opacity: 0;
    -webkit-transform: translate(300px, 0);
    -moz-transform: translate(300px, 0);
    -ms-transform: translate(300px, 0);
    -o-transform: translate(300px, 0);
    transform: translate(300px, 0);
}
.i_d_b{
    opacity: 0;
    -webkit-transform: translate(0, 300px);
    -moz-transform: translate(0, 300px);
    -ms-transform: translate(0, 300px);
    -o-transform: translate(0, 300px);
    transform: translate(0, 300px);
}
.i_d_z{
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}



.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.blue{ color:#0066FF;}
.mar_20{margin-top:40px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ab916e dotted 1px;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

.feedback_table{border-collapse:collapse; }
.feedback_table tr td input,.feedback_table tr td textarea{ margin:0 10px; border: 1px solid #ccc;}
.feedback_table tr td textarea{margin:10px 0px 10px 10px;}
.feedback_table tr td{ border: solid 1px #cccccc;}
.feedback_table tr td .bt{ width:57px; height:22px; line-height:22px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*Ã§Â¿Â»Ã©Â¡Âµ*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; }
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5;display: inline;}
.fy span,.fy a:hover{color:#014a99;border: #014a99 solid 1px;}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}


.banner2{
    height:570px;
    overflow:hidden;
    position:relative;
}
.banner2 img{
    max-width:100%;
}


.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }

    .swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }

.index-hot-news{
    width:40%;
    margin:20px auto;
    border:1px solid #d2d2d2;
    padding:10px;
    background:url("../images/hot_news_icon.jpg") no-repeat top left;
    background-size:6%;
}

.index-hot-news > div{
    margin:0px 40px;
    text-align:center;
}

.index-hot-news > div a{
    color:#ff0000;
    font-size:18px;
}

.index-hot-news ul{
    margin:0 25px;
    margin-top:15px;
}

.index-hot-news li{
    display:inline-block;
    list-style-type: disc !important;
    margin-right:20px;
}

.index-hot-news li:last-child{
    margin-right:0;
}

.index-hot-news li:before{
    content:'●';
    width:15px;
    height:15px;
    color:#b5b5b5;
    margin-right:5px;
    font-size:15px;
}

.index-hot-news li:last-child{
    margin-right:0;
}

.index-about-box{
    margin-top:30px;
}

.index-about-box .about-text{
    width:40%;
    text-align:left;
}

.index-about-box .about-text h2{
    margin-bottom:10px;
    font-size: 18px;
}

.index-about-box .about-text p{

}

.index-about-box > div.fr{
    width:57%;
   
}

.index-about-box .pic-grid{
    width:50%;
}

.index-about-box .pic-grid li{
    display:inline-block;
    width:40%;
    margin-left:10px;
    margin-bottom:0px;
    text-align:center;
    height:120px;
    overflow:hidden;
    background-position:-30px -70px;
    background-repeat:no-repeat;
}

.index-about-box .pic-grid img{
    margin:0 auto;
    object-fit:cover;
    width:100%;
}

.index-about-box .video{
    width:50%;
    /* height:328px; */
    vertical-align:top;
}

.cultural-list{
    text-align:left;
}

.cultural-list li{
    display:inline-block;
    width:23%;
    height:220px;
    overflow:hidden;
    margin-right:5px;
    margin-bottom:5px;
    border:1px solid #ccc;
    padding:3px;
}

.cultural-list li img{
    max-height:100%;
}

