@charset "utf-8";
*{margin:0;padding:0;word-break: break-all;}
html,body{font-size: 16px;font-family: '微软雅黑';}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a{text-decoration: none;cursor: pointer;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.container{width: 1400px;margin: 0 auto;position: relative;}

.header{width: 100%;box-sizing: border-box;}
.header .header-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 25px 0;}
.header .header-logo{float: left;}
.header .header-logo a{display: block;}
.header .header-logo img{width: 580px;height: auto;display: block;}

.header .navMenu{float: right;display: none;}

.header .header-list{float: right;display: flex;align-items: center;justify-content: center;margin-top: 23px;}
.header .header-list a{display: block;font-size: 20px;color: #333333;font-weight: 500;box-sizing: border-box;padding: 0 20px;background: url(../images/h-x.png) left no-repeat;}
.header .header-list a:first-child{background: none;}
.header .header-list a:hover{color: #305f97;}

.header .header-search{float: right;width: 235px;height: 38px;margin: 18px 0 0 0;box-sizing: border-box;border-radius: 19px;position: relative;border: 1px solid #5e95d6;overflow: hidden;}
.header .header-search input{border: none;box-sizing: border-box;display: block;}
.header .header-search input.searchTxt{float: left; width: 190px;height: 38px;font-size: 15px;color: #333333;padding: 0 20px;line-height: 38px;border: none;}
.header .header-search input.searchBtn{position: absolute;right: -1px;top: -1px;width: 38px;height: 38px;border-radius: 100%;overflow: hidden;}
.header .header-search input[type='submit']{background: url(../images/header-search.png) center;background-size: 100% 100%;cursor: pointer;}


.header .navMenu{float: right;display: none;}


.header .header-nav{width: 100%;height: 58px;box-sizing: border-box;border-top: 1px solid #cadfe8;}
.header .header-nav ul{width: 100%;box-sizing: border-box;}
.header .header-nav ul li{float: left;box-sizing: border-box;margin: 0 0 0 40px;position: relative;}
.header .header-nav ul li:first-child{margin-left: 0;}
.header .header-nav ul li .n-a{display: block;font-size: 20px;color: #333333;font-weight: 500;line-height: 60px;box-sizing: border-box;}
.header .header-nav ul li .subnav{display: none;width: 165px;position: absolute;left: 0;top: 63px;right: 0;margin: auto;z-index: 999;box-sizing: border-box;padding: 10px;background: #ffffff;box-shadow: 0 5px 5px rgba(0, 0, 0, .4);}
.header .header-nav ul li .subnav a{display: block;font-size: 17px;color: #333333;box-sizing: border-box;line-height: 35px;}
.header .header-nav ul li .subnav a:hover{color: #305f97;}
.header .header-nav ul li.active .n-a{color: #305f97;border-bottom: 3px solid #5e95d6;}
.header .header-nav ul li:hover .n-a{color: #305f97;border-bottom: 3px solid #5e95d6;}
.header .header-nav ul li:hover .subnav{display: block;}

/*轮播banner*/
.banner{width: 100%;overflow: hidden;position: relative;z-index: 9;}
.bannerTop{width: 100%;box-sizing: border-box;overflow: hidden;}
.bannerTop .bd{ position:relative;}
.bannerTop .bd li{position: relative;}
.bannerTop .bd li a{display: block;width: 100%;height: 100%;position: relative;}
.bannerTop .bd li img{width:100%;height: auto;display: block;margin: 0 auto;} 
.bannerTop .bd li .b-txt{position: absolute;left: 0;bottom: 0;right: 0;width: 100%;height: 80px;line-height: 80px;text-align: center;background: rgba(48, 95, 151, .86);}
.bannerTop .bd li .b-txt h3{font-size: 24px;color: #ffffff;font-weight: bold;box-sizing: border-box;padding: 0 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 90px;z-index:10;}
.bannerTop .hd ul{margin:0;box-sizing: border-box;text-align: center;}
.bannerTop .hd ul li{display:inline-block;cursor: pointer;width:50px;height:3px;overflow:hidden;margin: 0 5px;background: rgba(255, 255, 255, .6);font-size: 0;}
.bannerTop .hd ul li.on{background: #305f97;} 

.b-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.b-title .b-1{display: block;overflow: hidden;}
.b-title .b-1 h3{float: left;font-size: 30px;color: #333333;font-weight: bold;box-sizing: border-box;padding-left: 20px;}
.b-title .b-1 span{display: block;float: right;font-size: 16px;color: #666666;line-height: 40px;}
.b-title .b-1 .h-1{background: url(../images/b-title-1.jpg) left no-repeat;}
.b-title .b-1 .h-2{background: url(../images/b-title-2.jpg) left no-repeat;}
.b-title .b-1 .h-3{background: url(../images/b-title-3.jpg) left no-repeat;}
.b-title .b-tab{float: right;box-sizing: border-box;overflow: hidden;}
.b-title .b-tab a{display: block;float: left;font-size: 20px;color: #333333;box-sizing: border-box;padding: 5px 20px;border: 1px solid #5e95d6;}
.b-title .b-tab a.active{background: #5e95d6;color: #ffffff;}
.b-title .b-tab a:hover{background: #5e95d6;color: #ffffff;}


.b-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 60px 0;}
.b-one .b-title .b-1{float: left;}
.b-one .one-content{width: 100%;height: 440px;box-sizing: border-box;margin-top: 30px;}
.b-one .one-content .one-banner{width: 700px;height: 440px;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
.b-one .one-content .one-banner .bd{width: 100%;}
.b-one .one-content .one-banner .bd ul{box-sizing: border-box;overflow: hidden;}
.b-one .one-content .one-banner .bd ul li{float: left;width: 100%;height: auto;overflow: hidden;}
.b-one .one-content .one-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.b-one .one-content .one-banner .bd ul li .nImg{width: 100%;height: 440px;overflow: hidden;}
.b-one .one-content .one-banner .bd ul li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.b-one .one-content .one-banner .bd ul li .nImg img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.b-one .one-content .one-banner .bd ul li:hover .nImg img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.b-one .one-content .one-banner .bd ul li .nTxt{width: 100%;height: 114px;padding: 0 150px 0 20px;box-sizing: border-box;position: absolute;left: 0;bottom: 0;background: url(../images/b-hover-1.png) center;background-size: 100% 100%;}
.b-one .one-content .one-banner .bd ul li .nTxt h3{font-size: 20px;color: #ffffff;font-weight: bold;margin-top: 60px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.b-one .one-content .one-banner .hd{ overflow:hidden;position: absolute;width: 140px;bottom: 30px;right: 0;z-index:10;}
.b-one .one-content .one-banner .hd ul{margin:0;box-sizing: border-box;text-align: right;padding-right: 10px;}
.b-one .one-content .one-banner .hd ul li{display:inline-block;cursor: pointer;width:10px;height:10px;border-radius: 100%;overflow:hidden;margin: 0 5px;background: rgba(255, 255, 255, .5);font-size: 0;}
.b-one .one-content .one-banner .hd ul li.on{background: #ffffff;} 

.b-one .one-content .one-list{display: none;width: 675px;float: right;box-sizing: border-box;}
.b-one .one-content .show{display: block;}
.b-one .one-content .one-list .one-top{width: 100%;height: 145px;box-sizing: border-box;box-shadow: 0 0 10px rgba(0, 0, 0, .2);}
.b-one .one-content .one-list .one-top a{display: block;width: 100%;height: 100%;padding: 10px 20px;box-sizing: border-box;overflow: hidden;}
.b-one .one-content .one-list .one-top .one-txt{width: 408px;float: left;text-align: justify;}
.b-one .one-content .one-list .one-top .one-txt h3{font-size: 17px;color: #333333;font-weight: 500;line-height: 30px;}
.b-one .one-content .one-list .one-top .one-txt p{font-size: 14px;color: #5e95d6;margin-top: 25px;}
.b-one .one-content .one-list .one-top .one-img{width: 192px;height: 124px;float: right;overflow: hidden;}
.b-one .one-content .one-list .one-top .one-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.b-one .one-content .one-list .one-top .one-img img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.b-one .one-content .one-list .one-top:hover .one-img img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.b-one .one-content .one-list .one-top:hover .one-txt h3{color: #305f97;}
.b-one .one-content .one-list .one-ul{width: 100%;box-sizing: border-box;}
.b-one .one-content .one-list .one-ul li{box-sizing: border-box;overflow: hidden;margin-top: 25px;}
.b-one .one-content .one-list .one-ul li a{display: block;float: left;width: 80%;font-size: 17px;color: #333333;box-sizing: border-box;padding-left: 20px;background: url(../images/b-d-1.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.b-one .one-content .one-list .one-ul li span{display: block;font-size: 14px;color: #999999;float: right;}
.b-one .one-content .one-list .one-ul li:hover a{color: #305f97;}


.b-two{width: 100%;box-sizing: border-box;overflow: hidden;padding: 70px 0;background: url(../images/b-bg-1.jpg) center;background-size: cover;}
.b-two .two-item{width: 446px;float: left;box-sizing: border-box;margin: 0 0 0 30px;background: #ffffff;}
.b-two .two-item:first-child{margin-left: 0;}
.b-two .two-item .two-top{width: 100%;height: 210px;overflow: hidden;}
.b-two .two-item .two-top a{display: block;}
.b-two .two-item .two-top a img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.b-two .two-item .two-content{width: 100%;box-sizing: border-box;padding: 10px;}
.b-two .two-item .two-content ul{box-sizing: border-box;padding: 0 15px;text-align: justify;margin-top: 20px;}
.b-two .two-item .two-content ul li{box-sizing: border-box;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #e7eaee;}
.b-two .two-item .two-content ul li:last-child{border-bottom: none;}
.b-two .two-item .two-content ul li a{display: block;font-size: 17px;color: #333333;height: 45px;}
.b-two .two-item .two-content ul li:hover a{color: #305f97;}

.b-three{width: 100%;height: 492px;box-sizing: border-box;overflow: hidden;background: url(../images/b-bg-2.jpg) center;background-size: cover;}
.b-three ul{width: 100%;box-sizing: border-box;padding: 70px 0;overflow: hidden;}
.b-three ul li{width: 336px;height: 342px;float: left;border-radius: 16px;margin: 0 0 0 18px;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.b-three ul li:first-child{margin-left: 0;}
.b-three ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;text-align: center;padding: 70px 40px 0;}
.b-three ul li a img{width: auto;height: 75px;display: block;margin: 0 auto;}
.b-three ul li a span{display: block;width: 168px;height: 2px;background: #ffffff;margin: 60px auto 0;}
.b-three ul li a h3{font-size: 24px;color: #ffffff;font-weight: bold;margin-top: 35px;}
.b-three ul li.t-1{background: #5e95d6;}
.b-three ul li.t-2{background: #305f97;}
.b-three ul li.t-3{background: #e4a440;}
.b-three ul li.t-4{background: #57aa40;}
.b-three ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}

/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 999;}
.iFix .ReturnTop{display: none;width: 55px;height: 55px;float: right;box-sizing: border-box;cursor: pointer;background: #ffffff;margin-top: 2px;border-radius: 5px;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.iFix .ReturnTop img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}

.footer{width: 100%;box-sizing: border-box;}
.footer .footer-1{width: 100%;height: 324px;background: url(../images/footer-bg-1.jpg) center;background-size: 100% 100%;}
.links{width: 100%;height: 65px;line-height: 65px;box-sizing: border-box;overflow: hidden;border-bottom: 1px solid #3c5167;}
.links p{font-size: 16px;color: #f1fcff;}
.links p a{display: inline-block;color: #f1fcff;margin-left: 20px;}

.footer-content{width: 100%;box-sizing: border-box;padding: 35px 0;overflow: hidden;}
.footer-content .f-left{float: left;}
.footer-content .f-left h5{font-size: 20px;color: #f1fcff;font-weight: bold;}
.footer-content .f-left p{font-size: 16px;color: #f1fcff;margin-top: 18px;}

.footer-content .f-center{float: right;text-align: right;margin-right: 20px;}
.footer-content .f-center img{margin-top: 10px;}

.footer-content .f-right{float: right;text-align: right;}
.footer-content .f-right p{font-size: 16px;color: #f1fcff;line-height: 35px;}
.footer-content .f-right p a{color: #f1fcff;box-sizing: border-box;}
.footer-content .f-right p a.f-0{padding-left: 25px;background: url(../images/f-1.png) left no-repeat;}
.footer-content .f-right p img{margin-top: 10px;}

.footer .footer-2{width: 100%;height: 60px;background: #344659;}
.footer .footer-2 p{line-height: 60px;font-size: 16px;color: #f1fcff;}

@media (max-width: 1299px) {
    html{font-size:20px;}
	.container{width: 100%;}


    .header{width: 100%;box-sizing: border-box;background: #ffffff;}
    .header .header-center{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0.5rem 0.3rem;border-bottom: 1px solid #f5f5f5;}
    .header .header-logo{float: left;}
    .header .header-logo a{display: block;}
    .header .header-logo img{width: auto;height: 1.5rem;display: block;}

    .header .header-list{display: none;}
    .header .header-search{display: none;}

    .header .navMenu{float: right;box-sizing: border-box;display: block;margin-top: 0.2rem;}
	.header .navMenu span{width: 1.3rem;height: 0.1rem;background: #305f97;display: block;margin-top: 0.2rem;}
	


    .header .header-nav{display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 2.5rem;margin: auto;box-sizing: border-box;border-top: 1px solid #305f97; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
    .header .header-nav ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
    .header .header-nav ul li{width: 100%;float: left;box-sizing: border-box;margin: 0;}
    .header .header-nav ul li .n-a{display: block;font-size: 0.9rem;font-weight: 600;line-height: 2.5rem;box-sizing: border-box;}
    .header .header-nav ul li.active .n-a{background: none;border-bottom: none;}
    .header .header-nav ul li:hover .n-a{background: none;border-bottom: none;}

    .header .header-nav ul li .subnav{display: block !important;width: 100%;position: relative;top: 0;padding: 0.5rem;background: #f5f5f5;box-shadow: none;overflow: hidden;}
    .header .header-nav ul li .subnav a{display: block;width: 49%;float: left;font-size: 0.7rem;color: #333333;box-sizing: border-box;line-height: 1.5rem;}

    .b-banner{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;}
    .b-banner a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
    .b-banner img{width: 100%;height: auto;min-height: auto;display: block;margin: 0 auto;}
    .b-banner .b-txt{position: absolute;left: 0;bottom: 0;right: 0;width: 100%;height: 1.5rem;line-height: 1.5rem;}
    .b-banner .b-txt h3{font-size: 0.75rem;font-weight: 500;padding: 0 1rem;}

    /*轮播banner*/
    .banner{width: 100%;overflow: hidden;position: relative;z-index: 9;}
    .bannerTop{width: 100%;box-sizing: border-box;overflow: hidden;}
    .bannerTop .bd{ position:relative;}
    .bannerTop .bd li{position: relative;}
    .bannerTop .bd li a{display: block;width: 100%;height: 100%;position: relative;}
    .bannerTop .bd li img{width:100%;height: auto;display: block;margin: 0 auto;} 
    .bannerTop .bd li .b-txt{position: relative;width: 100%;height: 1.5rem;line-height: 1.5rem;}
    .bannerTop .bd li .b-txt h3{font-size: 0.75rem;font-weight: 500;padding: 0 1rem;}

    .bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 1.6rem;z-index:10;}
    .bannerTop .hd ul li{display:inline-block;cursor: pointer;width:1.5rem;height:0.1rem;margin: 0 0.2rem;}

    .b-title{width: 100%;box-sizing: border-box;overflow: hidden;}
    .b-title .b-1{display: block;overflow: hidden;}
    .b-title .b-1 h3{float: left;font-size: 0.8rem;color: #333333;font-weight: bold;box-sizing: border-box;padding-left: 0;}
    .b-title .b-1 span{display: block;float: right;font-size: 0.6rem;color: #666666;line-height: 1.2rem;}
    .b-title .b-1 .h-1{background: none;}
    .b-title .b-1 .h-2{background: none;}
    .b-title .b-1 .h-3{background: none;}

    .b-title .b-tab{float: right;box-sizing: border-box;overflow: hidden;}
    .b-title .b-tab a{display: block;float: left;font-size: 0.8rem;margin: 0 0.5rem 0.5rem 0;padding: 0.3rem 1.2rem;border: 1px solid #5e95d6;}
    .b-title .b-tab a.active{background: #5e95d6;color: #ffffff;}
    .b-title .b-tab a:hover{background: #5e95d6;color: #ffffff;}


    .b-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0;}
    .b-one .b-title .b-1{display: none;}
    .b-one .one-content{width: 100%;height: auto;box-sizing: border-box;margin-top: 0.5rem;}
    .b-one .one-content .one-banner{display: none;} 
    .b-one .one-content .one-list{display: none;width: 100%;float: right;box-sizing: border-box;}
    .b-one .one-content .show{display: block;}
    .b-one .one-content .one-list .one-top{width: 100%;height: auto;box-sizing: border-box;box-shadow: none;}
    .b-one .one-content .one-list .one-top a{display: block;width: 100%;height: 100%;padding: 0.3rem;box-sizing: border-box;overflow: hidden;}
    .b-one .one-content .one-list .one-top .one-txt{width: 62%;float: left;text-align: justify;}
    .b-one .one-content .one-list .one-top .one-txt h3{font-size: 0.7rem;line-height: 1rem;}
    .b-one .one-content .one-list .one-top .one-txt p{font-size: 0.6rem;color: #5e95d6;margin-top: 0.3rem;}
    .b-one .one-content .one-list .one-top .one-img{width: 35%;height: 4.5rem;float: right;overflow: hidden;}
    .b-one .one-content .one-list .one-ul{width: 100%;box-sizing: border-box;padding: 0 0.3rem;}
    .b-one .one-content .one-list .one-ul li{box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;}
    .b-one .one-content .one-list .one-ul li a{width: 75%;font-size: 0.7rem;padding-left: 0.8rem;}
    .b-one .one-content .one-list .one-ul li span{display: block;font-size: 0.6rem;line-height: 1rem;}

    .b-two{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0;background: url(../images/b-bg-1.jpg) center;background-size: cover;}
    .b-two .two-item{width: 100%;float: left;box-sizing: border-box;margin: 0.5rem 0 0;background: #ffffff;}
    .b-two .two-item:first-child{margin-top: 0;}
    .b-two .two-item .two-top{display: none;}
    .b-two .two-item .two-content{width: 100%;box-sizing: border-box;padding: 0.5rem 0.3rem;}
    .b-two .two-item .two-content ul{box-sizing: border-box;padding: 0;text-align: justify;margin-top: 0.8rem;}
    .b-two .two-item .two-content ul li{box-sizing: border-box;margin-bottom: 0.6rem;padding-bottom: 0.6rem;border-bottom: 1px solid #e7eaee;}
    .b-two .two-item .two-content ul li:last-child{border-bottom: none;}
    .b-two .two-item .two-content ul li a{display: block;font-size: 0.7rem;color: #333333;height: auto;line-height: 1rem;}
    .b-two .two-item .two-content ul li:hover a{color: #305f97;}


    .b-three{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;background: url(../images/b-bg-2.jpg) center;background-size: cover;}
    .b-three ul{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
    .b-three ul li{width: 49%;height: auto;float: left;border-radius: 0.2rem;margin: 0 0 2% 2%;}
    .b-three ul li:first-child{margin-left: 0;}
    .b-three ul li:nth-child(2n+1){margin-left: 0;}
    .b-three ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;text-align: center;padding: 1rem 0.5rem;}
    .b-three ul li a img{width: auto;height: 2rem;display: block;margin: 0 auto;}
    .b-three ul li a span{display: block;width: 80%;height: 0.1rem;background: #ffffff;margin: 1rem auto 0;}
    .b-three ul li a h3{font-size: 0.8rem;margin-top: 0.8rem;}



	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix ul{display: none;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none;margin-top: 0.5rem;position: relative;border-radius: 0.25rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.iFix .ReturnTop span{display: none;}
	.iFix .ReturnTop:hover span{display: none;}

    .footer{width: 100%;box-sizing: border-box;background: #333333;}
    .footer .footer-1{width: 100%;height: auto;}
    .links{display: none;}
    .footer-content{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
    .footer-content .f-left{float: left;}
    .footer-content .f-left p{font-size: 0.7rem;color: #ffffff;line-height: 1.5rem;}
    .footer-content .f-left p.f-n{display: none;}
    .footer-content .f-right{float: left;text-align: left;}
    .footer-content .f-right p{font-size: 0.7rem;color: #ffffff;line-height: 1.5rem;}
    .footer-content .f-right p a{color: #ffffff;box-sizing: border-box;}
    .footer-content .f-right p a.f-0{padding-left: 1.2rem;background: url(../images/f-1.png) left no-repeat;}
    .footer-content .f-right p img{margin-top: 0.5rem;}

    .footer .footer-2{display: none;}

    .common-banner{width: 100%;height: 6rem;box-sizing: border-box;overflow: hidden;}
    .common-banner .container{height: 100%;display: flex;align-items: center;justify-content: center;box-sizing: border-box;}
    .common-banner h3{font-size: 1rem;}

    .i-common{width: 100%;position: relative;box-sizing: border-box;padding: 0.5rem 0.3rem 2rem;border-radius: 0.5rem 0.5rem 0 0;background: #ffffff;}

    .location{width: 100%;line-height: 1.8rem;box-sizing: border-box;}
	.location p{box-sizing: border-box;font-size: 0.6rem;}
	.location p a{display: inline-block;margin: 0 0.2rem;}
		
	.commonUl{box-sizing: border-box;height: 2rem;}
	.commonUl ul{height: 2rem;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
	.commonUl ul li{float: none;height: 2rem;display: inline-block; box-sizing: border-box;}
	.commonUl ul li a{display: block;font-size: 0.8rem;font-weight: normal;height: 2rem;line-height: 2rem;margin: 0 1rem;box-sizing: border-box}
	.commonUl ul li:first-child a{margin-left: 0;}

    .common-channel{box-sizing: border-box;width: 100%;height: 2rem;padding: 0;background: #f5f5f5;margin-top: 1rem;}
    .common-channel ul{height: 2rem;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
    .common-channel ul li{float: none;height: 2rem;display: inline-block; box-sizing: border-box;}
    .common-channel ul li a{display: block;font-size: 0.7rem;color: #000000;margin: 0 0.5rem;line-height: 2rem;}
    .common-channel ul li:first-child a{margin-left: 0.5rem;}

    .i-common .commonList{box-sizing: border-box;width: 100%;margin: 1rem 0;}
	.i-common .commonList li{width: 100%;height: auto;box-sizing: border-box;position: relative;padding-bottom: 0.5rem;margin-bottom: 0.5rem;overflow: hidden;}
	.i-common .commonList li a{display: block;width: 100%;height: 100%;box-sizing: border-box;}
	.i-common .commonList li .nImg{float: left;width: 30%;height: 3.6rem;overflow: hidden;}
	.i-common .commonList li .nTxt{float: right;width: 65%;}
	.i-common .commonList li .nTxt h3{font-size: 0.7rem;height: 2.1rem;color: #333333;white-space: normal;}
	.i-common .commonList li .nTxt p{display: none;}
	.i-common .commonList li .nTxt p span{display: inline-block;margin-top: 0;}
	.i-common .commonList li .nTxt span{display: block;font-size: 0.6rem;color: #999999;margin-top: 0.2rem;}
	.i-common .commonList li .nTxt h3 span{font-size: 0.7rem;}
	.i-common .commonList li .tTxt{float: right;width: 100%;}
	.i-common .commonList li .tTxt h3{font-size: 0.7rem;height: 2.1rem;white-space: normal;}
	.i-common .commonList li .tTxt p{display: none;}
	.i-common .commonList li .tTxt small{display: block;font-size: 0.6rem;color: #999999;margin-top: 0.2rem;}
	.i-common .commonList li .tTxt span{display: block;font-size: 0.6rem;color: #999999;margin-top: 0.2rem;}
	.i-common .commonList li .tTxt h3 span{font-size: 0.7rem;}

    .i-common .center-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin: 1rem 0;}
    .i-common .center-ul li{float: left;width: 49%;height: 2rem;line-height: 2rem;margin: 0 0 2% 2%;}
    .i-common .center-ul li:nth-child(5n+1){margin-left: 2%;}
    .i-common .center-ul li:nth-child(2n+1){margin-left: 0;}
    .i-common .center-ul li a{display: block;font-size: 0.7rem;padding: 0 0.5rem;}

    .i-common .common-member{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0;}
    .i-common .common-member li{width: 100%;height: auto;float: left;margin: 0 0 0.8rem 0;padding: 0.4rem;border: 1px solid rgba(0, 0, 0, .1); box-shadow: none;}
    .i-common .common-member li:nth-child(3n+1){margin-left: 0;}
    .i-common .common-member li a{width: 100%;height: 100%;box-sizing: border-box;display: block;overflow: hidden;}
    .i-common .common-member li .dImg{width: 35%;height: 8rem;overflow: hidden;float: left;background: #f5f5f5;}
    .i-common .common-member li .dImg img{width: 100%;height: auto;display: block;margin: 0 auto;}
    .i-common .common-member li .dTxt{width: 62%;height: 8rem;}
    .i-common .common-member li .dTxt h3{font-size: 0.8rem;color: #305f97;}
    .i-common .common-member li .dTxt p{font-size: 0.7rem;color: #666666;line-height: 1.2rem; margin-top: 0.5rem;}

    .i-common .common-member li:hover{-webkit-transform: translate(0, -8px);-ms-transform: translate(0, -8px);-o-transform: translate(0, -8px);transform: translate(0, -8px);}
    .i-common .common-member li:hover .dTxt h3{color: #305f97;font-weight: bold;}


    .departTop{box-sizing: border-box;height: auto;margin-top: 1rem;overflow: hidden;}
    .departTop .departLeft{width: 100%;height: auto;float: left;box-sizing: border-box;padding: 20px;box-shadow: none;}
    .departTop .departLeft .departImg{width: 100%;height: auto;margin: 0 auto;overflow: hidden;background: none;}
    .departTop .departLeft .departImg img{width: auto;height: 12rem;display: block;margin: 0 auto;}
    .departTop .departLeft h3{font-size: 0.9rem;color: #305f97;font-weight: 600;text-align: center;margin-top: 0.5rem;}
    .departTop .departLeft span{font-size: 0.7rem;color: #666666;display: block;text-align: center;margin-top: 0.5rem;}

    .departTop .departRight{width: 100%;height: auto;float: right;box-sizing: border-box;padding: 0;box-shadow: none;margin-top: 1rem;}
    .departTop .departRight .departH{box-sizing: border-box;overflow: hidden;}
    .departTop .departRight .departH h3{float: left;font-size: 0.9rem;color: #305f97;font-weight: bold;}
    .departTop .departRight .departShow{box-sizing: border-box;text-align: justify;overflow: hidden;height: auto;padding: 0;margin-top: 0.5rem;text-align: justify;}
    .departTop .departRight .departShow p{font-size: 0.8rem;color: #333333;line-height: 1.5rem!important;}
    .departTop .departRight .departShow img{width: auto;max-width: 100%;height: auto;margin: 0.3rem auto;}

    .departTop .departRight .departShow::-webkit-scrollbar{width: 2px;}
    .departTop .departRight .departShow::-webkit-scrollbar-track{-webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 1px;background-color: #F5F5F5;}
    .departTop .departRight .departShow::-webkit-scrollbar-thumb{-webkit-border-radius: 3.5px;-moz-border-radius: 3.5px;border-radius: 3.5px;background-color: #0b6dad;}


    /*详情页*/
	.showMain{width: 100%;box-sizing: border-box;padding: 0;background: #ffffff;}
	.showTitle{margin-top: 0.5rem;padding: 0 0 0.5rem;overflow: hidden;}
	.showTitle h3{font-size: 0.8rem;text-align: left;text-align: justify;}
	.showTitle .showInfo{margin-top: 0.5rem;height: auto;overflow: hidden;}
	.showTitle .showInfo p{font-size: 0.6rem;width: 100%;}
	.showTitle .showInfo p span{margin-right: 1rem;}
	.showTitle .showInfo p b{display: block;color: #666666;float: left;margin-left: 0;width: 50%;margin-right: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.showTitle .showInfo .showShare{display: none;}
	
	.showContent{box-sizing: border-box;text-align: justify;padding: 1rem 0 !important;word-break: break-all;}
	.showContent p{font-size: 0.7rem!important;color: #333333;line-height: 1.5rem!important;}
	.showContent img{width: auto;max-width: 100%;height: auto!important;;margin: 0.5rem 0;}

	.showVideo{width: 100%;height: 15rem;padding: 1.2rem 0 0 ;}
	.showPage{display: none;}
	.showEwm{display: none;}
	.recommend{display: none;}

    /*分页*/
	.newsPage{margin-top: 0.5rem;padding: 0.5rem 0;}
	.newsPage .newsPageContent a{font-size: 0.6rem;padding: 0.2rem 0.4rem;background: #eeeeee;margin:0 0.1rem;}
	.newsPage .newsPageContent span{display: none;}
	.newsPage .newsPageContent select{display: none;}

}
@media screen and (min-width:375px){ 
html{ font-size: 20px;}  
}
@media screen and (min-width:384px){ 
html{ font-size: 20.48px;}  
}
@media screen and (min-width:412px){ 
html{ font-size: 21.973px;}  
}
@media screen and (min-width:414px){ 
html{ font-size: 22.08px;}  
}
@media screen and (min-width:424px){ 
html{ font-size: 22.613px;}  
}
@media screen and (min-width:480px){ 
html{ font-size:25.6px;}  
}
@media screen and (min-width:540px){ 
html{ font-size:28.8px;}  
}
@media screen and (min-width:600px){ 
html{ font-size: 32px;}  
}
@media screen and (min-width:800px){ 
html{ font-size:42.667px;}  
}

