@charset "utf-8";
*{margin:0;padding:0;outline:0;vertical-align:baseline;background:transparent;-webkit-font-smoothing: antialiased;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0 }
body { font: 14px/1.5 "微软雅黑","Microsoft YaHei",Arial, Tahoma, Helvetica, sans-serif;margin: auto;overflow-x: hidden;}
html{max-width:1920px;margin: 0 auto !important;}
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;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a { text-decoration: none;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.hiddenNoe{display: none;}
.container{width: 1200px;margin: 0 auto;}


.header{width: 100%;height: 110px;box-sizing: border-box;}
.header .logo{width: 352px;height: 66px;float: left;margin-top: 22px;}
.header .logo a{display: block;}
.header .logo img{width: auto;display: block;}
.header .headerTxt{box-sizing: border-box;height: 48px;line-height: 48px;margin-top: 32px;margin-left: 20px;padding-left: 20px;float: left;background: url(../images/n-x.png) left no-repeat;}
.header .headerTxt h3{font-size: 36px;color: #cc0909;font-weight: bold;}
.header .headerReturn{float: right;width: 130px;height: 40px;line-height: 40px;box-sizing: border-box;margin-top: 35px;border: 1px solid #cc0909;background: url(../images/home.png) 20px no-repeat;}
.header .headerReturn a{display: block;font-size: 16px;color: #cc0909;box-sizing: border-box;padding-left: 47px;}
.header .navMenu{display: none;}


/*轮播banner*/
.banner{position: relative;z-index: 1;}
.banner a{display: block;width: 100%;height: 100%;position: relative;}
.banner a .bImg{width: 100%;height: auto;display: block;margin: 0 auto;}

/*导航nav*/
.nav{width: 100%;height: 56px;box-sizing: border-box;background: #cc0909;}
.nav ul{box-sizing: border-box;overflow: hidden;}
.nav ul li{float: left;}
.nav ul li a{display: block;font-size: 16px;color: #ffffff;line-height: 56px;box-sizing: border-box;padding: 0 23px;}
.nav ul li.active{background: #ffd154;}
.nav ul li.active a{color: #cc0909;}
.nav ul li:hover{background: #ffd154;}
.nav ul li:hover a{color: #cc0909;}
.nav .returnHome{display: none;}

/*公共标题*/
.commonTitle{width: 100%;box-sizing: border-box;overflow: hidden;padding-bottom: 8px; border-bottom: 1px solid #cc0909;}
.commonTitle h3{font-size: 26px;color: #cc0909;font-weight: bold;float: left;box-sizing: border-box;padding-left: 40px;background: url(../images/titleBg.png) left no-repeat;}
.commonTitle .iMore{display: block;float: right;font-size: 14px;color: #cc0909;line-height: 39px;font-family: "Arial"; box-sizing: border-box;padding-right: 30px;background: url(../images/more.png) right no-repeat;}
.commonTitle .iMore:hover{color: #da251d;}

.news{width: 100%;padding: 53px 0 45px 0;box-sizing: border-box;background: #FFFFFF;}
.newsTop{box-sizing: border-box;overflow: hidden;}
.newsTop .newsLeft{width: 905px;float: left;}
.newsTop .newsContent{box-sizing: border-box;overflow: hidden;}
.news .newsBanner{box-sizing: border-box;width: 490px;float: left;position: relative;margin-top: 25px;}
.news .newsBanner .bd{width: 100%;box-sizing: border-box;overflow: hidden;}
.news .newsBanner .bd ul{}
.news .newsBanner .bd ul li{position: relative;height: auto;overflow: hidden;}
.news .newsBanner .bd ul li a{display: block;}
.news .newsBanner .bd ul li .nImg{width: 100%;height: 340px;overflow: hidden;}
.news .newsBanner .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;}
.news .newsBanner .bd ul li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.news .newsBanner .bd ul li .nImgBg{width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background: url(../images/imgBg.png) center no-repeat;}
.news .newsBanner .bd ul li .nImgTxt{width: 100%;height: 50px;position: absolute;left: 0;right: 0;bottom: 30px;margin: auto;padding: 0 20px;box-sizing: border-box;}
.news .newsBanner .bd ul li .nImgTxt h3{font-size: 16px;color: #FFFFFF;font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .newsBanner .bd ul li .nImgTxt p{font-size: 14px;color: #FFFFFF;font-family: "Arial";text-align: right;}
.news .newsBanner .hd{ position: absolute;width: 100%;left: 0;bottom: 15px;z-index: 1;box-sizing: border-box;}
.news .newsBanner .hd ul{position: relative;text-align: center;}
.news .newsBanner .hd ul li{display:inline-block;cursor: pointer;width:15px;height:3px;color: #FFFFFE;line-height: 0;text-align: center;overflow:hidden;margin: 0 3px;background: rgba(255,255,255,.5);font-size: 0;}
.news .newsBanner .hd ul li.on{background: #cc0909;}

.news .newsBanner .bd ul 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);}
.news .newsBanner .bd ul li:hover h3{color: #da251d;}
.news .newsList{width: 386px;float: right;box-sizing: border-box;margin-top: 25px;}
.news .newsList ul{box-sizing: border-box;}
.news .newsList ul li{box-sizing: border-box;overflow: hidden;border-bottom: 1px dashed #cdcdcd;padding: 6px 0 10px 0;}
.news .newsList ul li:first-child{padding-top: 0;}
.news .newsList ul li:last-child{border-bottom: none;}
.news .newsList ul li a{display: block;float: left;width: 80%; font-size:15px;color: #333333;padding-left: 18px;box-sizing: border-box;background: url(../images/nD.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .newsList ul li span{display: block;float: right;font-size: 15px;color: #999999;font-family: "Arial";}
.news .newsList ul li:hover a{color: #da251d;}
.news .newsList ul li:hover span{color: #da251d;}
.news .commonList{width: 672px;}

.newsTop .newsRight{width: 230px;float: right;}
.newsTop .newsRight a{display: block;width: 230px;height: 120px;box-sizing: border-box;padding: 20px; margin-top: 20px;}
.newsTop .newsRight a:first-child{margin-top: 0;}
.newsTop .newsRight a.item-a{background: url(../images/item-1.png) center no-repeat;background-size: 100% 100%;}
.newsTop .newsRight a.item-b{background: url(../images/item-2.png) center no-repeat;background-size: 100% 100%;}
.newsTop .newsRight a.item-c{background: url(../images/item-3.png) center no-repeat;background-size: 100% 100%;}
.newsTop .newsRight a img{width: auto;height: auto;display: block;margin: 0 auto;}
.newsTop .newsRight a h3{font-size: 18px;color: #ffdb9d;font-weight: normal;text-align: center;margin-top: 8px;}

.newsAdv{box-sizing: border-box;margin-top: 45px;}
.newsAdv a{display: block;}
.newsAdv img{width: 100%;height: auto;display: block;margin: 0 auto;}

.iOne{width: 100%;height: 420px;box-sizing: border-box;padding: 30px 0;overflow: hidden;background: url(../images/iImg-1.jpg) center no-repeat;background-size: cover;}
.commonOne{height: auto;background: url(../images/commonBg-1.jpg) center no-repeat;background-size: cover;}
.iOneL{width: 570px;float: left;box-sizing: border-box;}
.iOneR{width: 570px;float: right;box-sizing: border-box;}

.iList{box-sizing: border-box;width: 100%;padding-top: 25px;}
.iList li{box-sizing: border-box;width: 100%;}
.iList li a{display: block;}
.iList li.la{text-align: justify;word-break: break-all;}
.iList li.la h3{font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.iList li.la p{font-size: 13px;color: #666666;margin-top: 8px;}
.iList li.la span{font-size: 13px;color: #999999;font-family: "Arial";display: block;margin-top: 8px;}
.iList li.lb{margin-top: 21px;overflow: hidden;}
.iList li.lb a{display: block;float: left;width: 90%; font-size:15px;color: #333333;padding-left: 18px;box-sizing: border-box;background: url(../images/nD.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.iList li.lb span{display: block;float: right;font-size: 15px;color: #999999;font-family: "Arial";}
.iList li:hover h3{color: #DA251D;}
.iList li:hover a{color: #DA251D;}
.iList li:hover span{color: #DA251D;}

.commonOne{width: 100%;height: auto;box-sizing: border-box;padding: 40px 0;overflow: hidden;background: url(../images/commonBg-1.jpg) center no-repeat;background-size: cover;}
.commonOne .commonTitle{border-bottom: 1px solid #FFFFFF;}
.commonOne .commonTitle h3{color: #FFFFFF;background: url(../images/titleBgTwo.png) left no-repeat;}
.commonOne .commonTitle .iMore{color: #FFFFFF;background: url(../images/moreTwo.png) right no-repeat;}

.commonOne ul{box-sizing: border-box;width: 100%;overflow: hidden;padding-top: 15px;}
.commonOne ul li{box-sizing: border-box;width: 570px;float: left;margin-left: 60px;}
.commonOne ul li:nth-child(2n+1){margin-left: 0;}
.commonOne ul li.lb{margin-top: 17px;overflow: hidden;}
.commonOne ul li.lb a{display: block;float: left;width: 90%; font-size:15px;color: #FFFFFF;padding-left: 18px;box-sizing: border-box;background: url(../images/nDTwo.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonOne ul li.lb span{display: block;float: right;font-size: 15px;color: #FFFFFF;font-family: "Arial";}
.commonOne ul li:hover h3{color: #ffd154;}
.commonOne ul li:hover a{color: #ffd154;}
.commonOne ul li:hover span{color: #ffd154;}

.commonTwo{width: 100%;height: auto;box-sizing: border-box;padding: 40px 0;overflow: hidden;}
.commonTwo ul{box-sizing: border-box;width: 100%;overflow: hidden;padding-top: 15px;}
.commonTwo ul li{box-sizing: border-box;width: 570px;float: left;margin-left: 60px;}
.commonTwo ul li:nth-child(2n+1){margin-left: 0;}
.commonTwo ul li.lb{margin-top: 17px;overflow: hidden;}
.commonTwo ul li.lb a{display: block;float: left;width: 90%; font-size:15px;color: #333333;box-sizing: border-box;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.commonTwo ul li.lb span{display: block;float: right;font-size: 15px;color: #999999;font-family: "Arial";}
.commonTwo ul li:hover h3{color: #DA251D;}
.commonTwo ul li:hover a{color: #DA251D;}
.commonTwo ul li:hover span{color: #DA251D;}

.iTwo{width: 100%;box-sizing: border-box;padding: 40px 0;overflow: hidden;background: #FFFFFF;}

.iThree{width: 100%;box-sizing: border-box;padding: 30px 0 20px 0;overflow: hidden;background: #f7f7f7;}
.iThree ul{box-sizing: border-box;overflow: hidden;padding: 30px 0;}
.iThree ul li{width: 230px;height: auto; box-sizing: border-box;float: left;margin-left: 12.5px;box-shadow: 0 0 8px 1px rgba(0,0,0,.2);}
.iThree ul li:nth-child(5n+1){margin-left: 0;}
.iThree ul li a{display: block;box-sizing: border-box;}
.iThree ul li .ztImg{width: 100%;height: 170px;overflow: hidden;}
.iThree ul li .ztImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.iThree ul li .ztImg 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;}
.iThree ul li .ztTxt{width: 100%;word-break:break-all;box-sizing: border-box;text-align: justify;padding: 14px 20px;}
.iThree ul li .ztTxt h3{font-size: 16px;color: #333333;font-weight: normal;}

.iThree ul li:hover .ztTxt h3{color: #da251d;}
.iThree ul 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);}

.commonThree{width: 100%;box-sizing: border-box;padding: 40px 0 40px 0;overflow: hidden;}
.commonThree .cBanner{width: 100%;height: auto; box-sizing: border-box;position: relative;margin: 0 auto;padding-top: 20px;}
.commonThree .cBanner .bd{width: 100%;box-sizing: border-box;overflow: hidden;}
.commonThree .cBanner .bd ul{}
.commonThree .cBanner .bd ul li{width: 280px;height: auto; box-sizing: border-box;float: left;margin: 0 26px 0 0;}
.commonThree .cBanner .bd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;position: relative;}
.commonThree .cBanner .bd ul li .ztImg{width: 100%;height: 160px;overflow: hidden;}
.commonThree .cBanner .bd ul li .ztImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonThree .cBanner .bd ul li .ztImg 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;}
.commonThree .cBanner .bd ul li .ztTxt{width: 100%;word-break:break-all;box-sizing: border-box;text-align: justify;padding: 14px 0;}
.commonThree .cBanner .bd ul li .ztTxt h3{font-size: 16px;color: #333333;font-weight: normal;}
.commonThree .cBanner .bd ul li .ztTxt p{font-size: 12px;color: #999999;margin-top: 8px;box-sizing: border-box;padding-bottom: 12px;border-bottom: 1px solid rgba(113,113,113,.2) ;}
.commonThree .cBanner .bd ul li .ztTxt span{font-size: 14px;color: #999999;margin-top: 12px;display: block;font-family: "Arial";}
.commonThree .cBanner .bd ul li:hover .ztTxt h3{color: #da251d;}
.commonThree .cBanner .bd ul 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);}
.commonThree .cBanner .hd{width: 100%;text-align: center;padding: 0px;margin-top: 10px;}
.commonThree .cBanner .hd ul{position: relative;margin: 0px 8px;padding: 0px; cursor: pointer; }
.commonThree .cBanner .hd ul li{border: 0;display: inline-block;width: 14px;height: 14px;border-radius: 14px;margin: 0 3px; font-size: 0;cursor: pointer;background: rgba(113,113,113,.5);}
.commonThree .cBanner .hd ul li.on{background: #da251d;width: 50px;}

.commonFive{width: 100%;box-sizing: border-box;padding: 40px 0 40px 0;overflow: hidden;}
.commonFive .dBanner{width: 100%;height: auto; box-sizing: border-box;position: relative;margin: 0 auto;padding-top: 20px;}
.commonFive .dBanner .bd{width: 100%;box-sizing: border-box;overflow: hidden;}
.commonFive .dBanner .bd ul{}
.commonFive .dBanner .bd ul li{width: 280px;height: auto; box-sizing: border-box;float: left;margin: 0 26px 0 0;}
.commonFive .dBanner .bd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;position: relative;}
.commonFive .dBanner .bd ul li .ztImg{width: 100%;height: 160px;overflow: hidden;}
.commonFive .dBanner .bd ul li .ztImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonFive .dBanner .bd ul li .ztImg 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;}
.commonFive .dBanner .bd ul li .ztTxt{width: 100%;word-break:break-all;box-sizing: border-box;text-align: justify;padding: 14px 0;}
.commonFive .dBanner .bd ul li .ztTxt h3{font-size: 16px;color: #333333;font-weight: normal;}
.commonFive .dBanner .bd ul li .ztTxt p{font-size: 12px;color: #999999;margin-top: 8px;box-sizing: border-box;padding-bottom: 12px;border-bottom: 1px solid rgba(113,113,113,.2) ;}
.commonFive .dBanner .bd ul li .ztTxt span{font-size: 14px;color: #999999;margin-top: 12px;display: block;font-family: "Arial";}
.commonFive .dBanner .bd ul li:hover .ztTxt h3{color: #da251d;}
.commonFive .dBanner .bd ul 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);}
.commonFive .dBanner .hd{width: 100%;text-align: center;padding: 0px;margin-top: 10px;}
.commonFive .dBanner .hd ul{position: relative;margin: 0px 8px;padding: 0px; cursor: pointer; }
.commonFive .dBanner .hd ul li{border: 0;display: inline-block;width: 14px;height: 14px;border-radius: 14px;margin: 0 3px; font-size: 0;cursor: pointer;background: rgba(113,113,113,.5);}
.commonFive .dBanner .hd ul li.on{background: #da251d;width: 50px;}

.commonTwo-xxzl{width: 100%;box-sizing: border-box;padding: 40px 0 40px 0;overflow: hidden;}
.commonTwo-xxzl ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;}
.commonTwo-xxzl ul li{width: 280px;height: auto; box-sizing: border-box;float: left;margin: 0 0 0 26px;}
.commonTwo-xxzl ul li:first-child{margin-left: 0;}
.commonTwo-xxzl ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;position: relative;}
.commonTwo-xxzl ul li .ztImg{width: 100%;height: 210px;overflow: hidden;}
.commonTwo-xxzl ul li .ztImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.commonTwo-xxzl ul li .ztImg 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;}
.commonTwo-xxzl ul li .ztTxt{width: 100%;word-break:break-all;box-sizing: border-box;text-align: justify;padding: 14px 0;}
.commonTwo-xxzl ul li .ztTxt h3{font-size: 16px;color: #333333;font-weight: normal;}
.commonTwo-xxzl ul li:hover .ztTxt h3{color: #da251d;}
.commonTwo-xxzl ul 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);}

.iFour{width: 100%;box-sizing: border-box;padding: 40px 0 20px 0;overflow: hidden;background: #FFFFFF;}
.iFour ul{box-sizing: border-box;overflow: hidden;padding: 30px 0;}
.iFour ul li{width: 280px;height: 140px;overflow: hidden; box-sizing: border-box;float: left;margin-left: 26px;margin-bottom: 26px;}
.iFour ul li:nth-child(4n+1){margin-left: 0;}
.iFour ul li a{display: block;box-sizing: border-box;}
.iFour ul li img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.iFour ul li 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;}
.iFour ul 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);}

.footer{width: 100%;height: 160px;box-sizing: border-box;padding-top: 40px;text-align: center;background: url(../images/footerBg.jpg) center no-repeat;background-size: cover;}
.footer p{font-size: 14px;color: #ffffff;margin-top: 10px;}
.footer p.fP{margin-top: 0;}
.footer p.fP a{display: inline-block;color: #ffffff;box-sizing: border-box;padding: 0 20px;background: url(../images/f-x.png) left no-repeat;}
.footer p.fP a:first-child{background: none;}
.footer p a{color: #ffffff;}

/*悬浮层*/
.iFix{position: fixed;width: 70px;height: auto;box-sizing: border-box;right: 0;top: 50%;z-index: 999;}
.iFix .iFixOne{text-align: center;}
.iFix .iFixOne a{display: block;margin-top: 10px;width: 70px;height: 70px;background: #FFFFFF;border-radius: 5px;position: relative;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.iFix .iFixOne img{}
.iFix .iFixOne p{display: none;width: 100%;height: 100%;text-align: center;padding: 11px 15px;font-size: 16px;color: #FFFFFF;box-sizing: border-box;border-radius: 5px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;background: #da251d;}
.iFix .iFixOne a:hover p{display: block;}
.iFix .ReturnTop{width: 70px;height: 70px;box-sizing: border-box;cursor: pointer;background: #FFFFFF;margin-top: 10px;position: relative;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;}
.iFix .ReturnTop span{display: none;width: 100%;height: 100%;text-align: center;padding: 11px 15px;font-size: 16px;color: #FFFFFF;box-sizing: border-box;border-radius: 5px;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;background: #da251d;}
.iFix .ReturnTop:hover span{display: block;}


/*图片鼠标经过效果*/
.img_hover{ overflow:hidden;}
.img_hover 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;}
.img_hover img:hover{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}

/*特效*/
.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: 1024px) and (max-width: 1200px) {
	
}
@media (max-width: 768px) {
	html{font-size:20px;}
	.container{width: 100%;}
	/*头部header*/
	.header{width: 100%;height: 2.5rem;box-sizing: border-box;padding: 0 0.3rem;}
	.header .logo{width: auto;height: auto;float: left;margin-top: 0.5rem;}
	.header .logo a{display: block;}
	.header .logo img{width: auto;height: 1.6rem;margin: 0 auto; display: block;}
	.header .headerTxt{box-sizing: border-box;height: 1.6rem;line-height: 1.6rem;margin-top: 0.5rem;margin-left: 0.5rem;padding-left: 0;float: left;background: none;}
	.header .headerTxt h3{font-size: 0.7rem;color: #cc0909;font-weight: bold;}
	.header .headerReturn{display: none;}
	
	.header .navMenu{float: right;box-sizing: border-box;display: block;margin-top: 0.5rem;}
	.header .navMenu span{width: 1.3rem;height: 0.1rem;background: #cc0909;display: block;margin-top: 0.3rem;}
	
	.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 #cc0909; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.nav ul{box-sizing: border-box;overflow: hidden;}
	.nav ul li{float: left;width: 100%;}
	.nav ul li a{display: block;font-size: 0.75rem;font-weight: bold;color: #333333;line-height: 2rem;box-sizing: border-box;padding: 0 0.3rem;}
	.nav ul li.active{background: none;}
	.nav ul li.active a{color: #cc0909;}
	.nav ul li:hover{background: none;}
	.nav ul li:hover a{color: #cc0909;}
	.nav .returnHome{width: 100%;display: block;box-sizing: border-box;margin-top: 1rem;padding: 0 0.3rem;text-align: center;}
	.nav .returnHome a{width: 100%;display: block;font-size: 0.75rem;color: #FFFFFE;box-sizing: border-box;padding: 0.3rem 0;background: #CC0909;}
	
	/*公共标题*/
	.commonTitle{width: 100%;padding-bottom: 0.3rem;}
	.commonTitle h3{font-size: 0.8rem;padding-left: 0;background: none;}
	.commonTitle .iMore{font-size: 0.6rem;color: #cc0909;line-height: 1.2rem;padding-right: 0;background: none;}
	
	.news{width: 100%;padding: 0.8rem 0.3rem;box-sizing: border-box;background: #FFFFFF;overflow: hidden;}
	.newsTop{box-sizing: border-box;overflow: hidden;}
	.newsTop .newsLeft{width: 100%;float: right;margin-top: 1rem;}
	.newsTop .newsContent{box-sizing: border-box;overflow: hidden;}
	.news .newsBanner{display: none;}
	.news .newsList{width: 100%;float: right;box-sizing: border-box;margin-top: 0.6rem;}
	.news .newsList ul{box-sizing: border-box;}
	.news .newsList ul li{box-sizing: border-box;overflow: hidden;border-bottom: 1px dashed #cdcdcd;padding: 0.3rem 0;}
	.news .newsList ul li:first-child{padding-top: 0;}
	.news .newsList ul li:last-child{border-bottom: none;}
	.news .newsList ul li a{width: 82%; font-size:0.7rem;padding-left: 0.8rem;}
	.news .newsList ul li span{font-size: 0.6rem;}
	.news .commonList{width: 100%;}
	.newsTop .newsRight{width: 100%;float: left;overflow: hidden;}
	.newsTop .newsRight a{float: left;width: 31.33%;height: auto;padding: 0.5rem; margin-top: 0;margin-left: 2.8%;}
	.newsTop .newsRight a:first-child{margin-top: 0;margin-left: 0;}
	.newsTop .newsRight a img{width: auto;height: 1.5rem;display: block;margin: 0 auto;}
	.newsTop .newsRight a h3{font-size: 0.7rem;margin-top: 0.3rem;}
	
	.newsAdv{margin-top: 1rem;}
	
	.iOne{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: url(../images/iImg-1.jpg) center no-repeat;background-size: cover;}
	.commonOne{height: auto;background: url(../images/commonBg-1.jpg) center no-repeat;background-size: cover;}
	.iOneL{width: 100%;float: left;box-sizing: border-box;}
	.iOneR{width: 100%;float: right;box-sizing: border-box;margin-top: 1rem;}
	
	.iList{box-sizing: border-box;width: 100%;padding-top: 0.5rem;}
	.iList li{box-sizing: border-box;width: 100%;}
	.iList li a{display: block;}
	.iList li.la{text-align: justify;word-break: break-all;}
	.iList li.la h3{font-size: 0.75rem;color: #333333;font-weight: bold;}
	.iList li.la p{display: none;}
	.iList li.la span{font-size: 0.6rem;margin-top: 0.3rem;}
	.iList li.lb{margin-top: 0.5rem;overflow: hidden;}
	.iList li.lb a{width: 82%; font-size:0.7rem;padding-left: 0;background: none;}
	.iList li.lb span{font-size: 0.6rem;}
	
	.iTwo{display: none; width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: #FFFFFF;}
	
	.iThree{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: #f7f7f7;}
	.iThree ul{box-sizing: border-box;overflow: hidden;padding: 1rem 0;}
	.iThree ul li{width: 49%;height: auto;margin-left: 2%;margin-bottom: 2%;}
	.iThree ul li:nth-child(5n+1){margin-left: 2%;}
	.iThree ul li:nth-child(2n+1){margin-left: 0;}
	.iThree ul li:nth-child(5){display: none;}
	.iThree ul li a{display: block;box-sizing: border-box;}
	.iThree ul li .ztImg{width: 100%;height: 6.5rem;overflow: hidden;}
	.iThree ul li .ztTxt{width: 100%;word-break:break-all;box-sizing: border-box;text-align: justify;padding: 0.3rem;}
	.iThree ul li .ztTxt h3{font-size: 0.7rem;color: #333333;font-weight: normal;}
	
	.iThree ul li:hover .ztTxt h3{color: #da251d;}
	.iThree ul 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);}
	
	.iFour{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem 0;overflow: hidden;background: #FFFFFF;}
	.iFour ul{padding: 1rem 0;}
	.iFour ul li{width: 49%;height: 4.4rem; box-sizing: border-box;float: left;margin-left: 2%;margin-bottom: 2%;}
	.iFour ul li:nth-child(4n+1){margin-left: 2%;}
	.iFour ul li:nth-child(2n+1){margin-left: 0;}
	
	.commonOne{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;background: url(../images/commonBg-1.jpg) center no-repeat;background-size: cover;}
	.commonOne .commonTitle{border-bottom: 1px solid #FFFFFF;}
	.commonOne .commonTitle h3{color: #FFFFFF;background: none;}
	.commonOne .commonTitle .iMore{color: #FFFFFF;background: none;}
	
	.commonOne ul{box-sizing: border-box;width: 100%;overflow: hidden;padding-top: 0.3rem;}
	.commonOne ul li{box-sizing: border-box;width: 100%;float: left;margin-left: 0;}
	.commonOne ul li:nth-child(2n+1){margin-left: 0;}
	.commonOne ul li.lb{margin-top: 0.5rem;overflow: hidden;}
	.commonOne ul li.lb a{width: 82%; font-size:0.7rem;padding-left: 0;box-sizing: border-box;background: none;}
	.commonOne ul li.lb span{font-size: 0.6rem;}

	.commonTwo{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.commonTwo ul{box-sizing: border-box;width: 100%;overflow: hidden;padding-top: 0.3rem;}
	.commonTwo ul li{box-sizing: border-box;width: 100%;float: left;margin-left: 0;}
	.commonTwo ul li:nth-child(2n+1){margin-left: 0;}
	.commonTwo ul li.lb{margin-top: 0.5rem;overflow: hidden;}
	.commonTwo ul li.lb a{width: 82%; font-size:0.7rem;padding-left: 0;box-sizing: border-box;background: none;}
	.commonTwo ul li.lb span{font-size: 0.6rem;}
	
	.commonThree{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.commonThree .cBanner{padding-top: 1rem;}
	.commonThree .cBanner .bd ul li{width: 48%;height: auto; box-sizing: border-box;float: left;margin: 0 10px 0 0;}
	.commonThree .cBanner .bd ul li .ztImg{width: 100%;height: 6.2rem;overflow: hidden;}
	.commonThree .cBanner .bd ul li .ztTxt{width: 100%;padding: 0.3rem 0;}
	.commonThree .cBanner .bd ul li .ztTxt h3{font-size: 0.7rem;color: #333333;height: 2.2rem;overflow: hidden;font-weight: normal;}
	.commonThree .cBanner .bd ul li .ztTxt span{font-size: 0.6rem;color: #999999;margin-top: 0.3rem;}
	.commonThree .cBanner .hd{width: 100%;text-align: center;padding: 0px;margin-top: 0;}
	.commonThree .cBanner .hd ul{position: relative;margin: 0;padding: 0px; cursor: pointer; }
	.commonThree .cBanner .hd ul li{width: 0.5rem;height: 0.5rem;border-radius: 0.5rem;margin: 0 0.2rem;}
	.commonThree .cBanner .hd ul li.on{width: 2rem;}

	.commonFive{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.commonFive .dBanner{padding-top: 1rem;}
	.commonFive .dBanner .bd ul li{width: 48%;height: auto; box-sizing: border-box;float: left;margin: 0 10px 0 0;}
	.commonFive .dBanner .bd ul li .ztImg{width: 100%;height: 6.2rem;overflow: hidden;}
	.commonFive .dBanner .bd ul li .ztTxt{width: 100%;padding: 0.3rem 0;}
	.commonFive .dBanner .bd ul li .ztTxt h3{font-size: 0.7rem;color: #333333;height: 2.2rem;overflow: hidden;font-weight: normal;}
	.commonFive .dBanner .bd ul li .ztTxt span{font-size: 0.6rem;color: #999999;margin-top: 0.3rem;}
	.commonFive .dBanner .hd{width: 100%;text-align: center;padding: 0px;margin-top: 0;}
	.commonFive .dBanner .hd ul{position: relative;margin: 0;padding: 0px; cursor: pointer; }
	.commonFive .dBanner .hd ul li{width: 0.5rem;height: 0.5rem;border-radius: 0.5rem;margin: 0 0.2rem;}
	.commonFive .dBanner .hd ul li.on{width: 2rem;}

	.commonTwo-xxzl{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;overflow: hidden;}
	.commonTwo-xxzl ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;}
	.commonTwo-xxzl ul li{width: 49%;height: auto; box-sizing: border-box;float: left;margin: 0 0 2% 2%;}
	.commonTwo-xxzl ul li:first-child{margin-left: 0;}
	.commonTwo-xxzl ul li:nth-child(2n+1){margin-left: 0;}
	.commonTwo-xxzl ul li .ztImg{width: 100%;height: 7.5rem;overflow: hidden;}
	.commonTwo-xxzl ul li .ztTxt{padding: 0.5rem 0;}
	.commonTwo-xxzl ul li .ztTxt h3{font-size: 0.7rem;color: #333333;font-weight: normal;}
	.iFix{display: none;}

	/*底部样式*/
	.footer{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;}
	.footer .links{display: none;}
	.footer p{font-size: 0.65rem;color: #ffffff;margin-top: 0.5rem;}
	.footer p.fP a{padding: 0 0.5rem;}
	.footer p span{display: none;}
	
	.oneMain{box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;min-height: auto;}
	.oneMain .oneTitle{padding-bottom: 0.5rem;border-bottom: 1px solid #dbdee4;}
	.oneMain .oneTitle h3{float: left; font-size: 0.8rem;color: #333333;font-weight: bold;}
	.oneMain .partyList .partyConent .oneListTxt{padding: 0;}
	.oneMain .partyList .partyConent .oneListTxt li{box-sizing: border-box;height: 5rem;padding-top: 1rem;border-bottom: 1px dashed #dadada;}
	.oneMain .partyList .partyConent .oneListTxt li.imgList .newsImg{width: 35%;height: 3.6rem;overflow: hidden;}
	.oneMain .partyList .partyConent .oneListTxt li.imgList .newsTxt{width: 62%;height: auto;}
	.oneMain .partyList .partyConent .oneListTxt li.txtList .newsTxt{width: 100%;height: auto;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt h3{font-weight: bold;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt h3 a{display: block;font-size: 0.7rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt p{font-size: 0.6rem;margin-top: 5px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt .newsInfo{margin-top: 0.25rem;height: 1rem;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt .newsInfo .newsTime{font-size: 0.6rem;}
	.oneMain .partyList .partyConent .oneListTxt li .newsTxt .newsInfo .newsShare span{display: none;}
	
	/*位置导航*/
	.location{box-sizing: border-box;padding: 0.5rem 0.3rem;border-bottom: 1px solid #dbdbe9;border-top: 1px solid #da251d;}
	.location p{box-sizing: border-box;font-size: 0.6rem;color: #9a9a9a;}
	.location p a{color: #9a9a9a;display: inline-block;margin: 0 0.2rem;}
	/*分页*/
	.newsPage{margin-top: 1.2rem;text-align: center;}
	.newsPage .newsPageContent a{font-size: 0.6rem;padding: 0.2rem 0.5rem;background: #eeeeee;margin:0 0.1rem;}
	.newsPage .newsPageContent span{display: none;}
	.newsPage .newsPageContent select{display: none;}
	
	/*详情页*/
	.showMain{padding: 1rem 0.3rem;}
	.showTitle{text-align: justify;}
	.showTitle h3{font-size: 0.8rem;}
	.showTitle .showInfo{margin-top: 0.5rem;height: 3rem;}
	.showTitle .showInfo p{font-size: 0.6rem;}
	.showTitle .showInfo p span{margin-right: 1rem;}
	.showTitle .showInfo .showShare{display: none;}
	.showContent{box-sizing: border-box;text-align: justify;padding: 1rem 0;word-break: break-all;}
	.showContent p{font-size: 0.7rem;color: #333333;line-height: 1.5rem!important;}
	.showContent img{width: auto;max-width: 100%;height: auto !important;margin: 1rem 0;}
	.showVideo{width: 100%;height: 15rem;padding: 1.2rem 0 0 ;}
	.showPage{display: none;}
	.showEwm{display: none;}
	.recommend{display: none;}
}
/*iphone 6*/
@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;}  
}