﻿/*@font-face {
    font-family: 'HelLT55Rom';
    src: url('../font/HelLT55Rom.eot');
    src:
    url('../font/HelLT55Rom.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelLT55Rom.woff') format('woff'),
    url('../font/HelLT55Rom.ttf') format('truetype'),
    url('../font/HelLT55Rom.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: bold; }
fieldset, img { border: none; vertical-align: middle; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ul, ol { list-style: none; }
li { list-style-type: none; }
input { padding-top: 0; padding-bottom: 0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; }
select, input { vertical-align: middle; }
select, input, textarea { margin: 0; font-size: 12px; }
input[type="text"], input[type="password"], textarea { outline-style: none; }
textarea { font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize: none; }
body { font: 12px "Microsoft Yahei","SimSun",Arial,sans-serif; color: #333; background: #fff; }
a { text-decoration: none; color: inherit; }
i, em { font-style: normal; }
.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: ""; }
.clearfix { zoom: 1; }
.fl { float: left; }
.fr { float: right; }
.auto { margin-left: auto; margin-right: auto; }

/*html5*/
article, aside, footer, header, section, footer, nav, figure, main { display: block }
a, * { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; }

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust { -webkit-text-size-adjust: none; }
.font_scale8 { -webkit-transform: scale(0.66); }
.font_scale10 { -webkit-transform: scale(0.83); }
.font_lc { -webkit-transform-origin: left center; }
.font_rc { -webkit-transform-origin: right center; }
.font_up { text-transform: uppercase; }

