
html { min-width: 1300px; }
body { overflow-x: hidden; min-width: 1200px; max-width: 1920px; margin: 0 auto; }


/****** index ******/
.w1205 { width: 1205px; margin: 0 auto; overflow: hidden; }
.fl { float: left; }
.fr { float: right; }

/* header */
.header { width: 100%; overflow: visible; }
.header > .w1205 { height: 122px; }
.header-bottom { width: 100%; height: 122px; overflow: visible; margin: 0 auto; border-bottom: solid 2px #1455a2;
 position: relative; }
.header-bottom .left { width: 503px; overflow: hidden; margin: 36px 0px 0px 0px; }
.header-bottom .left img { width: 100%; }

.header-bottom .right { height: 90px; margin-top: 36px; padding-bottom: 2px; }
.header-bottom .right ul { overflow: hidden; }
.header-bottom .right ul li { height: 86px; float: left; line-height: 18px; font-size: 18px;
 color: #000000; position: relative; }
.header-bottom .right ul li a { display: block; padding: 36px 12px 30px 12px; color: #000000; }
.header-bottom .right ul li a:after { content: ""; display: block; width: 100%; height: 84px;
 position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;
 -webkit-transform: scaleY(0);
 transform: scaleY(0);
 -webkit-transform-origin: 50% 0;
 transform-origin: 50% 0;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
 border-bottom: solid 2px #dc3014; background: #014099;
}
.header-bottom .right ul li a:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.header-bottom .right ul li:hover a { color: #ffffff; }

.two-nav { display: none; position: absolute; left: 0px; top: 123px; z-index: 9999999999; width: 100%;
 overflow: hidden; }
.two-nav ul { display: none; overflow: hidden; width: 1153px; padding: 25px 25px; border: solid 1px #1455a2; border-bottom-left-radius: 10px;
 border-bottom-right-radius: 10px; background: #ffffff; }
.two-nav ul > dl { width: 280px; overflow: hidden; float: left; }
.two-nav ul > dl > dt { width: 100%; overflow: hidden; padding-bottom: 25px; line-height: 22px;
 font-size: 20px; color: #03499b; }
.two-nav ul > dl > dt a { color: #03499b; }
.two-nav ul > dl > dd { width: 100%; overflow: hidden; }
.two-nav ul > dl > dd .twud-name { width: 100%; overflow: hidden; margin-top: 16px; font-size: 18px;
 color: #000000; text-indent: 0.5em; position: relative; }
.two-nav ul > dl > dd .twud-name:after { content: ''; position: absolute; left: 0px; top: 9px;
  z-index: 999; width: 2px; height: 2px; background: #104e9d; }
.two-nav ul > dl > dd .twud-name a { color: #000000; }
.two-nav ul > dl > dd .twud-name span { font-size: 14px; }
.two-nav ul > dl > dd .twud-text { width: 100%; overflow: hidden; margin-top: 16px; font-size: 16px; color: #999999; }
.two-nav ul > dl > dd .twud-text a { color: #999999; }

.two-nav ul li { padding: 15px 0px; overflow: hidden; float: left; font-size: 16px; }
.two-nav ul li a { padding: 0px 10px; line-height: 16px; color: #ffffff;
 border-left: solid 1px #ffffff; }
.two-nav ul li:first-child a { border: 0px; }
.two-nav ul li {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}
.two-nav ul li:hover { background: #f62b2b; }


.content { width: 100%; overflow: hidden; float: left; }
.content a:hover { color: #993333!important; }
.content-boxs { width: 100%; overflow: hidden; margin: 0 auto; }


.all-title-box { width: 100%; overflow: hidden; }
.all-title-box dl { width: 100%; overflow: hidden; padding-bottom: 3px; }
.all-title-box dt { width: 515px; overflow: visible; margin: 0 auto; padding-bottom: 20px;
 color: #03499b; font-size: 30px; line-height: 30px; text-align: center;
 border-bottom: solid 2px #03499b; position: relative; }
.all-title-box dt:after { content: ''; position: absolute; left: 50%; bottom: -4.5px; z-index: 999999;
 margin-left: -4px; width: 8px; height: 8px; background: #03499b; }
.all-title-box dt a { color: #03499b; }


.style-two { width: 100%; overflow: hidden; margin-top: 60px; }
.style-two ul li { width: 25%; overflow: hidden; float: left; line-height: 20px; text-align: center; }
.style-two ul li dl, .style-two ul li dl dt, .style-two ul li dl dd { width: 100%; overflow: hidden; font-size: 20px; font-weight: bold; }
.style-two ul li dl dt { color: #3c3c3c; }
.style-two ul li dl dt a { color: #3c3c3c; }
.style-two ul li dl dd { margin-top: 6px; color: #1f95df; }
.style-two ul li dl dd a { color: #1f95df; }


.two { margin-top: 70px; }
.two .two-wrap-box { margin-top: 35px; }
.two .left { width: 400px; overflow: hidden; }
.two .right { display: table; width: 770px; height: 265px; overflow: hidden; }
.tr-table-box { display: table-cell; vertical-align: middle; }
.two .right dl { width: 100%; overflow: hidden; }
.two .right dl dt { width: 660px; overflow: hidden; float: left; padding: 13px 0px;
 line-height: 20px; font-size: 18px; text-indent: 1em; color: #666666; position: relative; }
.two .right dl dt:after { content: ''; position: absolute; left: 0px; top: 20px; z-index: 999999;
  width: 5px; height: 5px; background: #993333; }
.two .right dl dt a { color: #666666; }
.two .right dl dd { width: 110px; overflow: hidden; float: right; padding: 13px 0px;
 line-height: 20px; font-size: 16px; color: #484040; text-align: left; }
.two .right dl dd a { color: #484040; }


.three { margin-top: 82px; }
.three .three-wrap-box { width: 100%; overflow: hidden; margin-top: 52px; padding: 50px 0px; text-align: center; background: #20318d; }
.three .three-wrap-box img { width: 1024px; }
.three .three-wrap-box img:hover { transform: scale(1); }


.four { margin-top: 95px; }
.four .w1205 { width: 1246px; }
.four .four-wrap-box { width: 100%; overflow: hidden; margin-top: 42px; }
.four .four-wrap-box ul { width: 110%; overflow: hidden; }
.four .four-wrap-box ul li { width: 410px; height: 76px; overflow: hidden; float: left; margin: 0px 8px 28px 0px; }
.four .four-wrap-box ul li dl dt { width: 76px; height: 76px; }
.four .four-wrap-box ul li dl dt img { width: 76px; height: 76px; }
.four .four-wrap-box ul li dl dd { width: 320px; height: 76px; }
.four .four-wrap-box ul li dl dd .fwb-dd-name { width: 100%; overflow: hidden; padding: 10px 0px 5px 0px; line-height: 22px; font-size: 20px;
 color: #000000; }
.four .four-wrap-box ul li dl dd .fwb-dd-text { width: 100%; height: 40px; overflow: hidden; display: table; }
.four .four-wrap-box ul li dl dd .fwb-dd-text span { display: table-cell; vertical-align: middle; line-height: 16px; font-size: 18px; text-align: left;
 color: #898989; }
  

.five { margin-top: 55px; }


.six { margin-top: 72px; }
.six .six-wrap-box { width: 100%; overflow: hidden; margin-top: -3px; }
.six .six-wrap-box img { width: 100%; }


.footer { width: 100%; overflow: hidden; float: left; padding-bottom: 50px; text-align: center; font-size: 0px; background: #004485; }
.footer .left { width: 135px; overflow: hidden; margin: 60px 0px 0px 15px; }
.footer .left img { width: 100%; }
.footer .center { display: inline-block; width: 730px; overflow: hidden; margin: 60px 0px 0px 82px; }
.footer .center > dl { overflow: hidden; }
.footer .center > dl > dd { padding: 0px 6px; overflow: hidden; float: left; line-height: 20px; font-size: 16px; font-weight: bold; text-align: left;
 color: #ffffff; }
.footer .center > dl > dd > a { color: #ffffff; }
.footer .center > ul { margin: 0px 0px 0px 6px; }
.footer .center > ul > li { line-height: 30px; font-size: 16px; text-align: left; color: #ffffff; }
.footer .right { display: inline-block; width: 100px; overflow: hidden; margin-top: 60px; }
.footer .right img { width: 100%; }


/* list */
.url-nav { width: 100%; height: 20px; margin-top: 20px; font-size: 16px;
 color: #000000; padding: 0px 0px 15px 0px; text-indent: 1em;
 border-bottom: solid 1px #cccccc; position: relative; }
.url-nav:after { content: ""; position: absolute; left: 10px; top: 0px; z-index: 999;
 display: block; width: 14px; height: 16px; }
.url-nav a { color: #000000; }
.url-nav a:hover { color: #993333!important; }

.list-con-box { width: 100%; overflow: hidden; margin-top: 30px; }
.list-left { width: 240px; overflow: hidden; }
.list-left ul li { width: 100%; overflow: hidden; line-height: 26px; font-size: 18px; text-align: center; color: #023f98; border-bottom: solid 2px #ffffff;
 background: #e4e4e4; position: relative; }
.list-left ul li .ll-btn { position: absolute; right: 15px; top: 15px; z-index: 99999; width: 26px; height: 26px; overflow: hidden; line-height: 20px;
 font-size: 26px; color: #ffffff; cursor: pointer; }
.list-left ul li > a { display: block; padding: 15px 0px; color: #023f98; }
.list-left ul li:hover { transition: all 0.5s ease 0s; background: #023f98; }
.list-left ul li:hover a { color: #ffffff!important; }
.list-left ul li:hover .ll-btn { color: #ffffff; }
.list-left ul li .ll-btn { color: #023f98; }
.list-left ul li .ll-btn a { color: #023f98; }
.list-left ul li .ll-find { display: none; width: 100%; overflow: hidden; }
.list-left ul li .ll-find dl { width: 238px; overflow: hidden; border: solid 1px #e4e4e4; background: #ffffff; }
.list-left ul li .ll-find dl dd { width: 100%; overflow: hidden; line-height: 26px; font-size: 18px; text-align: center; color: #666666;
 border-top: dashed 1px #e4e4e4; }
.list-left ul li .ll-find dl dd:first-child { border: 0px; }
.list-left ul li .ll-find dl dd a { display: block; padding: 10px 0px; color: #666666!important; }
.list-left ul li .ll-find dl dd a:hover { color: #023f98!important; }
.active-list-on { background: #023f98!important; }
.active-list-on a { color: #ffffff!important; }
.active-list-on .ll-btn { color: #ffffff!important; }
.active-list-on .ll-btn a { color: #ffffff!important; }
.active-list-on .ll-find { display: block!important; }
.list-left ul li .ll-find dl dd.alo-active a { color: #023f98!important; }

.list-right { width: 872px; min-height: 600px; overflow: hidden; }
.lr-list-name { width: 100%; overflow: hidden; padding-bottom: 10px; margin-bottom: 10px; font-size: 18px;
 color: #023f98; border-bottom: solid 2px #9a3535; position: relative; }
.lr-list-name a { display: block; overflow: hidden; float: left; padding: 0px 10px 0px 10px;
 color: #023f98; font-weight: bold; border-left: 3px #023f98 solid; }

.lr-list-box ul { width: 100%; overflow: hidden; }
.lr-list-box ul li { width: 100%; overflow: hidden; line-height: 40px; 
 border-bottom: solid 1px #e5e5e5; position: relative; }
.lr-list-box ul li:after { content: ''; position: absolute; left: 0px; top: 50%; z-index: 999;
 display: block; width: 4px; height: 4px; margin-top: -2px; background: #000000; }
.lr-list-box ul li a { display: block; width: 100%; height: 100%; float: left; }
.lr-list-box ul li .fl { text-align: left; font-size: 16px; text-indent: 1em; color: #1a1a1a; }
.lr-list-box ul li .fr { text-align: right; font-size: 14px; color: #999999; }
.lr-list-box ul li a:hover .fl, .list-right ul li a:hover .fr { color: #993333; }

.lr-list-text-box { width: 100%; overflow: hidden; padding-bottom: 60px; }
.lr-list-text-box img { display: block; max-width: 100%; margin: 0 auto; }
.lr-list-text-box p { font-size: 16px; line-height: 20px; text-indent: 2em; }


.lcb-img-box { width: 100%; overflow: hidden; padding-bottom: 50px; }
.lcb-img-box ul { width: 110%; overflow: hidden; }
.lcb-img-box ul li { width: 240px; height:240px; float: left; overflow: hidden;
 margin: 50px 82px 0px 0px; text-align: center; position: relative; }
.lcb-img-box ul li .pic { text-align: center; }
.lcb-img-box ul li .pic img { display: block; width: 240px; height:240px; }
.lcb-img-box ul li .title { position: absolute; left: 50%; bottom: 0px; z-index: 999;
 margin-left: -100px; overflow: hidden; padding: 0px 60px; line-height: 26px;
 text-align: center; color: #ffffff; background: #295da8; }
.lcb-img-box ul li .title .pt-name { margin: 8px 0px; font-size: 20px; font-weight: bold;
 color: #ffffff; }
.lcb-img-box ul li .title .pt-text { display: none; line-height: 20px; font-size: 16px;
 color: #ffffff; }
.lcb-img-box ul li .title .pt-href { display: none; font-size: 16px;
 font-weight: bold; color: #ffffff; background: #951b1b; }
.lcb-img-box ul li .title .pt-href a { color: #ffffff; }
.lcb-img-box ul li:hover .title { position: absolute; top: 0px; left: 0px;
 margin-left: 0px; width: 100%; height:240px; overflow: hidden; padding: 0px;
 font-size: 20px; color: #ffffff; background: #295da8; transition: all 0.5s ease 0s; }
.lcb-img-box ul li:hover .title .pt-name { width: 210px; padding: 0px 15px;
 margin-top: 20px; }
.lcb-img-box ul li:hover .title .pt-text { display: block; width: 210px;
 padding: 0px 15px; margin-top: 20px; text-align: left; }
.lcb-img-box ul li:hover .title .pt-href { display: block; line-height: 35px;
 position: absolute; left: 0px; bottom: 0px; z-index: 99999; width: 100%; overflow: hidden; }


.page-box { text-align: center; margin: 50px auto; font-size: 0px; }
.page-box font { display: inline-block; padding: 6px 12px; color: #ffffff; margin: 0px 4px;
 font-size: 14px; border: solid 1px #0066cc; border-radius: 3px; background: #0066cc; }
.page-box a { display: inline-block; padding: 6px 12px; color: #333333; margin: 0px 4px;
 font-size: 14px; border-radius: 3px; border: solid 1px #0066cc; }
.page-box a:hover { color: #fff!important; border: solid 1px #0066cc; background: #0066cc; }


/* content */
.content-text-box { width: 100%; overflow: hidden; margin-top: 20px; padding-bottom: 50px; }
.content-text-box .title, .content-text-box .info{ width: 100%; overflow: hidden; padding: 10px 0px; 
 line-height: 30px; text-align: center; }
.content-text-box .title h1{ font-size: 20px; font-weight: bold; color: #000; }
.content-text-box .info { border-top: 1px #ccc solid; font-size: 16px; color: #848484; }
.content-text-box .text { margin-top: 30px; font-size: 16px; color: #333; }

.content-text-box img { display: block; max-width: 100%; margin: 0 auto; }
.content-text-box img:hover { transform: scale(1.0)!important; }