@charset "utf-8";
*{margin:0;padding:0;}
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{width: 100%;box-sizing: border-box;background: #f7fafc;}
.header-center{width: 100%;height: 90px;display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;}
.header-center .header-logo{box-sizing: border-box;}
.header-center .header-logo a{display: block;}
.header-center .header-logo img{width: 123px;height: auto;display: block;margin: 0 auto;}

.header-center .header-menu{height: 100%;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.header-center .header-menu ul{height: 46px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.header-center .header-menu ul li{box-sizing: border-box;position: relative;}
.header-center .header-menu ul li .n-a{line-height: 46px;display: flex;font-size: 16px;color: #000000;box-sizing: border-box;padding: 0 25px;align-items: center;justify-content: center;}
.header-center .header-menu ul li .n-a i{width: 8px;height: 5px;font-style: normal;display: inline-block;margin-left: 10px;background: url(../images/nav-1.png) center;}
.header-center .header-menu ul li.active{background: #60b62e;}
.header-center .header-menu ul li.active .n-a{color: #ffffff;}
.header-center .header-menu ul li.active .n-a i{background: url(../images/nav-2.png) center;}
.header-center .header-menu ul li:hover{background: #60b62e;}
.header-center .header-menu ul li:hover .n-a{color: #ffffff;}
.header-center .header-menu ul li:hover .n-a i{background: url(../images/nav-2.png) center;}
.header-center .header-menu ul li .sub-nav{display: none;position: absolute;left: 0;top: 46px;width: 330px;padding: 0 15px 15px;box-sizing: border-box;box-shadow: 3px 3px 12px rgba(0, 0, 0, .3); background: #ffffff;z-index: 99;}
.header-center .header-menu ul li .sub-nav a{display: block;font-size: 16px;color: #333333;margin-top: 15px;}
.header-center .header-menu ul li .sub-nav a:hover{color: #60b62e;text-decoration: underline;}
.header-center .header-menu ul li:hover .sub-nav{display: block;}

.header-center .header-menu .header-list{display: flex;align-items: center;margin-left: 45px;}
.header-center .header-menu .header-list a{display: block;width: 40px;height: 40px;}
.header-center .header-menu .header-list .header-cn{background: url(../images/header-cn.png) center;}
.header-center .header-menu .header-list .header-search{margin-left: 15px;position: relative;}
.header-center .header-menu .header-list .header-search span{width: 40px;height: 40px;display: block;background: url(../images/header-search.png) center;}

.header-center .header-menu .header-list .header-search .header-input{display: none;width: 400px;position: absolute;right: 0;height: 40px;top: 0;z-index: 999;background: #ffffff;box-sizing: border-box;border: 1px solid #60b62e;border-radius: 2px;align-items: center;justify-content: space-between;}
.header-center .header-menu .header-list .header-search .header-input input{border: none;box-sizing: border-box;padding: 0 15px;display: block;}
.header-center .header-menu .header-list .header-search .header-input .h-input{width: 345px;height: 100%;font-size: 15px;color: #333333;line-height: 38px;border: none;}
.header-center .header-menu .header-list .header-search .header-input .h-btn{width: 55px;height: 100%;overflow: hidden;margin-left: 15px;}
.header-center .header-menu .header-list .header-search .header-input input[type='submit']{background: url(../images/header-search.png) center no-repeat #eaefe8;border-left: 1px solid #60b62e;cursor: pointer;}
.header-center .header-menu .header-list .header-search:hover .header-input{display: flex;}


/*轮播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 img{width:100%;height: auto;display: block;margin: 0 auto;} 
.bannerTop .hd{overflow:hidden;position: absolute;left: 0;right: 0;bottom: 30px;margin: auto;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:10px;height:10px;border-radius: 5px;overflow:hidden;margin: 0 5px;background: #adadad;font-size: 0;}
.bannerTop .hd ul li.on{background: #60b62e;width: 20px;} 

.e-main{width: 100%;box-sizing: border-box;padding: 60px 0;overflow: hidden;}

.e-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.e-title a{display: flex;align-items: center;justify-content: space-between;}
.e-title a h3{width: 620px;font-size: 36px;color: #1e293b;font-weight: bold;}
.e-title a span{display: block;font-size: 16px;color: #60b62e;text-decoration: underline;}

.e-main .e-left{width: 475px;height: 620px;box-sizing: border-box;}
.e-main .e-left ul{width: 100%;box-sizing: border-box;padding-top: 55px;}
.e-main .e-left ul li{width: 100%;margin-bottom: 50px;}
.e-main .e-left ul li img{display: block;margin: 0 auto;}
.e-main .e-left ul li h3{font-size: 20px;color: #ffffff;font-weight: 500;margin-top: 15px;line-height: 25px;text-align: center;}
.e-main .e-right{width: 1025px;height: 620px;box-sizing: border-box;padding: 45px 40px 45px 45px;position: relative;}
.e-main .e-right .e-ul{position: absolute;width: 1096px;height: 403px;bottom: 45px;box-sizing: border-box;display: flex;justify-content: space-between;}
.e-main .e-right .e-ul li{width: 340px;box-sizing: border-box;box-shadow: 0 2px 10px rgba(0, 0, 0, .08);background: #ffffff;border-radius: 10px;overflow: hidden;}
.e-main .e-right .e-ul li a{display: block;width: 100%;height: 100%;}
.e-main .e-right .e-ul li .e-img{width: 100%;height: 270px;overflow: hidden;}
.e-main .e-right .e-ul li .e-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.e-main .e-right .e-ul li .e-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;}
.e-main .e-right .e-ul li:hover .e-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);}
.e-main .e-right .e-ul li .e-txt{width: 100%;box-sizing: border-box;text-align: center;padding: 25px 10px 0;}
.e-main .e-right .e-ul li .e-txt h3{font-size: 20px;color: #1e293b;font-weight: 500;}
.e-main .e-right .e-ul li:hover .e-txt h3{color: #60b62e;}

.e-one{width: 100%;display: flex;justify-content: space-between;margin-bottom: 50px;}
.e-one .e-left{padding: 0 175px 0 85px;background: url(../images/e-img-1.jpg) center;background-size: 100% 100%;}
.e-one .e-right{background: #f8fcf6;}
.e-one .e-right .e-ul{left: -115px;}

.e-two{width: 100%;display: flex;justify-content: space-between;margin-bottom: 50px;}
.e-two .e-left{padding: 0 85px 0 175px;background: url(../images/e-img-5.jpg) center;background-size: 100% 100%;}
.e-two .e-right{background: #f6fcff;}
.e-two .e-right .e-ul{right: -115px;}

.e-three{width: 100%;display: flex;justify-content: space-between;margin-bottom: 50px;}
.e-three .e-left{padding: 0 175px 0 85px;background: url(../images/e-img-6.jpg) center;background-size: 100% 100%;}
.e-three .e-right{background: #faf9f4;}
.e-three .e-right .e-ul{left: -115px;}

.e-four{width: 100%;height: 640px;background: url(../images/e-bg-1.jpg) center;background-size: 100% 100%;}
.e-four ul{width: 100%;height: 100%;display: flex;align-items: center;}
.e-four ul li{width: 375px;height: 100%;}
.e-four ul li a{display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;box-sizing: border-box;text-align: center;padding: 0 20px;}
.e-four ul li a h3{font-size: 36px;color: #ffffff;font-weight: 500;line-height: 45px;}
.e-four ul li a p{display: none;}
.e-four ul li a span{display: none;}

.e-four ul li:hover{background: rgba(0, 0, 0, .36);}
.e-four ul li:hover a{display: block;padding-top: 145px;}
.e-four ul li:hover a p{display: block;width: 36px;height: 3px;background: #ffffff;margin: 45px auto 0;}
.e-four ul li:hover a span{display: block;font-size: 16px;color: #ffffff;text-decoration: underline;margin-top: 210px;}

.e-bottom{width: 100%;box-sizing: border-box;padding: 50px 0;background: #eaefe8;}
.e-bottom .container{height: 100%;display: flex;justify-content: space-between;}
.e-bottom .bottom-txt{width: 735px;box-sizing: border-box;}
.e-bottom .bottom-txt h3{font-size: 30px;color: #1e293b;font-weight: 500;text-align: center;}
.e-bottom .bottom-txt span{display: block;width: 360px;height: 3px;background: #1e293b;margin: 35px auto 0;}
.e-bottom .bottom-txt p{font-size: 24px;color: #334155;line-height: 40px;text-indent: 2em;text-align: justify;margin-top: 40px;}
.e-bottom .bottom-txt a{display: block;font-size: 16px;color: #60b62e;text-decoration: underline;text-align: right;margin-top: 15px;}

.e-bottom .bottom-img{width: 690px;}
.e-bottom .bottom-img .b-logo{box-sizing: border-box;}
.e-bottom .bottom-img .b-logo img{width: 171px;height: auto;display: block;margin: 0 auto;}
.e-bottom .bottom-img .b-img{width: 100%;height: 406px;margin: 45px 0 0 0;overflow: hidden;}
.e-bottom .bottom-img .b-img a{display: block;width: 100%;height: 100%;overflow: hidden;}
.e-bottom .bottom-img .b-img a img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}



.commonTitle{box-sizing: border-box;position: relative;height: 500px;width: 100%;background: url(../images/common-bg.jpg) center no-repeat;background-size: cover;}

.location{width: 100%;position: absolute;left: 0;right: 0;bottom: 15px;}
.location p{font-size: 16px;color: #ffffff;box-sizing: border-box;overflow: hidden;}
.location p a{color: #ffffff;display: inline-block;margin: 0 5px;}

.commonUl{box-sizing: border-box;width: 100%;height: 65px;border-bottom: 1px solid #d9dfe9;}
.commonUl ul{box-sizing: border-box;overflow: hidden;height: 65px;}
.commonUl ul li{float: left;height: 65px;box-sizing: border-box;}
.commonUl ul li a{display: block;font-size: 20px;color: #000000;font-weight: bold;height: 65px;line-height: 65px;margin: 0 25px;box-sizing: border-box}
.commonUl ul li:first-child a{margin-left: 0;}
.commonUl ul li.active a{color: #60b62e;border-bottom: 3px solid #60b62e;}
.commonUl ul li:hover a{color: #60b62e;border-bottom: 3px solid #60b62e;}

.e-common{width: 100%;box-sizing: border-box;padding: 60px 0 90px 0;overflow: hidden;background: #ffffff;}

.e-common .commonList{box-sizing: border-box;width: 100%;margin: 10px 0 40px 0;overflow: hidden;}
.e-common .commonList li{width: 100%;height: auto;box-sizing: border-box;position: relative;padding-bottom: 25px;margin-bottom: 20px;border-bottom: 1px dashed #dadada;}
.e-common .commonList li a{display: block;width: 100%;height: 100%;overflow: hidden; box-sizing: border-box;}
.e-common .commonList li .nImg{float: left;width: 320px;height: 250px;overflow: hidden;}
.e-common .commonList li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.e-common .commonList 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;}
.e-common .commonList li .nTxt{float: right;width: 1150px;box-sizing: border-box;text-align: justify;word-break: break-all;}
.e-common .commonList li .nTxt h3{font-size: 20px;color: #333333;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.e-common .commonList li .nTxt h3 span{font-size: 20px;display: inline-block;margin-top: 0;}
.e-common .commonList li .nTxt p{font-size: 17px;color: #666666;margin-top: 25px;line-height: 35px;}
.e-common .commonList li .nTxt p span{font-size: 17px;display: inline-block;margin-top: 0;}
.e-common .commonList li .nTxt span{font-size: 16px;color: #999999;display: block;margin-top: 25px;}
.e-common .commonList li .tTxt{float: right;width: 100%;box-sizing: border-box;text-align: justify;word-break: break-all;}
.e-common .commonList li .tTxt h3{font-size: 20px;color: #333333;font-weight: 600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.e-common .commonList li .tTxt p{font-size: 17px;color: #666666;margin-top: 25px;line-height: 35px;}
.e-common .commonList li .tTxt span{font-size: 16px;color: #999999;display: block;margin-top: 25px;}
.e-common .commonList li .tTxt h3 span{display: inline-block;font-size: 20px;margin-top: 0;}
.e-common .commonList li .tTxt p span{display: inline-block;font-size: 17px;margin-top: 0;}
.e-common .commonList li: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);}
.e-common .commonList li:hover .nTxt h3{color: #60b62e;}
.e-common .commonList li:hover .tTxt h3{color: #60b62e;}

.common-h{width: 100%;box-sizing: border-box;overflow: hidden;margin-bottom: 30px;}
.common-h a{display: flex;align-items: center;justify-content: space-between;}
.common-h a h3{font-size: 24px;color: #1e293b;font-weight: bold;}
.common-h a span{display: block;font-size: 14px;color: #60b62e;text-decoration: underline;}


.e-common .common-img{width: 100%;box-sizing: border-box;overflow: hidden;padding-bottom: 50px;}
.e-common .common-img li{width: 350px;float: left;margin: 0 0 33px 33px;box-sizing: border-box;box-shadow: 0 2px 10px rgba(0, 0, 0, .08);background: #ffffff;border-radius: 10px;overflow: hidden;}
.e-common .common-img li:nth-child(4n+1){margin-left: 0;}
.e-common .common-img li a{display: block;width: 100%;height: 100%;}
.e-common .common-img li .e-img{width: 100%;height: 278px;overflow: hidden;}
.e-common .common-img li .e-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.e-common .common-img li .e-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;}
.e-common .common-img li:hover .e-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);}
.e-common .common-img li .e-txt{width: 100%;height: 110px;box-sizing: border-box;text-align: center;padding: 10px;display: flex;align-items: center;justify-content: center;}
.e-common .common-img li .e-txt h3{font-size: 17px;color: #1e293b;font-weight: 500;}
.e-common .common-img li:hover .e-txt h3{color: #60b62e;}



.showCase-top{width: 100%;box-sizing: border-box;padding: 50px;border: 1px solid #efefef;box-shadow: 0 3px 1px rgba(208, 208, 208, .2);}
.showCase-top .showCase-title{width: 100%;font-size: 36px;color: #333333;font-weight: bold;text-align: center;}
.showCase-top .showCase-swiper{width: 813px;height: auto;margin: 35px auto 0;overflow: hidden;position: relative;}
.showCase-top .showCase-swiper .swiper-slide{width: 100%;height: auto;overflow: hidden;background: #f5f5f5;}
.showCase-top .showCase-swiper .swiper-slide img{width: 100%;height: auto;display: block;margin: 0 auto;}
.showCase-top .showCase-swiper .swiper-button-prev {left: 15px;width: 60px;height: 60px;line-height: 60px;border-radius: 100%;font-size: 20px;color: #000000;font-family: "宋体";text-align: center;background: #e0e0e0;}
.showCase-top .showCase-swiper .swiper-button-prev:hover {color: #ffffff;background: #60b62e;}
.showCase-top .showCase-swiper .swiper-button-next {right: 15px;width: 60px;height: 60px;line-height: 60px;border-radius: 100%;font-size: 20px;color: #000000;font-family: "宋体";text-align: center;background: #e0e0e0;}
.showCase-top .showCase-swiper .swiper-button-next:hover {color: #ffffff;background: #60b62e;}

.showCase-top .showCase-h5{font-size: 24px;color: #60b62e;font-weight: 500;padding-bottom: 10px;margin-top: 50px;box-sizing: border-box;border-bottom: 1px solid #efefef;}

.showCase-top .showCase-content{width: 100%;box-sizing: border-box;margin-top: 25px;font-size: 16px;text-align: justify;overflow: hidden;word-break:break-all}
.showCase-top .showCase-content p{font-size: 16px;color: #333333;line-height: 35px;}
.showCase-top .showCase-content img{width: auto!important;max-width: 100%;height: auto!important;margin: 0 auto;}


.showMain{width: 100%;box-sizing: border-box;padding: 50px 0 80px 0;background: #ffffff;}
.showWhite{width: 100%;box-sizing: border-box;background: #ffffff;}
.showTitle{box-sizing: border-box;border-bottom: 1px solid #e2e2e2;}
.showTitle h3{font-size: 30px;color: #333333;text-align: center;font-weight: bold;}
.showTitle h5{font-size: 16px;color: #666666;font-weight: 500;margin-top: 15px;}
.showTitle .showInfo{box-sizing: border-box;height: 31px;margin-top: 30px;}
.showTitle .showInfo p{display: block;line-height: 24px;font-size: 14px;color: #999999;text-align: center;}
.showTitle .showInfo p b{display: inline-block;color: #666666;margin-right: 25px;font-weight: normal;}

.showContent{box-sizing: border-box;font-size: 18px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showContent p{font-size: 16px;color: #333333;line-height: 35px;}
.showContent img{max-width: 100%;height: auto!important;margin: 10px auto;}
.showDepartment{box-sizing: border-box;font-size: 20px;text-align: justify;padding: 35px 0;overflow: hidden;width: 100%; word-break:break-all}
.showDepartment p{font-size: 16px!important;color: #333333;line-height: 35px!important;}
.showDepartment img{width: auto;max-width: 100%;height: auto;margin: 10px auto;}
.showContent section:first-child{text-align: center;width: 677px;margin: 0 auto!important;}
.showContent section{text-align: center;}
.showContent section img{display: block;margin: 0 auto !important;}
.showContent table{margin: 0 auto!important;width: 800px!important;}
.showContent table tr td{border: 1px solid #d7dde4!important;box-sizing: border-box;padding: 8px;font-size: 16px;}
.showContent .mejs__container {margin: 0 auto;}

.showVideo{width: 100%;height: 751px; box-sizing: border-box;text-align: justify; margin-top: 30px;}
.showVideo video{width: 100%;height: 100%;background: #f3f2ff;}
.showVideo video::-internal-media-controls-download-button{display:none;}
.showVideo video::-webkit-media-controls-enclosure{overflow:hidden;}
.showVideo video::-webkit-media-controls-panel{width: calc(100% + 30px);}

/*分页*/
.newsPage{width: 100%; box-sizing: border-box;text-align: center;padding: 25px 0;}
.newsPage .newsPageContent a{font-size: 14px;color: #666666;box-sizing: border-box;cursor: pointer; border-radius: 3px;display: inline-block;padding: 8px 17px;border: 1px solid #e2e2e2;margin:0 2px;}
.newsPage .newsPageContent span{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;cursor: pointer; padding: 8px 15px;border: 1px solid #e2e2e2;}
.newsPage .newsPageContent a.active{color: #FFFFFF;background: #60b62e;}
.newsPage .newsPageContent a.current{color: #FFFFFF;background: #60b62e;}
.newsPage .newsPageContent a:hover{color: #FFFFFF;background: #60b62e;}
.newsPage .newsPageContent select{font-size: 14px;color: #666666;box-sizing: border-box;border-radius: 3px;display: inline-block;border: 1px solid #e2e2e2; cursor: pointer; padding: 8px 15px;background: #ffffff;}


/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 999;}
.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;}


.footer{width: 100%;box-sizing: border-box;overflow: hidden;position: relative;background: #f7f7f7;}
.footer .footer-center{width: 100%;height: 100%;box-sizing: border-box;padding: 80px 0;display: flex;justify-content: space-between;}

.footer .footer-center .f-title{width: 100%;box-sizing: border-box;}
.footer .footer-center .f-title a{display: block;font-size: 22px;color: #111827;font-weight: bold;}
.footer .footer-center .f-title span{display: block;width: 36px;height: 3px;background: #60b62e;margin-top: 12px;}

.footer .footer-center .f-logo{width: 180px;box-sizing: border-box;}
.footer .footer-center .f-logo a{display: block;text-align: justify;}
.footer .footer-center .f-logo a img{width: 135px;height: auto;display: block;}
.footer .footer-center .f-logo a span{display: block;font-size: 16px;color: #324a6d;line-height: 25px;margin-top: 15px;}

.footer .footer-center .f-one{width: 270px;box-sizing: border-box;}
.footer .footer-center .f-one ul{width: 100%;box-sizing: border-box;padding-top: 10px;}
.footer .footer-center .f-one ul li{text-align: justify;margin-top: 12px;}
.footer .footer-center .f-one ul li a{display: block;font-size: 16px;color: #324a6d;line-height: 23px;}
.footer .footer-center .f-one ul li:hover a{text-decoration: underline;}

.footer .footer-center .f-two{width: 365px;box-sizing: border-box;text-align: justify;}
.footer .footer-center .f-two p{font-size: 16px;color: #324a6d;line-height: 23px;margin-top: 20px;}

.footer .footer-center .f-three{width: 465px;box-sizing: border-box;}
.footer .footer-center .f-three ul{width: 100%;box-sizing: border-box;}
.footer .footer-center .f-three ul li{box-sizing: border-box;margin-bottom: 20px;}
.footer .footer-center .f-three ul li span{display: block;font-size: 16px;color: #111827;}
.footer .footer-center .f-three ul li span i{font-style: normal;color: #e94d4d;display: inline-block;margin-left: 10px;}
.footer .footer-center .f-three ul li input{box-sizing: border-box;padding: 0 15px;display: block;margin-top: 10px;}
.footer .footer-center .f-three ul li .f-input{width: 100%;height: 40px;border: 1px solid #d1d5db;background: #ffffff;}
.footer .footer-center .f-three ul li textarea{box-sizing: border-box;border-radius: 8px;padding: 10px 15px;margin-top: 10px;}
.footer .footer-center .f-three ul li .f-textarea{width: 100%;height: 90px;border: 1px solid #d1d5db;background: #ffffff;}
.footer .footer-center .f-three .f-btn{width: 145px;height: 42px;font-size: 16px;color: #ffffff; box-sizing: border-box;border-radius: 6px;background: #60b62e;cursor: pointer;}


@keyframes rotate {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}
/*特效*/
.moveFromBottom{
    -webkit-animation: moveFromBottom .3s ease both;
	-moz-animation: moveFromBottom .3s ease both;
	animation: moveFromBottom .3s ease both;
}
@-webkit-keyframes moveFromBottom {
	from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
	from { opacity: 0.3; -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { opacity: 0.3; transform: translateY(100%); }
}
@media (min-width: 1200px) and (max-width: 1399px)  {
	.container{width: 1200px;}


}

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

   

	/*轮播banner*/
	.bannerTop{position: relative;}
	.bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 0.4rem;z-index:100;}
	.bannerTop .hd ul li{display:inline-block;cursor: pointer;width:1rem;height:0.1rem;overflow:hidden;margin: 0 3px;font-size: 0;}
	.bannerTop .n-btn{display: none;}

	

	/*悬浮层*/
	.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/common-bg.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%;position: absolute;left: 0;right: 0;bottom: 0.5rem;}
	.location p{font-size: 0.6rem;padding-left: 0;background: none;text-overflow: ellipsis;white-space: nowrap;}
	.location p a{color: #ffffff;display: inline-block;margin: 0 0.2rem;}

	
	.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}

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

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

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