/*文字截断*/
.TXTovehid { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
table { margin: 0 auto; border-collapse: collapse; border-spacing: 0; width: 100% !important; max-width: 100% !important; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
a, label { text-decoration: none; color: inherit; background: transparent; -webkit-tap-highlight-color: transparent; }
input[type="submit"], button { -webkit-appearance: none; /*去除input默认样式*/ }


/*transition*/
.tran200 { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; transition: all 0.2s linear; }
.tran300 { -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear; }
.tran400 { -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; -ms-transition: all 0.4s linear; transition: all 0.4s linear; }
.tran500 { -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; transition: all 0.5s linear; }
.tran1000 { -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; transition: all 1s linear; }
.tran5000 { -webkit-transition: all 5s linear; -moz-transition: all 5s linear; -ms-transition: all 5s linear; transition: all 5s linear; }

.scaleimg:hover img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
.rotateY:hover { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover { -webkit-transform: translateX(-6px); -moz-transform: translateX(6px); -ms-transform: translateX(-6px); transform: translateX(-6px); }

/*网页限定宽度*/
.con_1000 { position: relative; margin: 0 auto; width: 1000px; }
.con_1000:after { content: ""; display: block; height: 0; clear: both; }

body { color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif; }
.w1200 { width: 1200px; margin: 0 auto; }
body.bodyBg { background: #ebebeb; }


.cd-popup { position: fixed; left: 0; top: 0; right: 0; bottom: 0; height: 100%; width: 100%; background: url(../images/grayBg.png) repeat; visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999; opacity: 0; }
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444; background: none; border: none; font-family: "Microsoft Yahei"; }
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em; border: none; cursor: pointer; }
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c; }


.header { width: 100%; background: url(../images/headerBg.jpg) no-repeat center; }
.header .logo { height: 140px; line-height: 140px; }
.header .logo img { width: 590px; }
.header .searchBtn { width: 38px; height: 38px; margin: 51px 0 0 0; background: url(../images/searchBtn.png) no-repeat center; cursor: pointer; }
.header .text { line-height: 28px; font-size: 14px; color: #f10606; font-weight: bold; padding-top: 47px; }
.header .text span { margin-right: 18px; }
.header .menuIcon { width: 24px; cursor: pointer; margin: 54px 0 0 20px; display: none; }
.header .menuIcon span { display: block; height: 3px; background: #19408c; margin-top: 5px; position: relative; }

.wapHeader { padding: 10px 5%; text-align: center; font-size: 13px; color: #f10606; line-height: 24px; display: none; }
.wapHeader span { margin: 0 4px; }

.nav { width: 100%; background: #19408c; font-size: 0; text-align: center; }
.nav .nLi { display: inline-block; *display: inline; *zoom: 1; position: relative; }
.nav .nLi h3 a { display: block; padding: 0 32px; height: 54px; line-height: 54px; font-size: 16px; color: #ffffff; font-weight: normal; }
.nav .nLi .navSub { width: 100%; position: absolute; left: 0; top: 54px; z-index: 5; background: #fff; display: none; }
.nav .nLi .navSub li a { display: block; line-height: 22px; padding: 6px 0; font-size: 14px; color: #444; }
.nav .nLi .navSub li a:hover { background: #19408c; color: #fff; }

.bannerWrap { width: 100%; height: 500px; overflow: hidden; position: relative; font-size: 0; }
.bannerWrap:before, .bannerWrap:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; background: url(../images/white60.png) repeat; z-index: 2; }
.bannerWrap:before { right: 50%; margin-right: 600px; }
.bannerWrap:after { left: 50%; margin-left: 600px; }
.bannerWrap .banner { width: 3600px; position: absolute; left: 50%; margin-left: -1800px; top: 0; }
.bannerWrap .banner .swiper-slide a { display: block; height: 0; padding-bottom: 500px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.bannerWrap .banner .swiper-button-prev, .bannerWrap .banner .swiper-button-next { width: 34px; height: 58px; position: absolute; top: 50%; margin-top: -29px; cursor: pointer; background: url(../images/arrow1.png) no-repeat left top; }
.bannerWrap .banner .swiper-button-prev { right: 50%; left: auto; margin-right: 642px; }
.bannerWrap .banner .swiper-button-next { left: 50%; right: auto; margin-left: 642px; background-position: right top; }

.bannerWrap .iNav { position: absolute; left: 50%; bottom: 0; margin-left: -600px; z-index: 3; background: url(../images/green90.png) repeat; }
.bannerWrap .iNav li { width: 33.3%; text-align: center; position: relative; }
.bannerWrap .iNav li:before { content: ""; width: 1px; height: 32px; background: #8e9a7f; position: absolute; left: 0; top: 50%; margin-top: -16px; }
.bannerWrap .iNav li:first-child:before { display: none; }
.bannerWrap .iNav li a { display: block; height: 70px; line-height: 70px; font-size: 0; }
.bannerWrap .iNav li a span { display: inline-block; *display: inline; *zoom: 1; padding-left: 40px; position: relative; font-size: 16px; color: #ffffff; }
.bannerWrap .iNav li a span:before { content: ""; width: 40px; height: 30px; position: absolute; left: 0; top: 50%; margin-top: -15px; background: url(../images/iIcon1.png) no-repeat left center; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
.bannerWrap .iNav li.li2 a span:before { background-image: url(../images/iIcon2.png); }
.bannerWrap .iNav li.li3 a span:before { background-image: url(../images/iIcon3.png); }

.iMain { margin: 10px auto 68px; }

.ititle { height: 68px; border-bottom: 2px solid #5a7f40; margin-bottom: 10px; font-size: 18px; color: #1a1a1a; line-height: 68px; }
.ititle .iMore { width: 74px; height: 28px; margin-top: 20px; background: #e6e6e6; border-radius: 13px; text-indent: 16px; line-height: 28px; font-size: 14px; color: #4d4d4d; font-weight: normal; position: relative; }
.ititle .iMore:before { content: ""; width: 6px; height: 8px; position: absolute; left: 52px; top: 11px; background: url(../images/arrow2.png) no-repeat left top; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.ititle .iMore:hover { background: #19408c; color: #fff; }
.ititle .iMore:hover:before { background-position: left bottom; }

.iMain .left { width: 66.6%; }
.iMain .right { width: 30%; }

.isect1 { padding-bottom: 8px; }
.isect1 .isect1_1 { }
.isect1 .isect1_1 ul { padding-top: 6px; }
.isect1 .isect1_1 ul li { width: 47.5%; border-bottom: 1px solid #dbdbdb; margin-bottom: 12px; }
.isect1 .isect1_1 ul li a { display: block; padding: 0 56px 13px 0; position: relative; }
.isect1 .isect1_1 ul li a h5 { width: 100%; font-size: 16px; line-height: 28px; color: #1a1a1a; font-weight: normal; }
.isect1 .isect1_1 ul li a span { width: 100%; display: block; font-size: 14px; line-height: 25px; color: #808080; }
.isect1 .isect1_1 ul li a i { width: 7px; height: 14px; position: absolute; right: 10px; top: 20px; background: url(../images/arrow3.png) no-repeat left top; }
.isect1 .isect1_1 ul li a:hover h5, .isect1 .isect1_1 ul li a:hover span { color: #19408c; padding-left: 6px; }
.isect1 .isect1_1 ul li a:hover i { background-position: left bottom; }

.isect1 .isect1_2 { }
.isect1 .isect1_2 .form { padding: 20px 0; border-bottom: 1px solid #dbdbdb; }
.isect1 .isect1_2 .form dl { height: 48px; border: 1px solid #d1d1d1; margin-bottom: 20px; padding-left: 104px; position: relative; }
.isect1 .isect1_2 .form dl dt { width: 100px; height: 48px; position: absolute; left: 0; top: 0; text-align: right; font-size: 16px; color: #333333; line-height: 48px; }
.isect1 .isect1_2 .form dl dd { width: 100%; }
.isect1 .isect1_2 .form dl dd .text { width: 100%; height: 48px; border: none; font-size: 14px; color: #333; line-height: 48px; }
.isect1 .isect1_2 .form .btn { width: 47%; height: 50px; border: none; background: #19408c; font-size: 16px; color: #ffffff; line-height: 50px; text-align: center; cursor: pointer; }
.isect1 .isect1_2 .form .btn.reset { background: #7e8ba4; }

.iList { }
.iList li { height: 38px; line-height: 38px; }
.iList li a { display: block; padding-left: 98px; position: relative; }
.iList li a span { position: absolute; left: 0; top: 0; font-size: 16px; color: #666666; }
.iList li a h5 { width: 100%; font-size: 16px; color: #1a1a1a; font-weight: normal; }
.iList li a:hover h5 { color: #19408c; padding-left: 6px; }

.isect2 .isect2_1 .iList li { width: 47.5%; }

.footer { width: 100%; padding: 30px 0; background: #19408c; }
.footer .fLeft { font-size: 14px; line-height: 22px; color: #ffffff; }
.footer .fLeft a:hover { text-decoration: underline; }

.footer .select { width: 290px; height: 36px; position: relative; margin: 5px 0 0 0; }
.footer .select dt { height: 36px; background: #ffffff; line-height: 36px; padding-left: 10px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; position: relative; z-index: 3; color: #666666; font-size: 14px; line-height: 36px; }
.footer .select dt i { width: 9px; height: 8px; position: absolute; right: 10px; top: 14px; background: url(../images/trangle1.png) no-repeat center; }
.footer .select dd { position: absolute; left: 0; bottom: 36px; width: 100%; background: #fff; display: none; }
.footer .select dd ul { max-height: 250px; overflow: auto; }
.footer .select dd ul li { display: block; width: 100%; float: left; }
.footer .select dd ul li a { display: block; line-height: 32px; padding: 0 10px; font-size: 14px; color: #666666; }
.footer .select dd ul li a:hover { background: #f5f5f5; }

.footer .select dd ul::-webkit-scrollbar { width: 3px; height: 3px }
.footer .select dd ul::-webkit-scrollbar-button:vertical { display: none }
.footer .select dd ul::-webkit-scrollbar-corner,
.footer .select dd ul::-webkit-scrollbar-track { background-color: #ccc }
.footer .select dd ul::-webkit-scrollbar-thumb { border-radius: 0; background-color: #19408c; }
.footer .select dd ul::-webkit-scrollbar-thumb:vertical:hover { }
.footer .select dd ul::-webkit-scrollbar-thumb:vertical:active { }

.nyBanner { width: 100%; height: 140px; background: url(../images/nyBanner.jpg) no-repeat center top; }
.nyBanner .w1200 { padding-top: 56px; }
.nyBanner .w1200 .path { padding-left: 28px; font-size: 14px; line-height: 26px; color: #ffffff; background: url(../images/pathIcon.png) no-repeat left 7px; }
.nyBanner .w1200 .path span { font-family: "SimSun"; margin: 0 8px; }

.nyWrap { background: #ffffff; position: relative; z-index: 3; margin: -30px auto 80px; min-height: 450px; box-sizing: border-box; padding: 40px 40px 50px; }

.msgForm { padding: 10px; background: #e6e6e6; margin-bottom: 30px; }
.msgForm dl { margin: 10px; background: #ffffff; padding-left: 8em; position: relative; }
.msgForm dl dt { width: 6em; position: absolute; left: 0; top: 0; height: 50px; line-height: 50px; font-size: 16px; color: #333333; text-align: right; }
.msgForm dl .text { width: 250px; height: 50px; background: none; border: none; font-size: 16px; color: #333333; line-height: 50px; }
.msgForm dl textarea { width: 933px; height: 164px; border: none; background: none; font-size: 16px; color: #333333; line-height: 50px; overflow: auto; }
.msgForm dl .group { width: calc(100% - 25px); margin: 10px 0; padding: 10px 0; border-left: 5px solid #eee; border-radius: 5px; }
.msgForm dl .group .separate { font-size: 16px; line-height: 38px; text-indent: 1em; }
.msgForm dl .group .item { margin-bottom: 5px; clear: both; *zoom: 1; }
.msgForm dl .group .item .label { display: inline-block; padding: 9px 15px; width: 100px; font-weight: 400; line-height: 20px; text-align: right; }
.msgForm dl .group .item .inline { display: inline-block; }
.msgForm dl .group .item .inline .text { height: 38px; line-height: 38px; border-width: 1px; border-style: solid; background-color: #fff; color: rgba(0,0,0,.85); border-radius: 2px; border-color: #eee; text-indent: 1em; }
.msgForm dl .group .item .operateBtn { display: inline-block; margin-left: 10px; }
.msgForm dl .group .item .operateBtn input[type=button] { height: 25px; line-height: 25px; border: 1px solid transparent; padding: 0 10px; background-color: #009688; color: #fff; white-space: nowrap; text-align: center; font-size: 14px; border-radius: 2px; cursor: pointer; }
.msgForm dl .group .item .operateBtn input[type=button].add { }
.msgForm dl .group .item .operateBtn input[type=button].del { background-color: #FF5722; }
.msgForm dl .group .item .radio { display: inline-block; cursor: pointer; border-radius: 5px; padding: 0 10px; margin-left: 5px; position: relative; }
.msgForm dl .group .item .radio:hover { background-color: #f6f6f6; }
.msgForm dl .group .item .radio i { display: inline-block; float: left; width: 15px; height: 15px; border: 1px solid #aaa; border-radius: 10px; margin: 11px 0; }
.msgForm dl .group .item .radio span { float: left; line-height: 38px; display: inline-block; margin-left: 5px; }
.msgForm dl .group .item .radio .text { width: 200px; height: 30px; float: left; border-bottom: 1px solid #aaa; margin-left: 10px; font-size: 14px; line-height: 28px; pointer-events: none; }
.msgForm dl .group .item .radio::after { content: ""; display: inline-block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.msgForm dl .group .item .radio.selected span { color: #5FB878; }
.msgForm dl .group .item .radio.selected i { border-color: #5FB878; }
.msgForm dl .group .item .radio.selected i::after { content: ""; display: inline-block; width: 11px; height: 11px; border-radius: 5px; background-color: #5FB878; margin: 0 0 4px 2px; }
.msgForm dl .group .item .radio.selected .text { pointer-events: initial; }

.msgForm dl .xingbie .group { width: 250px; border: none; margin: 0; padding: 0; padding-top: 4px; }
.msgForm dl .xingbie .group .item { margin: initial; }

.msgForm dl.box { width: calc(100% - 118px); }
.msgForm dl.box1 .group:hover { background-color: #fafafa; }
.msgForm dl.box2 { }
.msgForm dl.codeWrap { }
.msgForm dl.codeWrap dt { width: 80px; }
.msgForm dl.codeWrap .text { width: 90px; margin-right: 10px; }
.msgForm dl.codeWrap .img { width: 146px; }
.msgForm dl.btnBox { padding: 0; background-color: transparent; }
.msgForm .btn { width: 100px; height: 50px; border: none; margin-bottom: 20px; background: #3a502a; font-size: 16px; color: #fffefe; line-height: 50px; text-align: center; cursor: pointer; }
.msgForm .btn.reset { margin-left: 20px; background: #585c55; }
.msgForm .btn:hover { background: #19408c; }

.msgList .title { height: 38px; padding-left: 16px; margin-bottom: 20px; position: relative; font-size: 18px; color: #1a1a1a; line-height: 38px; }
.msgList .title:before { content: ""; width: 4px; height: 16px; background: #3a502a; position: absolute; left: 0; top: 13px; }

.msgList .list { padding-bottom: 30px; }
.msgList .list .li { padding: 10px 10px 10px 0; border: 1px solid #dbdbdb; margin-bottom: 20px; }
.msgList .list .li dl { padding-left: 51px; position: relative; }
.msgList .list .li dl dt { width: 51px; height: 35px; position: absolute; left: 0; top: 0; text-align: right; font-size: 16px; color: #1a1a1a; font-weight: bold; line-height: 35px; }
.msgList .list .li dl dd { font-size: 16px; color: #1a1a1a; line-height: 35px; }
.msgList .list .li dl dd .date { color: #808080; }

.newsWrap { position: relative; min-height: 350px; position: relative; }
.newsWrap:before { content: ""; width: 1px; height: 100%; background: #dbdbdb; position: absolute; top: 0; right: 28%; }
.newsWrap .newsList { width: 68%; }
.newsWrap .newsList ul { width: 100%; padding-bottom: 37px; }
.newsWrap .newsList ul li { height: 42px; line-height: 42px; }
.newsWrap .newsList ul li a { display: block; padding: 0 100px 0 18px; position: relative; }
.newsWrap .newsList ul li a:before { content: ""; width: 5px; height: 5px; background: #1a1a1a; border-radius: 50%; position: absolute; left: 0; top: 18px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }
.newsWrap .newsList ul li a h5 { max-width: 90%; font-size: 16px; color: #1a1a1a; font-weight: normal; }
.newsWrap .newsList ul li a span { font-size: 16px; color: #666666; position: absolute; right: 0; top: 0; }
.newsWrap .newsList ul li a:hover:before { width: 12px; height: 2px; border-radius: 0; background: #3a502a; }
.newsWrap .newsList ul li a:hover h5 { padding-left: 6px; color: #3a502a; }
.newsWrap .page { text-align: left; }

.newsWrap .recomNews { width: 28%; }
.newsWrap .recomNews .tit { height: 50px; padding: 0 18px; background: #3a502a; font-size: 18px; color: #ffffff; line-height: 50px; font-weight: normal; }
.newsWrap .recomNews ul { padding: 13px 0 0 18px; }
.newsWrap .recomNews ul li { border-bottom: 1px dotted #afafaf; margin-bottom: 13px; }
.newsWrap .recomNews ul li a { display: block; padding-bottom: 13px; }
.newsWrap .recomNews ul li a span { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #666666; }
.newsWrap .recomNews ul li a h5 { font-size: 14px; line-height: 26px; color: #333333; font-weight: normal; }
.newsWrap .recomNews ul li a:hover { padding-left: 6px; }
.newsWrap .recomNews ul li a:hover span, .newsWrap .recomNews ul li a:hover h5 { color: #3a502a; }


.page { font-size: 0; text-align: center; }
.page a { display: inline-block; *display: inline; *zoom: 1; width: 32px; height: 32px; border: 1px solid #dbdbdb; margin: 0 10px 0 0; font-size: 14px; color: #4c4c4c; line-height: 32px; text-align: center; }
.page a.prev, .page a.next { background: url(../images/arrow.png) no-repeat left top; }
.page a.next { background-position: right top; }
.page a:hover, .page a.on { background-color: #3a502a; border-color: #3a502a; color: #fff; }
.page a.prev:hover { background-position: left bottom; }
.page a.next:hover { background-position: right bottom; }

.passage { padding-top: 30px; }
.passage .psgTit { padding-bottom: 24px; border-bottom: 1px solid #d1d1d1; margin-bottom: 22px; text-align: center; }
.passage .psgTit h5 { font-size: 20px; color: #1a1a1a; line-height: 28px; font-weight: normal; margin-bottom: 10px; }
.passage .psgTit .info { font-size: 14px; line-height: 22px; color: #808080; }
.passage .psgTit .info span { margin: 0 4px; }
.passage .psgCont { font-size: 16px; line-height: 32px; color: #333333; padding-bottom: 60px; border-bottom: 1px solid #d1d1d1; margin-bottom: 52px; }
.passage .psgCont * { max-width: 100% !important; }
.passage .psgBtm { position: relative; padding: 0 235px 0 0; }
.passage .psgBtm ul li { font-size: 16px; line-height: 34px; color: #3a502a; }
.passage .psgBtm ul li a { color: #333333; }
.passage .psgBtm ul li a:hover { color: #3a502a; text-decoration: underline; }
.passage .psgBtm .bdsharebuttonbox { height: 56px; width: 165px; padding-left: 49px; border-left: 1px solid #d1d1d1; position: absolute; right: 0; top: 5px; }
.passage .psgBtm .bdsharebuttonbox span { font-size: 16px; line-height: 34px; color: #000000; margin: 12px 3px 0 0; }
.passage .psgBtm .bdsharebuttonbox .shareItem { width: 34px; height: 34px; margin: 12px 20px 0 0; padding: 0; background: url(../images/shareIcon2.png) no-repeat left top; }
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina { margin-right: 0; background-position: -34px top; }

.about { font-size: 16px; line-height: 32px; color: #333333; padding-bottom: 60px; }
.about * { max-width: 100% !important; }

.searchForm { margin-bottom: 38px; }
.searchForm select { width: 128px; height: 48px; border: 1px solid #d1d1d1; font-size: 16px; color: #1a1a1a; line-height: 48px; padding-left: 19px; margin-right: 20px; }
.searchForm .text { width: 228px; height: 48px; border: 1px solid #d1d1d1; padding: 0 20px; font-size: 16px; color: #1a1a1a; line-height: 48px; margin-right: 20px; }
.searchForm .subm { width: 150px; height: 50px; border: none; background: #3a502a; text-align: center; line-height: 50px; font-size: 16px; color: #ffffff; cursor: pointer; }
.searchForm .subm:hover { background: #19408c; }
.searchForm .text::-webkit-input-placeholder { color: #1a1a1a; }
.searchForm .text:-moz-placeholder { color: #1a1a1a; }
.searchForm .text::-moz-placeholder { color: #1a1a1a; }
.searchForm .text::-ms-input-placeholder { color: #1a1a1a; }

.pcResult { margin-bottom: 40px; }
.pcResult table { margin: 0 auto; border-collapse: collapse; border-spacing: 0; width: 100%; text-align: center; }
.pcResult table td, .pcResult table th { border-bottom: 1px solid #dbdbdb; line-height: 30px; font-size: 16px; color: #1a1a1a; padding: 10px 0; word-break: break-all; }
.pcResult table th { border-top: 2px solid #dbdbdb; border-bottom: 2px solid #dbdbdb; }

.wapResult { display: none; width: 80%; margin: 50px auto; }
.wapResult ul li { padding-bottom: 20px; border-bottom: 1px solid #dbdbdb; margin-bottom: 20px; font-size: 15px; color: #333333; line-height: 30px; }
.wapResult ul li dl { min-height: 30px; padding-left: 100px; position: relative; margin-bottom: 6px; }
.wapResult ul li dl dt { width: 100px; height: 30px; position: absolute; left: 0; top: 0; font-weight: bold; }
.wapResult ul li dl dt span { letter-spacing: 30px; }
.wapResult ul li dl dd { width: 100%; }

@media screen and (max-width: 1380px) {
    .bannerWrap .banner .swiper-button-prev { margin-right: 566px; }
    .bannerWrap .banner .swiper-button-next { margin-left: 566px; }
}

@media screen and (max-width: 1220px) {
    .w1200 { width: auto; padding: 0 5%; }

    .bannerWrap { height: auto; }
    .bannerWrap:before, .bannerWrap:after { display: none; }
    .bannerWrap .banner { width: 100%; margin-left: 0; position: relative; left: 0; }
    .bannerWrap .banner .swiper-button-prev { right: auto; left: 0; margin-right: 0; }
    .bannerWrap .banner .swiper-button-next { left: auto; right: 0; margin-left: 0; }
    .bannerWrap .banner .swiper-slide a { padding-bottom: 42%; }

    .bannerWrap .iNav { width: 100%; left: 0; margin-left: 0; padding: 0; }

    /*.header .logo img{height: 50px;}*/
    .nav .nLi h3 a { padding: 0 25px; }

    .isect1 .isect1_1 ul li a { padding-right: 26px; }

    .nyBanner { background-size: cover; }
    .nyWrap { padding: 40px 40px 50px; width: 90%; box-sizing: border-box; }
    .msgForm dl textarea { width: 696px; }
    .msgForm dl .text { width: 172px; }

    .searchForm .text { width: 200px; }
}

@media screen and (max-width: 1024px) {

    .nav { display: none; }
    .header .menuIcon { display: block; }
    .header .text { display: none; }
    .wapHeader { display: block; }

    .footer .fLeft { width: 100%; float: none; text-align: center; }
    .footer .select { float: none; margin: 20px auto 0; }

    .iMain .left, .iMain .right { width: 100%; }

    .nyWrap { padding: 20px 20px 40px; }
    .msgForm { padding: 20px 20px 10px; }
    .msgForm dl { width: 100%; margin-right: 0; box-sizing: border-box; }
    .msgForm dl .text, .msgForm dl textarea { width: 100%; }

    .msgForm dl textarea { padding: 10px 0; line-height: 30px; }

    .pcResult { display: none; }
    .wapResult { display: block; }

    .searchForm { padding-top: 50px; }
    .searchForm select, .searchForm .text, .searchForm .subm { width: 80%; float: none; margin: 0 auto 20px; display: block; box-sizing: border-box; }
}

@media screen and (max-width: 768px) {

    .header .logo { height: 80px; line-height: 80px; }
    .header .logo img { width: 450px; }
    .header .menuIcon { margin: 27px 0 0 8px; width: 22px; }
    .header .searchBtn { margin-top: 26px; width: 30px; height: 30px; background-size: 100% 100%; display: none; }

    .bannerWrap .iNav { position: static; }
    .bannerWrap .iNav li:before { height: 20px; margin-top: -10px; }
    .bannerWrap .iNav li a span { font-size: 15px; padding-left: 24px; }
    .bannerWrap .iNav li a span:before { background-size: auto 18px; }

    .passage .psgCont { padding-bottom: 30px; margin-bottom: 30px; font-size: 15px; line-height: 30px; }
    .passage .psgBtm { padding-right: 0; }
    .passage .psgBtm .bdsharebuttonbox { display: none; }

    .isect2 .isect2_1 .iList li, .isect1 .isect1_1 ul li { width: 100%; }
    .isect2 .isect2_1 .iList li:nth-child(5), .isect2 .isect2_1 .iList li:nth-child(6),
    .isect2 .isect2_1 .iList li:nth-child(7), .isect2 .isect2_1 .iList li:nth-child(8),
    .isect1 .isect1_1 ul li:nth-child(5), .isect1 .isect1_1 ul li:nth-child(6) { display: none; }

    .nyWrap { padding: 5px 5px 40px; }
    .msgForm { padding: 10px; }
    .nyWrap.nyWrap1 { padding: 20px 20px 40px; }

    .newsWrap:before { display: none; }
    .newsWrap .newsList, .newsWrap .recomNews { width: 100%; }
    .newsWrap .newsList { margin-bottom: 30px; }
    .newsWrap .page { text-align: center; }
    .newsWrap .recomNews ul { padding-left: 0; }
    .newsWrap .recomNews ul li { padding-left: 10px; }
    .newsWrap .recomNews .tit { padding: 0 10px; }

    .about { font-size: 15px; line-height: 30px; }
}

@media screen and (max-width: 585px) {
    .header .logo img { width: 300px; }
}

@media screen and (max-width: 468px) {
    .header .logo img { width: 300px; }

    .msgList .list .li dl { padding-left: 40px; margin-bottom: 8px; }
    .msgList .list .li dl dt { width: 40px; }
    .msgList .list .li dl dt { font-size: 15px; line-height: 24px; }
    .msgList .list .li dl dd { line-height: 24px; font-size: 15px; }

    .nyWrap.nyWrap1 { padding: 20px 10px 40px; }
    .newsWrap .newsList ul li a h5 { max-width: 95%; }
    .newsWrap .newsList ul li a { padding-right: 78px; }
    .newsWrap .newsList ul li a span { font-size: 14px; }

    .searchForm select, .searchForm .text, .searchForm .subm { width: 96%; }
    .wapResult { width: 96%; }
    .wapResult ul li dl dd { text-align: right; }
}

@media screen and (max-width: 375px) {
    .header .logo img { width: 270px; }
}

@media screen and (max-width: 320px) {
    .header .logo img { width: 250px; }
    .header .searchBtn { display: none; }
}
