@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: 1500px;margin: 0 auto;}

/*头部header*/
.n-header{width: 100%;height: 110px;position: fixed;left: 0;right: 0;top: 0;margin: auto;z-index: 999;background:rgba(0, 0, 0, .5);}
.header{width: 100%;height: 100%;box-sizing: border-box;padding: 0 45px;display: flex;align-items: center;justify-content: space-between;}
.header .header-logo{width: auto;}
.header .header-logo a{display: block;}
.header .header-logo img{width: 268px;height: auto;display: block;margin: 0 auto;}

.header .header-nav{height: 110px;box-sizing: border-box;}
.header .header-nav ul{height: 110px;box-sizing: border-box;}
.header .header-nav ul li{float: left;height: 110px;margin-left: 45px;box-sizing: border-box;position: relative;}
.header .header-nav ul li .na{line-height: 110px;display: block;font-size: 19px;color: #ffffff;font-weight: 500;}
.header .header-nav ul li .sub-bg{display: none;width: 100%;height: 55px;position: absolute;left: 0;top: 110px;right: 0;margin: auto;background:rgba(152, 59, 36, .2);z-index: 90;}
.header .header-nav ul li .sub-nav{display: none;width: 600px;height: auto;position: absolute;left: 50%;transform: translateX(-50%);top: 110px;text-align: center;box-sizing: border-box;padding: 15px 0;box-sizing: border-box;z-index: 99;}
.header .header-nav ul li .sub-nav a{display: inline-block;font-size: 18px;color: #ffffff;margin: 0 20px;}
.header .header-nav ul li:hover{border-bottom: 2px solid #ffffff;}
.header .header-nav ul li:hover .sub-bg{display: block;}
.header .header-nav ul li:hover .sub-nav{display: block;}

.header .fixed-nav{position: fixed;left: 0;right: 0;top: 110px;bottom: 0;margin: auto;box-sizing: border-box;z-index: 999;background:rgba(0, 0, 0, .5);}
.header .fixed-nav ul{width: 1600px;height: 100%;margin: 0 auto;box-sizing: border-box;overflow: auto;display: flex;justify-content: space-between;}
.header .fixed-nav ul li{box-sizing: border-box;position: relative;}
.header .fixed-nav ul li .na{display: block;font-size: 22px;color: #ffffff;font-weight: 600;}
.header .fixed-nav ul li .sub-nav{display: block;box-sizing: border-box;margin-top: 20px;}
.header .fixed-nav ul li .sub-nav a{display: block;font-size: 18px;color: #ffffff;margin-bottom: 15px;}

.header .header-item{box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;position: relative;}
.header .header-item .header-search{box-sizing: border-box;}
.header .header-item .header-search a{display: block;width: 45px;height: 45px;border-radius: 100%;box-sizing: border-box;border: 1px solid #ffffff;background: url(../images/header-search.png) center no-repeat;}
.header .header-item .header-input{display: none;width: 400px;position: absolute;right: 102px;height: 45px;top: 0;z-index: 999;background: #F5F5F5;border-radius: 2px;}
.header .header-item .header-input input{border: none;box-sizing: border-box;padding: 0 15px;display: block;}
.header .header-item .header-input .h-input{width: 100%;height: 45px;font-size: 16px;color: #333333;line-height: 45px;border: none;}
.header .header-item .header-search:hover a{border-color: #7f3222; border-radius: 0;background: url(../images/header-search.png) center no-repeat #7f3222;}
.header .header-item .header-search:hover .header-input{display: block;}

.header .header-item .header-menu{margin-left: 12px;}
.header .header-item .header-menu a{display: block;width: 45px;height: 45px;background: url(../images/header-menu.png) center no-repeat;background-size: 100% 100%;}

/*轮播banner*/
.n-banner{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;}
.banner-swiper{width: 100%;overflow: hidden;position: relative;}
.banner-swiper .swiper-slide{width: 100%;box-sizing: border-box;overflow: hidden;}
.banner-swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
.banner-swiper .swiper-slide .b-img{width: 100%;height: auto;overflow: hidden;}
.banner-swiper .swiper-slide .b-img img{width: 100%;height: auto;display: block;margin: 0 auto;animation-duration:8s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:8s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}

.n-banner .swiper-pagination{width: 100%;bottom:45px;right:0;left: 0;text-align: center;box-sizing: border-box;}
.n-banner .swiper-pagination-bullet{width:12px;height:12px;background:rgba(255, 255, 255, .5);opacity: 1;border-radius: 100%;}	
.n-banner .swiper-pagination-bullet-active{background: #ffffff;}

.n-banner .swiper-events{position: absolute;top: 0;bottom: 0;margin: auto;width: 80px;height: 80px;z-index: 999;cursor: pointer;}
.n-banner .swiper-events-prev{left: 40px;background: url(../images/b-left.png) center no-repeat;}
.n-banner .swiper-events-next{right: 40px;background: url(../images/b-right.png) center no-repeat;}
.n-banner .events-swiper .swiper-pagination{position: relative;margin-top: 50px;}
.n-banner .events-swiper .swiper-pagination span{width: 10px;height: 10px;background: #dddddd;opacity: .68;}
.n-banner .events-swiper .swiper-pagination span.swiper-pagination-bullet-active{background: #1a98aa;opacity: 1;}


.n-one{width: 100%;height: 720px;box-sizing: border-box;padding: 75px 0 0;overflow: hidden;background: url(../images/bg-1.jpg) center;background-size: cover;}
.n-one .one-top{width: 100%;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;justify-content: space-between;}
.n-one .one-top .one-tab{box-sizing: border-box;overflow: hidden;display: flex;align-items: center;}
.n-one .one-top .one-tab a{display: block;box-sizing: border-box;font-size: 30px;color: #000000;margin-left: 45px;}
.n-one .one-top .one-tab a:first-child{margin-left: 0;}
.n-one .one-top .one-tab a.active{font-size: 36px;}
.n-one .one-top .one-tab a:hover{font-size: 36px;}
.n-one .one-top .one-more{width: 171px;line-height: 24px;font-size: 15px;color: #919570;display: block;text-align: right;box-sizing: border-box;padding-right: 30px;background: url(../images/n-more-1.png) center;}
.n-one .one-top .one-more:hover{color: #983b24;}

.n-one .one-left{width: 830px;float: left;box-sizing: border-box;overflow: hidden;}
.n-one .one-left .one-content{display: none;width: 100%;height: 340px;margin-top: 20px;box-sizing: border-box;padding: 0 34px;background: url(../images/n-one-1.png) center;background-size: 100% 100%;}
.n-one .one-left .show{display: block;}
.n-one .one-left .one-content li{width: 100%;float: left;box-sizing: border-box;overflow: hidden;margin-top: 35px;}
.n-one .one-left .one-content li a{display: block;width: 100%;height: 100%;text-align: justify;overflow: hidden;}
.n-one .one-left .one-content li .o-time{width: 70px;float: left;}
.n-one .one-left .one-content li .o-time p{font-size: 24px;color: #000000;}
.n-one .one-left .one-content li .o-time span{display: block;font-size: 16px;color: #000000;}
.n-one .one-left .one-content li .o-txt{width: 670px;height: 50px;float: right;display: flex;align-items: center;flex-wrap: wrap;box-sizing: border-box;padding-left: 25px;border-left: 1px solid #bcbfa3;}
.n-one .one-left .one-content li .o-txt h3{font-size: 19px;color: #000000;font-weight: 500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.n-one .one-left .one-content li .o-txt p{font-size: 15px;color: #666666;line-height: 22px;margin-top: 6px;}
.n-one .one-left .one-content li:last-child .o-txt{height: 85px;}
.n-one .one-left .one-content li:hover .o-txt h3{color: #983b24;}

.n-one .one-right{width: 610px;float: right;box-sizing: border-box;overflow: hidden;}
.n-one .one-right .one-title{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;}
.n-one .one-right .one-title h3{font-size: 36px;color: #000000;font-weight: 500;}
.n-one .one-right .one-title p{font-size: 16px;color: #983b24;margin-top: 10px;}

.n-one .one-right ul{width: 100%;box-sizing: border-box;margin-top: 30px;padding: 0 35px;display: flex;align-items: center;justify-content: space-between;overflow: hidden;text-align: center;position: relative;}
.n-one .one-right ul::before{position: absolute;content: '';width: 100%;height: 1px;left: 0;right: 0;bottom: 39px;margin: auto;background: #e1d2a9;z-index: 0;}
.n-one .one-right ul li{box-sizing: border-box;z-index: 9;position: relative;}
.n-one .one-right ul li h3{font-size: 38px;color: #983b24;font-weight: bold;}
.n-one .one-right ul li span{display: block;width: 20px;height: 20px;margin: 5px auto 0;background: url(../images/n-one-6.png) center;background-size: 100% 100%;}
.n-one .one-right ul li p{font-size: 15px;color: #000000;margin-top: 10px;}

.n-one .one-right .one-href{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;margin-top: 55px;}
.n-one .one-right .one-href .one-href-left{float: left;width: 226px;height: 86px;margin-top: 15px;background: url(../images/n-one-2.png) center;background-size: 100% 100%;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.n-one .one-right .one-href .one-href-left a{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;font-size: 30px;color: #7f3222;font-weight: 500;}
.n-one .one-right .one-href .one-href-left:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.n-one .one-right .one-href .one-href-right{float: right;box-sizing: border-box;overflow: hidden;display: flex;align-items: center;}
.n-one .one-right .one-href .one-href-right a{display: block;width: 95px;margin-left: 15px;}
.n-one .one-right .one-href .one-href-right a img{width: auto;height: 97px;display: block;margin: 0 auto;transition: transform 0.5s ease;}
.n-one .one-right .one-href .one-href-right a h3{font-size: 16px;color: #333333;font-weight: 500;text-align: center;margin-top: 12px;}
.n-one .one-right .one-href .one-href-right a:hover img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-ms-transform: rotateY(180deg);}
.n-one .one-right .one-href .one-href-right a:hover h3{color: #983b24;font-weight: bold;}

.n-title{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;}
.n-title a{display: block;font-size: 42px;color: #ffffff;font-weight: 500;}


.n-two{width: 100%;height: 870px;box-sizing: border-box;position: relative;background: url(../images/bg-2.jpg) center;background-size: cover;}
.n-two .two-bg{position: absolute;left: 0;top: -135px;right: 0;margin: auto;width: 100%;height: 135px;box-sizing: border-box;background: url(../images/bg-2.png) center;background-size: cover;}
.n-two .two-content{width: 100%;box-sizing: border-box;overflow: hidden;}
.n-two .two-content .two-ul{width: 520px;float: left;box-sizing: border-box;overflow: hidden;padding-top: 5px;}
.n-two .two-content .two-ul li{width: 130px;height: 527px;float: left;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.n-two .two-content .two-ul li a{display: flex;width: 100%;height: 100%;align-items: center;justify-content: center;}
.n-two .two-content .two-ul li a h3{display: flex;align-items: center;text-align: center;width: 35px;height: 216px;font-size: 28px;color: #ffffff;line-height: 30px;font-weight: 500;background: url(../images/n-two-7.png) center;background-size: 100% 100%;}

.n-two .two-content .two-ul li.t-1{margin-top: 85px;background: url(../images/n-two-3.jpg) center;background-size: 100% 100%;}
.n-two .two-content .two-ul li.t-2{background: url(../images/n-two-4.jpg) center;background-size: 100% 100%;}
.n-two .two-content .two-ul li.t-3{margin-top: 180px;background: url(../images/n-two-5.jpg) center;background-size: 100% 100%;}
.n-two .two-content .two-ul li.t-4{margin-top: 50px;background: url(../images/n-two-6.jpg) center;background-size: 100% 100%;}

.n-two .two-content .two-ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}

.n-two .two-content .two-banner{width: 880px;height: 495px;float: right;margin-top: 100px;overflow: hidden;}
.n-two .two-content .two-swiper{width: 100%;overflow: hidden;position: relative;}
.n-two .two-content .two-swiper .swiper-slide{width: 100%;height: 495px;box-sizing: border-box;overflow: hidden;}
.n-two .two-content .two-swiper .swiper-slide a{display: block;width: 100%;height: 100%;position: relative;}
.n-two .two-content .two-swiper .swiper-slide a span{font-size: 18px;color: #ffffff;display: block;text-align: center;position: absolute;width: 130px;height: 46px;line-height: 46px;left: 0;top: 0;background: url(../images/n-two-2.png) center;}
.n-two .two-content .two-swiper .swiper-slide img{width: 100%;height: auto;display: block;margin: 0 auto;}
.n-two .two-content .two-swiper .swiper-slide 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;}
.n-two .two-content .two-swiper .swiper-slide:hover 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);}

.n-two .two-content .two-swiper .swiper-button{position: absolute;top: 0;bottom: 0;margin: auto;width: 82px;height: 47px;z-index: 999;cursor: pointer;}
.n-two .two-content .two-swiper .swiper-button-prev{left: 15px;background: url(../images/n-two-left.png) center no-repeat;}
.n-two .two-content .two-swiper .swiper-button-next{right: 15px;background: url(../images/n-two-right.png) center no-repeat;}


.n-three{width: 100%;height: 826px;box-sizing: border-box;position: relative;background: url(../images/bg-3.jpg) center;background-size: cover;position: relative;z-index: 9;}
.n-three .three-bg{position: absolute;left: 0;top: -135px;right: 0;margin: auto;width: 100%;height: 138px;box-sizing: border-box;background: url(../images/bg-3.png) center;background-size: cover;}
.n-three .three-ul{display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;overflow: hidden;padding-top: 55px;}
.n-three .three-ul li{width: 320px;height: 537px;float: left;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.n-three .three-ul li a{display: block;width: 100%;height: 100%;position: relative;}
.n-three .three-ul li a h3{position: absolute;left: 32px;top: 32px;background: url(../images/n-three-1.png) center;background-size: 100% 100%;}
.n-three .three-ul li a h3{display: flex;align-items: center;text-align: center;width: 35px;height: 177px;font-size: 28px;color: #ffffff;line-height: 30px;font-weight: 500;}

.n-three .three-ul li.x-1{margin-top: 8px;background: url(../images/n-three-2.png) center;background-size: 100% 100%;}
.n-three .three-ul li.x-2{margin-top: 20px;background: url(../images/n-three-3.png) center;background-size: 100% 100%;}
.n-three .three-ul li.x-3{background: url(../images/n-three-4.png) center;background-size: 100% 100%;}
.n-three .three-ul li.x-4{margin-top: 30px;background: url(../images/n-three-5.png) center;background-size: 100% 100%;}

.n-three .three-ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.n-three .three-ul li:hover a{display: flex;align-items: center;justify-content: center;}
.n-three .three-ul li:hover a h3{position: relative;left: 0;top: 0;}


.n-four{width: 100%;height: 931px;box-sizing: border-box;position: relative;background: url(../images/bg-4.jpg) center;background-size: cover;}
.n-four .four-bg{position: absolute;left: 0;top: -158px;right: 0;margin: auto;width: 100%;height: 158px;box-sizing: border-box;z-index: 9; background: url(../images/bg-4.png) center;background-size: cover;}
.n-four .four-img{width: 1200px;height: 960px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;animation: rotate 30s linear 0s infinite both;z-index: 0;background: url(../images/n-four-1.png) center;background-size: 100% 100%;}

.n-four .four-content{width: 100%;height: 540px;box-sizing: border-box;margin-top: 140px;position: relative;z-index: 9;}
.n-four .four-content ul{width: auto;box-sizing: border-box;position: relative;}
.n-four .four-content .four-ul-left{float: left;margin-left: 85px;}
.n-four .four-content .four-ul-right{float: right;margin-right: 85px;}
.n-four .four-content ul li{width: 250px;box-sizing: border-box;margin-top: 110px;position: relative;}
.n-four .four-content ul li:first-child{margin-top: 0;}
.n-four .four-content ul li span{display: none;width: 185px;height: 33px;position: absolute;top: 0;bottom: 0;margin: auto;}
.n-four .four-content ul li a{display: flex;width: 100%;height: 100%;align-items: center;justify-content: space-between;}
.n-four .four-content ul li .f-img{width: 80px;height: 80px;border-radius: 100%;position: relative;}
.n-four .four-content ul li .f-img::before{position: absolute;content: ''; width: 120px;height: 120px;border-radius: 100%;left: -20px;right: 0;top: 0;bottom: 0;margin: auto;z-index: 10;box-sizing: border-box;border: 2px solid #c98273;}
.n-four .four-content ul li .f-img img{width: 80px;height: 80px;border-radius: 100%;display: block;margin: 0 auto;}
.n-four .four-content ul li h3{font-size: 24px;color: #ffded7;font-weight: 500;box-sizing: border-box;}
.n-four .four-content .four-ul-left h3{margin-right: 40px;}
.n-four .four-content .four-ul-right h3{margin-left: 40px;}

.n-four .four-content .four-ul-left span{background: url(../images/n-four-9.png) center;}
.n-four .four-content .four-ul-right span{background: url(../images/n-four-10.png) center;}

.n-four .four-content .four-ul-left li.g-1{left: 50px;}
.n-four .four-content .four-ul-left li.g-1 span{right: -190px;top: 90px; transform: rotate(30deg);}
.n-four .four-content .four-ul-left li.g-2{left: 20px;}
.n-four .four-content .four-ul-left li.g-2 span{right: -190px;}
.n-four .four-content .four-ul-left li.g-3{left: 50px;}
.n-four .four-content .four-ul-left li.g-3 span{right: -180px;bottom: 90px; transform: rotate(-30deg);}

.n-four .four-content .four-ul-right li.g-1{right: 50px;}
.n-four .four-content .four-ul-right li.g-1 span{left: -190px;top: 90px; transform: rotate(-30deg);}
.n-four .four-content .four-ul-right li.g-2{right: 20px;}
.n-four .four-content .four-ul-right li.g-2 span{left: -190px;}
.n-four .four-content .four-ul-right li.g-3{right: 50px;}
.n-four .four-content .four-ul-right li.g-3 span{left: -180px;bottom: 90px; transform: rotate(30deg);}

.n-four .four-content ul li.active span{display: block;}
.n-four .four-content ul li.active .f-img::before{border-color: #ffcec4;}
.n-four .four-content ul li.active h3{color: #ffffff;border: 1px solid #ffffff;padding: 1px 5px;}
.n-four .four-content ul li:hover span{display: block;}
.n-four .four-content ul li:hover .f-img::before{border-color: #ffcec4;}
.n-four .four-content ul li:hover h3{color: #ffffff;border: 1px solid #ffffff;padding: 1px 5px;}

.n-four .four-content .four-center{width: 456px;height: 456px;border-radius: 100%;overflow: hidden;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 9;}
.n-four .four-content .four-center img{width: 100%;height: auto;display: block;margin: 0 auto;}

.n-five{width: 100%;height: 714px;box-sizing: border-box;position: relative;background: url(../images/bg-5.jpg) center;background-size: cover;}
.n-five .five-bg{position: absolute;left: 0;top: -177px;right: 0;margin: auto;width: 100%;height: 177px;box-sizing: border-box;background: url(../images/bg-5.png) center;background-size: cover;}
.n-five .five-content{width: 100%;box-sizing: border-box;overflow: hidden;}
.n-five .five-content .five-left{width: 848px;height: 393px;float: left;margin-top: 70px;box-sizing: border-box;padding: 80px 50px 0 70px;text-align: justify;background: url(../images/n-five-1.png) center;}
.n-five .five-content .five-left h3{font-size: 42px;color: #ffffff;font-weight: 500;}
.n-five .five-content .five-left p{font-size: 17px;color: #e7e0d4;line-height: 30px;margin-top: 15px;}
.n-five .five-content .five-left a{display: block;font-size: 15px;color: #ceab6a; width: 189px;height: 42px;line-height: 42px;box-sizing: border-box;padding-left: 40px;margin-top: 30px;background: url(../images/n-five-more.png) center;background-size: 100% 100%;}


.n-five .five-content .five-right{width: 511px;height: 528px;float: right;background: url(../images/n-five-2.png) center;}




/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 99;}
.iFix ul{box-sizing: border-box;}
.iFix ul li{width: 82px;height: auto;border-radius: 5px;margin-top: 8px;background: #983b24;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);position: relative;}
.iFix ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 10px 5px;text-align: justify;}
.iFix ul li img{width: auto;height: auto;display: block;margin: 0 auto;}
.iFix ul li p{font-size: 12px;color: #ffffff;text-align: center;margin-top: 10px;}

.iFix ul li:hover .fix-img{display: block;}

.iFix .ReturnTop{display: none;width: 50px;height: 50px;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;}

/*升级*/
.fcq-sj{position: fixed;width: 180px;height: auto;box-sizing: border-box;left: 0;bottom: 10%;z-index: 999;}
.fcq-sj span{position: absolute;right: 0;top: 0;width: 20px;height: 20px;border-radius: 20px;cursor: pointer;background: url(../images/fix-close.png) center;background-size: 100% 100%;}
.fcq-sj img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.fcq-sj p{font-size: 14px;color: #333333;line-height: 20px;position: absolute;left: 0;right: 0;bottom: 0;box-sizing: border-box;padding: 10px 15px;text-align: justify;}



.n-footer{width: 100%;height: auto;padding-bottom: 45px; box-sizing: border-box;background: url(../images/footer-bg-2.jpg) center;background-size: cover;position: relative;}
.n-footer .f-bg{position: absolute;width: 100%;height: 123px;left: 0;top: -123px;right: 0;margin: auto;background: url(../images/footer-bg-1.png) center;background-size: cover;}

.n-footer .f-logo{width: 100%;box-sizing: border-box;overflow: hidden;}
.n-footer .f-logo a img{width: 154px;height: auto;display: block;margin: 0 auto;}

.n-footer .f-one{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 55px;padding-bottom: 25px;border-bottom: 1px solid #e6dccc;}
.n-footer .f-one .f-left{float: left;box-sizing: border-box;overflow: hidden;}
.n-footer .f-one .f-left li{float: left;margin-left: 60px;}
.n-footer .f-one .f-left li:first-child{margin-left: 0;}
.n-footer .f-one .f-left li h3{font-size: 19px;color: #614915;font-weight: 500;margin-bottom: 20px;}
.n-footer .f-one .f-left li a{display: block;font-size: 16px;color: #614915;margin-bottom: 15px;}
.n-footer .f-one .f-left li a:hover{color: #983b24;}

.n-footer .f-one .f-right{float: right;box-sizing: border-box;overflow: hidden;}
.n-footer .f-one .f-right a{display: block;float: left;margin-left: 15px;}
.n-footer .f-one .f-right a .f-img{width: 130px;height: 130px;padding: 2px;box-sizing: border-box;border: 1px solid #e2d5c2;background: #ffffff;}
.n-footer .f-one .f-right a .f-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.n-footer .f-one .f-right a span{display: block;font-size: 16px;color: #614915;text-align: center;margin-top: 12px;}

.links{width: 100%;padding: 23px 0;box-sizing: border-box;border-bottom: 1px solid #e6dccc;}
.links p{font-size: 16px;color: #614915;}
.links a{display: inline-block;color: #97896b;box-sizing: border-box;margin: 0 10px;}
.links a:hover{color: #983b24;}

.n-footer .f-bottom{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 25px;}
.n-footer .f-bottom p{font-size: 16px;color: #847b68;text-align: center;margin-top: 15px;}
.n-footer .f-bottom p a{color: #847b68;display: inline-block;box-sizing: border-box;}
.n-footer .f-bottom p a.f-1{padding-left: 25px;background: url(../images/f-1.png) left no-repeat;}
.n-footer .f-bottom p a:hover{color: #983b24;}

/*效果*/
@keyframes rotate {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
.leftUp img{-webkit-animation-name:leftUp;animation-name:leftUp;}
@-webkit-keyframes leftUp{
0%{transform:scale(1.1,1.1) translate(4.545%,4.545%); }
100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}
@keyframes leftUp{
0%{transform:scale(1.1,1.1) translate(4.545%,4.545%);}
100%{transform:scale(1.1,1.1)  translate(-4.545%,-4.545%);}}

.moveRight img{-webkit-animation-name:moveRight;animation-name:moveRight;}
@-webkit-keyframes moveRight{
0%{transform:scale(1.1,1.1) translate(-4.545%,0); }
100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}
@keyframes moveRight{
0%{transform:scale(1.1,1.1) translate(-4.545%,0);}
100%{transform:scale(1.1,1.1)  translate(4.545%,0);}}

.moveDown img{-webkit-animation-name:moveDown;animation-name:moveDown;}
@-webkit-keyframes moveDown{
0%{transform:scale(1.1,1.1) translate(0,-4.545%); }
100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}
@keyframes moveDown{
0%{transform:scale(1.1,1.1) translate(0,-4.545%);}
100%{transform:scale(1.1,1.1)  translate(0,4.545%);}}

.centerBig img{-webkit-animation-name:centerBig;animation-name:centerBig;}
@-webkit-keyframes centerBig{
100%{transform:scale(1.1,1.1);}}
@keyframes centerBig{
100%{transform:scale(1.1,1.1);}}

.rightDownBig img{-webkit-animation-name:rightDownBig;animation-name:rightDownBig;}
@-webkit-keyframes rightDownBig{
100%{transform:scale(1.1,1.1) translate(4%,4%);}}
@keyframes rightDownBig{
100%{transform:scale(1.1,1.1) translate(4%,4%);}}
.moveFromTop{-webkit-animation: moveFromTop .5s ease both;-moz-animation: moveFromTop .5s ease both;animation: moveFromTop .5s ease both;}
@-webkit-keyframes moveFromTop {from { opacity: 0.3; -webkit-transform: translateY(20px); }}
@-moz-keyframes moveFromTop {from { opacity: 0.3; -moz-transform: translateY(20px); }}
@keyframes moveFromTop {from { opacity: 0.3; transform: translateY(20px); }}


@media (min-width: 1200px) and (max-width: 1399px)  {
	.container{width: 1200px;}

}

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

   


	/*悬浮层*/
	.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;}

	
	


	.commonTitle{height: 7rem;width: 100%;background: url(../images/commonBg.jpg) center no-repeat;}
	.commonTitle .commonContent{bottom: 0;}
	.commonTitle .commonContent h3{width: 100%;font-size: 0.9rem;line-height: 5rem;text-align: center;margin-top: 0;}

	.location{width: 100%;line-height: 40px;position: absolute;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.3);}
	.location p{box-sizing: border-box;font-size: 14px;color: #ffffff;}
	.location p a{color: #ffffff;display: inline-block;margin: 0 5px;}
	
	.commonUl{box-sizing: border-box;padding: 0 0.3rem;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: bold;height: 2rem;line-height: 2rem;margin: 0 0.9rem;box-sizing: border-box}

	.location {box-sizing: border-box;padding: 0 0.3rem;height: 1.5rem;}
	.location p{box-sizing: border-box;font-size: 0.6rem;color: #ffffff;line-height: 1.5rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.location p a{color: #ffffff;display: inline-block;margin: 0 0.2rem;}

	.commonMain{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: #ffffff;}

	.news-title{box-sizing: border-box;overflow: hidden;}
	.news-title h3{float: left;font-size: 0.8rem;font-weight: 600;padding-left: 1rem;}
	.news-title .news-more{float: right;width: auto;height: auto;line-height: 1rem;text-align: center;background: none;}
	.news-title a{display: block;font-size: 0.6rem;color: #c1ad8b;}
	.news-title a:hover{color: #184086;}

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


	.commonMain .listUl{box-sizing: border-box;border-left: none;width: 100%;padding: 0 0.3rem;margin-bottom: 0;}
	.commonMain .listUl li{width: 100%;box-sizing: border-box;position: relative;padding: 0.5rem 0;}
	.commonMain .listUl li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding-left: 1rem;}
	.commonMain .listUl li i{width: 0.6rem;height: 0.6rem;border-radius: 0.6rem;left: 0;top: 0.8rem;border: 1px solid #4b9c7b;background: #FFFFFF;}
	.commonMain .listUl li h3{font-size: 0.8rem;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.commonMain .listUl li:hover i{border: none;background: #4b9c7b;}
	.commonMain .listUl li:hover h3{color: #4b9c7b;}

	.commonMain .specialUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.commonMain .specialUl li{float: left;width: 49%;box-sizing: border-box;overflow: hidden;margin: 0 0 2% 2%;}
	.commonMain .specialUl li:nth-child(4n+1){margin-left: 2%;}
	.commonMain .specialUl li:nth-child(2n+1){margin-left: 0;}
	.commonMain .specialUl li a{width: 100%;height: 100%;display: block;text-align: center;}
	.commonMain .specialUl li .s-img{width: 100%;height: 6.5rem;overflow: hidden;}
	.commonMain .specialUl li h3{font-size: 0.7rem;margin-top: 0.5rem;}

	.commonMain .videoUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.commonMain .videoUl li{float: left;width: 49%;box-sizing: border-box;overflow: hidden;margin: 0 0 2% 2%;}
	.commonMain .videoUl li:nth-child(4n+1){margin-left: 2%;}
	.commonMain .videoUl li:nth-child(2n+1){margin-left: 0;}
	.commonMain .videoUl li .v-img{width: 100%;height: 7rem;overflow: hidden;}
	.commonMain .videoUl li h3{font-size: 0.7rem;margin-top: 0.5rem;}
	.commonMain .videoUl li span{font-size: 0.6rem;margin-top: 0.5rem;}

	.commonMain .depart-h{font-size: 0.9rem;color: #0068b7;font-weight: bold;margin-bottom: 1rem;padding: 0 0.3rem;}
	.commonMain .depart-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 1rem;padding: 0 0.3rem;}
	.commonMain .depart-ul li{float: left;width: 49%;height: 2rem;line-height: 2rem;margin: 0 0 2% 2%;}
	.commonMain .depart-ul li:nth-child(5n+1){margin-left: 2%;}
	.commonMain .depart-ul li:nth-child(2n+1){margin-left: 0;}
	.commonMain .depart-ul li a{font-size: 0.75rem;padding: 0 0.5rem;}

	.d-title{width: 100%;box-sizing: border-box;padding-bottom: 0.5rem;}
	.d-title h3{float: left;color: #0068b7;font-size: 0.9rem;font-weight: 600;}
	.d-title a{display: block;float: right;font-size: 0.6rem;color: #b29b6b;line-height: 1.2rem;}
	.common-ksjs{width: 100%;box-sizing: border-box;padding: 1rem 0;overflow: hidden;background: #ffffff;}
	.common-ksjs .ksjs-content{width: 100%;box-sizing: border-box;overflow: hidden;}
	.common-ksjs .ksjs-content .ksjs-txt{width: 100%;height: auto;float: left;padding: 0.5rem;}
	.common-ksjs .ksjs-content .ksjs-txt .news-title{box-sizing: border-box;padding-bottom: 0.5rem;}
	.common-ksjs .ksjs-content .ksjs-txt p{font-size: 0.7rem;text-indent: 2em;line-height: 1.2rem;margin-top: 0.5rem;}
	.common-ksjs .ksjs-content .ksjs-img{float: right;width: 100%;height: auto;overflow: hidden;background: #f5f5f5;}
	.common-ksjs .ksjs-content .ksjs-img a{display: block;width: 100%;height: 100%;}
	.common-ksjs .ksjs-content .ksjs-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
	
	.common-yhtd{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;}
	.common-yhtd .yhtd-ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.5rem;}
	.common-yhtd .yhtd-ul li{float: left;width: 49%;height: 11rem;margin: 0 0 2% 2%;}
	.common-yhtd .yhtd-ul li:first-child{margin-left: 2%;}
	.common-yhtd .yhtd-ul li:nth-child(2n+1){margin-left: 0;}
	.common-yhtd .yhtd-ul li .nTxt{width: 100%;height: auto;padding: 0.5rem 0.5rem;}
	.common-yhtd .yhtd-ul li .nTxt h3{font-size: 0.8rem;font-weight: 500;margin-top: 0;}
	.common-yhtd .yhtd-ul li .nTxt span{display: block;font-size: 0.6rem;color: #ffffff;margin-top: 0.3rem;}
	.common-yhtd .yhtd-ul li:hover .nTxt{background: #0068b7;}

	/*在线导医*/
	.zxdy-title{width: 100%;box-sizing: border-box;padding: 0 0.3rem;}
	.zxdy-title h3{font-size: 0.8rem;color: #333333;font-weight: bold;}

	.zxdy-item{width: 100%;box-sizing: border-box;margin-top: 1rem;padding: 0.5rem;}
	.zxdy-item a{display: block;width: 50%;float: left;font-size: 0.8rem;margin: 0.3rem 0;padding-left: 1rem;}
	.zxdy-item a:hover{color: #0068b7;}
	.zxdy-item a.active{color: #0068b7;}

	.zxdy-choose{width: 100%;box-sizing: border-box;margin-top: 1rem;padding: 0 0.3rem;}
	.zxdy-choose h3{font-size: 0.8rem;}
	.zxdy-choose h3 span{display: inline-block;font-size: 0.75rem;margin: 0 0.3rem;}

	.zxdy-ul{width: 100%;box-sizing: border-box;margin-top: 1rem;padding: 0 0.3rem;}
	.zxdy-ul li{box-sizing: border-box;margin-bottom: 0.7rem;padding-bottom: 0.7rem;border-bottom: 1px solid #d9dfe9;}
	.zxdy-ul li .zxdy-img{width: 100%;height: auto;float: left;overflow: hidden;background: #f5f5f5;}
	.zxdy-ul li .zxdy-txt{width: 100%;float: right;text-align: justify;margin-top: 0.5rem;}
	.zxdy-ul li .zxdy-txt h3{font-size: 0.8rem;color: #0068b7;font-weight: bold;text-align: center;}
	.zxdy-ul li .zxdy-txt p{font-size: 0.75rem;margin-top: 0.5rem;line-height: 1.2rem;}


	
	/*医生介绍*/
	.commonMain .doctorUl{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.commonMain .doctorUl li{width: 100%;height: auto;float: left;margin: 0 0 0.8rem 0;padding: 0.5rem;}
	.commonMain .doctorUl li:nth-child(3n+1){margin-left: 0;}
	.commonMain .doctorUl li .dImg{width: 30%;height: 7rem;}
	.commonMain .doctorUl li .dTxt{width: 67%;height: 7rem;}
	.commonMain .doctorUl li .dTxt h3{font-size: 0.8rem;font-weight: 600;}
	.commonMain .doctorUl li .dTxt span{display: block;font-size: 0.6rem;color: #0068b7;margin-top: 0.5rem;}
	.commonMain .doctorUl li .dTxt p{font-size: 0.6rem;color: #666666;line-height: 1rem; margin-top: 0.5rem;}

	.expertsTop{box-sizing: border-box;overflow: hidden;padding: 1rem 0.35rem;}
	.expertsTop .expertsImg{width: 6rem;height: auto;float: none;margin: 0 auto;}
	.expertsTop .expertsNoImg{width: 6rem;height: 8rem;float: none;display: flex;margin: 0 auto;align-items: center;}

	.expertsTop .expertsTxt{width: 100%;height: auto;float: none;text-align: justify;margin: 0.5rem 0;}
	.expertsTop .expertsTxt h3{font-size: 0.8rem;color: #0068b7;font-weight: bold;margin-bottom: 0.5rem;}
	.expertsTop .expertsTxt p{font-size: 0.7rem!important;color: #333333;line-height: 1.2rem;}
	
	
	.expertsTop .expertsTxt p a{color: #0068b7;}
	.expertsTop .expertsTxt p.experts-p{margin-top: 0.5rem;}
	.expertsContent{box-sizing: border-box;overflow: hidden;padding: 1rem 0.35rem;}
	.expertsContent .pexertsH{font-size: 0.8rem;color: #0068b7;font-weight: bold;}
	.expertsContent .expertsP{text-align: justify;box-sizing: border-box;margin-top: 0.5rem;}
	.expertsContent .expertsP p{font-size: 0.7rem;color: #333333;line-height: 1.5rem!important;text-indent: 2em!important;}
	.expertsContent .expertsP p span{font-size: 0.7rem!important;}

	/*搜索页*/
	.noSearch{font-size: 0.7rem;color: #333333;margin-top: 1rem;}
	.sTitle{width: 100%;padding: 0.5rem 1rem;margin-bottom: 1rem;}
	.sTitle h3{font-size: 0.8rem;font-weight: 500;color: #333333;}
	.sTitle h3 span{margin: 0 0.2rem;}
	.sTitle h3 i{margin: 0 0.2rem;}

	/*分页*/
	.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;}


	/*详情页*/
	.showMain{padding: 0 0.3rem;}
	.showTitle{text-align: justify;margin-top: 0.5rem;padding: 0 0 0.5rem;overflow: hidden;}
	.showTitle h3{font-size: 0.8rem;text-align: justify;}
	.showTitle h5{font-size: 0.7rem;text-align: justify;}
	.showTitle .showInfo{margin-top: 0.5rem;height: auto;overflow: hidden;}
	.showTitle .showInfo p{font-size: 0.65rem;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 section:first-child{text-align: center;width: 100%;margin: 0 auto!important;}
	.showContent section{text-align: center;padding: 0!important;margin: 0!important;}
	.showContent section img{display: block;margin: 0 auto !important;}
	.showContent p{font-size: 0.8rem;color: #333333;line-height: 1.5rem!important;}
	.showContent img{width: auto;max-width: 100%;height: auto!important;;margin: 0.5rem 0;}
	.showContent table{width: 100% !important;}
	
	.showVideo{width: 100%;height: 15rem;padding: 1.2rem 0 0 ;}
	.showPage{display: none;}
	.showEwm{display: none;}
	.recommend{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;}  
}
/*iphone 6 plus*/
@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;}  
}