

.header { background-color: #fff; height: 100px; width: 100% } 

.header_within { height: 100%; width: 1300px; display: flex; justify-content: space-between; align-items: center; margin: auto } 

.header .logo { max-width: 500px; height: auto; cursor: pointer } 

.abo-c { font-size: 20px; margin-top: 146px; text-align: center; color: #999999; } 
.mgtb30 { margin: 30px auto; } 
/* 导航 */
.navs { display: flex; justify-content: center; align-items: center; height: 100% } 
.honor-el { width: 320px; height: 230px; } 

.navs_word { height: 100%; position: relative; color: #040404; font-size: 18px; display: flex; align-items: center; transition: all 300ms; cursor: pointer; } 

.navs_word:last-child { margin-right: 0; } 

/* .navs_word:after { content: ''; display: inline-block; position: absolute; width: 50%; height: 5px; background-color: #ffffff; left: 50%; transform: translate(-50%,0); bottom: 0; opacity: 0; visibility: hidden; transition: ease-in 300ms; } */

/* .navs_word:hover:after { opacity: 1; visibility: initial; width: 100%; } */
/* .navs_word.on:after { opacity: 1; visibility: initial; width: 100%; } */
table { border-collapse: collapse; table-layout:fixed !important;  max-width:100%  !important; border:none; margin:0 auto; } 
table th, table td { display:table-cell; vertical-align:middle !important; white-space: normal !important; white-space:pre-line; word-break:break-all !important; word-wrap:break-word !important; border: 1px solid #dedede; } 


.navs_word .a { display: block; padding: 0 20px; height: 100%; line-height:100px; } 


.navs_word.on,.navs_word:hover { background-color: #e7000f; } 
.navs_word.on .a,.navs_word:hover .a { font-weight: bold; color: #fff; } 


.subnav { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,0); font-size: 16px; z-index: 9999; background-color: white; color: #3e3e3e; opacity: 0; visibility: hidden; transition: ease-in 300ms; } 

.navs_word:hover .subnav { opacity: 1; visibility: initial; top: 100%; } 

.subnav_word { display: block; padding: 0 20px; text-align: center; font-size: 16px; white-space: nowrap; padding: 15px; transition: all 1s; } 

.subnav_word:hover { background-color: #e7000f; color: #ffffff; font-weight: bold; } 

.index_mobile { display: inline-block; background: url("../images/mobile.png") no-repeat center center; width: 35px; height: 35px; background-size: cover } 

.float_navigation { position: fixed; z-index: 999; right: 1%; top: 50%; transform: translate(0, -50%); } 

.float_menu { width: 80px; height: 80px; font-size: 15px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; background-color: #e7000f; margin-top: 10px; border-radius: 10px; position: relative; } 

.float_top { width: 80px; height: 80px; font-size: 15px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; background-color: #a4a4a4; margin-top: 10px; border-radius: 10px; } 

.float_menu i, .float_top i { font-size: 35px; margin-bottom: 5px; } 

.float_menu:first-child { margin-top: 0; } 

.float_code { position: absolute; width: 112px; height: 112px; padding: 12px; background-color: #e7000f; right: 70%; top: 0; visibility: hidden; opacity: 0; transition: ease-out 1s; } 

/* .float_menu:hover { background-color: #e7000f; color: #313232 } */

/* .float_menu:hover .float_code, .float_menu:hover .float_text { visibility: initial; opacity: 1; right: 100% } */


.float_text { position: absolute; display: inline-block; padding: 10px; background-color: #e7000f; transition: ease-out 1s; right: 70%; top: 0; visibility: hidden; opacity: 0; border-radius: 7px; } 

.float_text p i { margin-right: 7px } 

.float_text p:first-child { margin-top: auto } 

.float_text p { font-size: 16px; color: #0C0C0C; display: inline-block; width: 165px; margin-top: 10px; display: flex; align-items: center; font-weight: bold } 


.index_slide { /*width: 100%; */
 /*min-width: 1920px; */
 height: 600px; overflow: hidden; position: relative; } 

.mySwiper { width: 100%; height: 100%; } 

.index_switch_page { bottom: 25px !important; } 

.index_switch_page span { cursor: pointer; background: #ffffff; opacity: 1 !important; width: 13px !important; height: 13px !important; } 

.index_switch_page span.swiper-pagination-bullet-active { background: #e7000f !important; } 

.bidding_info { height: 1039px; background: url("../images/new_bg1.jpg") no-repeat center center; background-size: cover; } 

/* 列表标题 */
.title-1 { margin: 0 auto; font-size: 48px; color: #333333; text-align: center; margin-bottom: 20px; } 

.title-1.on { text-align: left; } 

.title-1 div { font-size: 16px; color: #b9b9b9; } 

.m-1 .top { margin: 30px 0 60px; position: absolute; top: 0; display: flex; justify-content: space-between; width: 100% } 

.m-1 .title { font-size: 24px; position: relative; padding-bottom: 20px; border-bottom: 1px solid #e4e1db; margin-bottom: 10px; font-weight: bold; } 

.m-1 .title a { position: absolute; right: 0; top: 5px; font-size: 14px; color: #999999; font-weight: normal; } 

.m-1 .title a:hover { color: #e7000f; } 

.m-1-left { border-radius: 10px; padding: 25px; width: 590px; background-color: #fbf8f1; } 

.m-1-right { border-radius: 10px; padding: 25px; width: 590px; background-color: #ecf2f6; } 

.m-1-left .title { color: #e1a311; } 

.m-1-right .title { color: #e7000f; } 

.m-1 .top .el { border-bottom: 1px dashed #dcdcdc; padding: 15px 0; } 

.m-1 .top .el a { padding-left: 20px; display: block; font-size: 16px; color: #191919; } 

.m-1-left .el a { background: url(../images/dot1.png) no-repeat center left; } 

.m-1-right .el a { background: url(../images/dot2.png) no-repeat center left; } 

.m-1-left .el:hover a { color: #e7000f; } 

.m-1-right .el:hover a { color: #e1a311; } 

.m-1 .btm { width: 100%; overflow: hidden; margin-bottom: 75px; position: absolute; bottom: 0 } 

.m-1 .btm .cont { padding-top: 20px; } 

.m-1 .btm .el { text-align: center; margin-right: 27px; width: 355px; height: 150px; padding: 40px 30px; float: left; background-color: white; } 

.m-1 .btm .el:last-child { margin-right: 0; } 

.m-1 .btm .el .img { height: 135px; padding-top: 15px; float: left; padding-right: 25px; border-right: 1px solid #efefef; width: 80px; font-size: 20px; color: #333333; font-weight: bold; } 

.m-1 .btm .el .img img { margin: 0 auto; display: block; width: 64px; height: 62px; margin-bottom: 20px; } 

.m-1 .btm .el .txt { padding: 5px 0; text-align: left; line-height: 30px; float: right; width: 210px; font-size: 16px; color: #797979 } 

.about_info { overflow: hidden; display: inline-block; padding: 75px 0; background-color: white; } 

.m-2 .left { float: left; width: 700px; } 

.m-2 .left .txt { font-size: 16px; color: #666666; line-height: 33px; } 

.m-2 .left .icon { margin-top: 40px; } 

.m-2 .left .icon .el { float: left; margin-right: 70px; font-size: 16px } 

.m-2 .left .icon .el img { display: block; margin: 0 auto; margin-bottom: 10px; width: 64px; height: 64px } 

.m-2 .left .icon .el.e1 { color: #668ab9; } 

.m-2 .left .icon .el.e2 { color: #7e9ba5; } 

.m-2 .left .icon .el.e3 { color: #e6c891; } 

.m-2 .left .icon .el.e4 { color: #8aa280; } 

.m-2 .left .more { margin-top: 30px; width: 125px; height: 45px; line-height: 45px; text-align: center; background-color: #e7000f; border-radius: 10px; overflow: hidden; } 

.m-2 .left .more a { display: block; width: 100%; font-size: 14px; color: #fff; } 

.m-2 .left .more a:hover { background-color: #f86a19; color: #fff; } 

.m-2 .right { width: 540px; height: 380px; text-align: right; } 

.service_info { padding: 70px 0; background-color: white; display: inline-block; overflow: hidden; } 

.m-3 .left, .m-3 .right { width: 636px; height: 250px; border-radius: 10px; position: relative; } 

.m-3 .left { float: left; background-color: #ecf2f6; } 

.m-3 .right { float: right; background-color: #fbf8f0; } 

.m-3 .top { border-bottom: 1px solid #d4d9dd; } 

.m-3 .top .img { font-size: 18px; font-weight: bold; text-align: center; float: left; width: 159px; padding: 50px 0; height: 95px; border-right: 1px solid #d4d9dd; } 

.m-3 .top .img .iconfont { margin: 0 auto; margin-bottom: 20px; display: block; color: white; width: 55px; height: 55px; line-height: 55px; border-radius: 100%; text-align: center; } 

.m-3 .left .top .img .iconfont { background-color: #e7000f; font-size: 25px; } 

.m-3 .right .top .img .iconfont { background-color: #e1a311; font-size: 30px; } 

.m-3 .left .top .img { color: #e7000f; } 

.m-3 .right .top .img { color: #e1a311; } 

.m-3 .top .cont { float: right; width: 425px; padding: 40px 20px; height: 115px; overflow: hidden; } 

.m-3 .top .cont .el a { display: block; } 

.m-3 .top .cont .el .txt { font-size: 18px; color: #191919; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 

.m-3 .top .cont .el .smry { margin-top: 8px; font-size: 14px; color: #999999; line-height: 25px; height: 50px; } 

.m-3 .top .cont .el .time { margin-top: 17px; color: #999999; font-size: 14px; } 

.m-3 .top .cont .el:hover .txt { color: #e7000f; } 

.m-3 .btm { padding: 17px 20px; } 

.m-3 .btm a { font-size: 14px; color: #999999; } 

.m-3 .btm a:hover { color: #e7000f; } 

.m-3 .hd { position: absolute; bottom: 20px; right: 20px; } 

.m-3 .hd .prev, .m-3 .hd .next { user-select: none; margin: 0 5px; font-size: 15px; cursor: pointer; font-weight: bold; color: #d0d0d0; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } 

.m-3 .hd .prev:hover, .m-3 .hd .next:hover { color: #e7000f; } 

/* 底部 */
.footer { background-color: #f3f3f3; font-size: 16px; color: #000; display: block; width: 100%; min-width: 1300px; box-shadow: 10px 0 20px 1px #cccccc; z-index: 10; position: relative; } 

.footer a { font-size: 16px; color: #000; } 

.footer .f-1 { padding: 45px 0; background-size: cover } 

.footer .f-1 .fcont { margin-top: 40px; } 

.footer .f-1 .flk { border-bottom: 1px solid #e2e8ec; padding-bottom: 20px; } 

.footer .f-1 .flk span { font-size: 18px; color: #e7000f; vertical-align: middle; } 

.footer .f-1 .flk a { position: relative; padding-left: 40px; font-size: 16px; color: #2f2f2f; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } 

.footer .f-1 .flk a:after { content: ""; width: 1px; height: 18px; background-color: #c2c2c2; position: absolute; top: 2px; left: 16px; } 

.footer .f-1 .flk :first-child + a:after { display: none; } 

.footer .f-1 .flk :first-child + a { padding: 0; } 

.footer .f-1 .flk a:hover { color: #e7000f; } 

.footer .f-1 .fnav .el { float: left; margin-right: 70px; } 

.footer .f-1 .fnav .el > a { font-size: 18px; color: #e7000f; } 

.footer .f-1 .fnav a:hover { color: #e7000f; font-weight: bold; } 

.footer .f-1 .fnav .el .sel a { margin-top: 10px; display: block; font-size: 16px; color: #8b8b8b; } 

.footer .f-1 .fnav .el .sel a:hover { color: #e7000f; font-weight: bold; } 

.footer .f-1 .ftxt { width: 355px; font-size: 16px; color: #383838; } 
.footer .f-1 .ftxt .a a { font-size: 18px; color: #e7000f; } 

.footer .f-1 .ftxt .tel { margin-top: 10px; font-size: 24px; color: #e7000f; font-weight: bold; } 

.footer .f-1 .ftxt a:hover { color: #e7000f; } 

.footer .f-1 .ftxt .iconfont { margin-right: 10px; width: 25px; height: 25px; color: #e7000f; font-size: 24px; text-align: center; border-radius: 100%; display: inline-block; *display: inline; *zoom: 1; vertical-align: 1px; } 

.footer .f-1 .ftxt div { margin-bottom: 10px; line-height: 30px; font-size: 16px } 

.footer .f-1 .fcode { text-align: center; font-size: 16px; color: #9b9b9b; width: 120px; text-align: center; } 

.footer .f-1 .fcode img { display: block; width: 120px; height: 120px; margin-bottom: 10px; } 

.footer .f-2 { font-size: 16px; color: #fff; background-color: #e7000f; padding: 15px 0; } 

.footer .f-2 a { font-size: 16px; color: #fff; } 

.footer .f-2 .fr a { vertical-align: top; } 

/* 幻灯&栏目图片 */
.ban { background-color: #000; overflow: hidden; height: 350px; width: 100%; position: relative; } 

.ban img { height: 400px; min-width: 1920px; } 

.innav_pos { width: 1220px; padding: 0 40px; position: absolute; bottom: 0; left: 50%; margin-left: -650px; height: 90px; line-height: 90px; border-bottom: 1px solid #f5f5f5; background-color: white; } 

/* 位置 */
.pos { width: 450px; padding: 35px 0; line-height: normal; font-size: 14px; color: #666666; } 

.pos .iconfont { font-size: 20px; vertical-align: -2px; } 

.pos a { font-size: 14px; color: #666666; } 

.pos * { font-size: 14px; color: #666666; } 

.pos a:hover { color: #e7000f; } 

/* 内页子导航 */
.innav { width: 750px; text-align: right; } 

.innav .el { border-bottom: 2px solid transparent; display: inline-block; *display: inline; *zoom: 1; } 

.innav a { height: 68px; font-size: 16px; margin-left: 40px; color: #666666; text-align: center; } 

.innav .el.on a, .innav .el:hover a { color: #e7000f; border-bottom: 2px solid #e7000f; font-weight: bold; } 

.brief_info { width: 100%; *zoom: 1; } 
.brief_info:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 

.brief_left { float: left; max-width: 800px; height: 100%; margin-right: 40px; margin-bottom: 20px; } 

.brief_right { height: 100%; display: block; font-size: 18px; color: #000000; text-align: justify; text-indent: 2em; line-height: 2em } 

.brief_title { font-size: 37px; color: #000000; margin-bottom: 60px; } 

.brief_img { width: 100%; height: 430px; margin-top: 40px; } 

.brief_process { display: flex; justify-content: space-between } 

.brief_process > div p { text-align: center } 

.brief_process > div p { display: block; } 

.brief_process > div p:first-child { font-size: 40px; color: #000000 } 

.brief_process > div p:last-child { font-size: 14px; color: #b7b8b7; margin-top: 5px } 

.corporate_culture { width: 100%; height: 571px; background: url("../images/cc_02.jpg") no-repeat center center } 

.corporate_info { height: 100%; position: relative } 

.corporate_title { font-size: 48px; position: absolute; left: 50%; top: 18%; transform: translate(-50%, 0); color: #ffffff } 

.corporate_introduce { position: absolute; left: 50%; top: 49%; transform: translate(-50%, 0); display: flex; justify-content: space-between; width: 100% } 

.corporate_list { display: inline-block } 

.corporate_list i { font-size: 80px; color: #ffffff } 

.corporate_list p { color: #ffffff; text-align: center } 

.corporate_list p:nth-child(2) { font-size: 18px; font-weight: bold; margin-top: 30px } 

.corporate_list p:nth-child(3) { font-size: 22px; margin-top: 15px } 

.honor { width: 100%; padding: 50px 0; display: inline-block; background-color: #ffffff } 

.honor_title { width: 100%; text-align: center; font-size: 48px; color: #3c3b3b } 

.honor_slide { width: 100%; display: inline-block; margin-top: 20px; position: relative } 

.honor_text { width: 100%; font-size: 16px; color: #3c3b3b; text-align: center; margin-top: 10px } 

.honor.index { --swiper-theme-color: #fff; --swiper-navigation-size: 20px !important; padding: 0 !important; margin-top: 30px; } 

.honor.index .swiper-button-prev ,.honor.index .swiper-button-next { outline: none; text-align: center; width:30px; height: 50px; background-color: rgba(0, 0, 0, .5); } 
.honor.index .swiper-button-prev { left: 0 !important; } 
.honor.index .swiper-button-next { right: 0 !important; } 
.honor.index .swiper-button-prev:hover,
.honor.index .swiper-button-next:hover { background-color: #e7000f !important; } 

.case-container { background-color: #f7f7f7; padding: 70px 0; } 
.case-list { margin-top: 50px; } 
.case-list .el { float: left; width: 415px; margin-right: 25px; margin-bottom: 25px; } 
.case-list .el.on,.case-list .el:nth-child(3n) { margin-right: 0; } 
.case-list .el a { display: block; width: 100%; height: 100%; } 
.case-list .el .img { border-radius: 10px; width: 100%; height: 230px; overflow: hidden; } 
.case-list .el .img div { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: center; transition: .3s all ease; } 
.case-list .el .tit { padding: 15px 0; font-size: 16px; color: #191919; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; } 
.case-list .el:hover .img div { transform: scale(1.05); transition: .3s all ease; } 

.contact_map { width: 100%; } 

.contact_info { width: 100%; display: flex; justify-content: space-between; margin-top: 30px } 

.contact_list { display: inline-block; text-align: center; width: 30% } 

.contact_list p:nth-child(1) { width: 80px; height: 80px; border-radius: 50%; background-color: #e7000f; text-align: center; line-height: 80px; display: inline-block } 

.contact_list p:nth-child(1) i { font-size: 35px; color: #ffffff } 

.contact_list p:nth-child(2) { font-size: 22px; color: #010101; margin-top: 15px } 

.contact_list p:nth-child(3) { font-size: 20px; color: #6a6a6a; margin-top: 15px } 

.policy_list { width: 100%; } 


.policy_info { *zoom: 1; cursor: pointer; padding: 35px 25px; border: 1px solid #f3f3f3; margin-bottom: 30px; transition: all 1s } 
.policy_info:after { content:"."; display:block; height:0; clear:both; visibility:hidden; } 
.policy_info .title { float: left; width: 1000px; } 
.policy_info .time { float: right; width: 150px; text-align: right; } 

.policy_top { width: 100%; overflow: hidden; display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px } 

.policy_title { font-size: 20px; color: #333333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 

.policy_time { margin-bottom: 30px; display:block; font-size: 14px; color: #999999 } 

.policy_middle { width: 100%; font-size: 14px; color: #aaaaaa; line-height: 2em; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 

.policy_button { display: inline-block; *display: inline; *zoom: 1; cursor: pointer; width: 85px; height: 40px; text-align: center; line-height: 40px; background-color: #e7000f; font-size: 14px; color: #fff; border-radius: 10px } 

.policy_button i { font-size: 14px; margin-left: 5px } 

.policy_info:hover { box-shadow: 0 0 20px 1px #d2d2d2; } 
.policy_info:hover .policy_title { color: #e7000f; } 



.list_page { width: 100%; display: inline-block; text-align: center; margin-top: 35px } 

.list_page a { border: 1px solid #999999; font-size: 16px; color: #999999; margin: 0 5px; cursor: pointer; display: inline-block; width: 43px; height: 43px; padding: 0; text-align: center; line-height: 43px } 

.list_page a:first-child { margin-left: 0 } 

.list_page a:last-child { margin-right: 0 } 

.list_page a.on ,
.list_page a:hover { background-color: #e7000f; color: #fff; } 

/*.list_page a.none { */
/* background-color: #c7c7c7; */
/* color: #eeeeee; */
/* border-color: #c7c7c7; */
/* } */

/*.list_page a.none:hover { */
/* background-color: #c7c7c7; */
/* color: #ffffff*/
/* } */

.list_page a:nth-child(-n+2), .list_page a:nth-last-child(-n+2) { padding: 10px 15px; width: auto; height: auto; line-height: unset; } 

.keyword_search { width: 100%; height: 100px; background-color: #fcf3f3; display: flex; justify-content: center; align-items: center; font-size: 22px; color: #363535 } 

.keyword_search input { background-color: #ffffff; border: 1px solid #d9e4eb; width: 545px; height: 48px; padding: 0 20px; font-size: 16px; color: #000000; outline: none } 

.keyword_search button { border: none; outline: none; background-color: #e7000f; color: #ffffff; font-size: 18px; height: 50px; width: 115px; display: flex; justify-content: center; align-items: center; cursor: pointer } 

.keyword_search button i { font-size: 23px; margin-right: 10px } 

.new_info { cursor: pointer; padding: 25px; display: flex; justify-content: space-between; align-items: center; border: 1px solid #f3f3f3; margin-top: 30px; transition: all 1s } 

.new_title { font-size: 20px; color: #333333; width: 80%; display: flex; flex-direction: column; justify-content: center; line-height: 35px; } 

.new_time { text-align: center; border-left: 1px solid #f3f3f3; padding-left: 60px; font-size: 16px; color: #999999 } 
.new_time div { font-size: 28px; } 

.new_info:hover { box-shadow: 0 0 20px 1px #d2d2d2; } 
.new_info:hover .new_title { color: #e7000f; } 

.tender-t { text-align: center; color: #000000; width: 100%; border-bottom: 1px solid #e7000f; } 

.tender-t .t { font-size: 40px; margin-bottom: 25px; color: #e7000f; line-height: 60px; } 

.tender-t .msg { font-size: 18px; color: #e7000f; padding: 20px 0; line-height: 40px; border-bottom: 4px solid #e7000f; margin-bottom: 3px; } 

.content { min-height: 300px; padding-bottom: 40px; font-size: 18px; color: #000; margin-top: 30px; } 

.content p { font-size: 18px; color: #000; line-height: 40px; } 

.content img { width: auto } 

.content table th, .content table td { border: 1px solid #0C0C0C } 

.file { margin: 30px 0; } 

.file .tit { font-size: 20px; color: #e7000f; font-weight: bold; padding-bottom: 20px; border-bottom: 1px solid #e7000f } 
.file a { font-size: 18px; } 
.file p { padding-top: 10px; width: 100%; color: #000; font-size: 18px; line-height: 35px; display: block; } 

.file p img { width: 16px; height: 16px } 

.file a:hover { color: #e7000f; } 

/* 上下篇 */
.pn { background-color: #f8f8f8; margin-bottom: 15px; padding: 30px 35px; } 

.pn .fl { max-width: 900px; } 

.pn .fl p { font-size: 16px; color: #393838; font-weight: bolder; } 

.pn .fl p:first-child { margin-bottom: 18px; } 

.pn .fl p a { color: #656363; font-weight: normal; } 

.pn .fl p a:hover { color: #e7000f; } 

.pn a.fr { width: 150px; margin-top: 8px; height: 47px; line-height: 47px; font-size: 16px; background-color: #e7000f; color: #fff; text-align: center; display: block; } 

.pn a.fr:hover { background-color: #e7000f; color: white; } 

.picture_list { width: 100%; font-size: 0; margin-bottom: 30px } 
.picture_list a { display: block; width: 100%; height: 100; } 

.picture_info { margin-right: 25px; width: 390px; display: inline-block; text-align: center; overflow: hidden; cursor: pointer; } 
.picture_info:nth-child(3n) { margin-right: 0; } 

.picture_img { border-radius: 10px; width: 100%; height: 220px; overflow: hidden } 

.picture_img img { transition: 200ms } 

.picture_title { padding: 0 5% 10px; width: 90%; margin-top: 15px; font-size: 16px; color: #191919; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 

.picture_info:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } 


.honor-list { width: 100%; margin-top: 20px; font-size: 0; } 
.honor-list .el { margin-right: 20px; display: inline-block; *zoom: 1; *display: inline; cursor: pointer; width: 290px; text-align: center; } 
.honor-list .el:nth-child(4n) { margin-right: 0; } 
.honor-list .el .img { width: 100%; height: 210px; overflow: hidden; } 
.honor-list .el .img img { transition: .3s all ease; } 
.honor-list .el .tit { font-size: 16px; color: #3c3b3b; text-align: center; padding: 20px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.honor-list .el:hover .img img { transform: scale(1.1); transition: .3s all ease; } 
.honor-list .el:hover .tit { color: #e7000f; } 

/* register */
.rg-bd { border: solid 1px #e3e3e3; } 

/*注册页*/
.registerp { width: 1140px; height: 91px; margin: 27px auto; background: #f8f8f8; padding-top: 25px; } 

.registerp * { font-size: 16px } 

.registerp h6 { color: #434344; text-indent: 43px; font-size: 16px; line-height: 30px; } 

.registerp h6 a { color: #e7000f; margin-right: 50px; } 

.registerp h6 a:hover { color: #FF0000; } 

.registerp p { color: #8d8d8d; text-indent: 43px; line-height: 30px; font-size: 14px } 

.registerp p font { color: #FF0000; font-size: 14px } 

.regbox { width: 1140px; margin: 20px auto 30px auto; overflow: hidden; } 

.regbox2 { width: 1140px; overflow: hidden; margin: -30px auto 0 auto; } 

.register h2 { width: 100%; height: 58px; line-height: 58px; border-bottom: solid 1px #e7000f; color: #e7000f; font-size: 20px; font-weight: bold; margin-bottom: 29px; } 

/*表单左边*/
.register * { font-size: 16px } 

.register dl { width: 100%;  margin-bottom: 13px; overflow: hidden; } 

.register dl dt { float: left; width: 110px; height: 42px; color: #000; text-align: left; line-height: 42px; font-size: 16px; } 

.register dl dt font { color: #FF0000; margin-left: 5px; margin-right: 5px; } 

/*表单右边*/
.register dl dd { float: left; height: 42px; line-height: 42px; position: relative; display: flex; align-items: center } 

/*单选*/
.register dl dd input[type="radio"] { opacity: 0; } 

.register dl dd input[type="radio"] + label::before { display: inline-block; width: 18px; height: 18px; border-radius: 50%; margin-right: 10px; vertical-align: text-bottom; border: 1px solid #cccccc; -webkit-box-sizing: border-box; box-sizing: border-box; background: #ededed; content: ""; } 

.register dl dd input[type="radio"]:checked + label::before { background-color: #666666; background-clip: content-box; border-color: #ededed; border-width: 5px; } 

/*文本*/
.register dl dd input[type="text"], .register dl dd input[type="password"] { width: 240px; height: 40px; line-height: 40px; border: solid 1px #e5e5e5; display: block; padding: 0 10px; float: left; font-size: 14px; outline: none } 

.register dl dd span { float: left; font-size: 15px; color: #949494; margin-left: 38px; } 

/*下拉框*/
.register dl dd select { float: left; width: 263px; height: 40px; line-height: 40px; border: solid 1px #e5e5e5; padding: 0 50px 0 5px; outline: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; } 

select::-ms-expand { display: none; } 

/*验证码*/
.register dl dd input[name=code] { width: 109px; } 

.register dl dd img { width: 119px; height: 40px; margin-left: 10px; border: solid 1px #e5e5e5; float: left; } 

.register dl dd input[type=button] { float: left; cursor: pointer; width: 119px; height: 40px; background: #e7000f; border: 0; border-radius: 5px; margin-left: 10px; color: #ffffff; font-size: 16px; } 

.register dl dd input[type=button]:hover { background-color: #e7000f; } 

.register dl dd .fs { background: #cccccc !important; } 

/*复选框*/
.register dl dd input[type=checkbox] { -webkit-appearance: none; vertical-align: middle; margin-top: 0; border: #999 solid 1px; border-radius: 3px; min-height: 22px; min-width: 22px; background: #e0e0e0; margin-right: 10px } 

.register dl dd input[type=checkbox]:checked::after { content: ''; top: 17px; left: 5px; position: absolute; background: transparent; border: #424242 solid 2px; border-top: none; border-right: none; height: 6px; width: 10px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } 

.register dl dd label { font-size: 14px } 

.register dl dd label a { color: #e7000f; } 

.register dl dd label a:hover { color: #e7000f; } 

/*按钮*/
.register input[type="submit"] { width: 260px; height: 50px; line-height: 50px; background: #e7000f; color: #FFFFFF; border: 0; border-radius: 5px; font-size: 16px; font-weight: bold; margin-left: 110px; margin-bottom: 40px; cursor: pointer; transition-duration: .3s; } 

.register input[type="submit"]:hover { background: #e7000f; } 

.register .bth.on { background: #cccccc !important; } 

.login { width: 502px; color: #000; height: 480px; border-radius: 5px; margin: 0 auto; background: #ffffff; border: 1px solid #e7000f; } 

.login_logo { width: 502px; height: 100px; line-height: 100px; background-color: #e7000f; background-size: 100%; overflow: hidden; text-align: center; font-size: 30px; color: #ffffff; } 

.login_logo img { margin: 23px auto; max-width: 420px; max-height: 100px; width: auto; height: auto; display: block; } 

.login_main { width: 382px; margin: 24px auto 0 auto; text-align: center; } 

.logininput { width: 320px; height: 50px; line-height: 50px; border: solid 1px #e1e5ed; border-radius: 5px; margin-bottom: 15px; padding-left: 40px; padding-right: 20px; font-size: 14px; outline: none } 

.login_main #mobile { background: url(../images/uname.png) no-repeat 10px center; background-size: 18px; } 

.login_main #password { background: url(../images/pwd.png) no-repeat 10px center; padding-right: 60px; width: 280px; background-size: 18px; } 

.login_main #submit { width: 382px; height: 50px; cursor: pointer; line-height: 52px; background: #e7000f; border: 0; font-size: 22px; color: #ffffff; border-radius: 5px; } 

.login_main #submit:hover { background: #e7000f; } 

.login_code { width: 382px; height: 42px; margin-bottom: 25px; } 

.login_code .hide { display: none; } 

.login_code .show { display: block; } 

.login_code #code { width: 160px; height: 50px; border: solid 1px #e1e5ed; border-radius: 5px; margin-bottom: 12px; padding-left: 40px; padding-right: 20px; background: url(../images/login_code.png) no-repeat 10px center; background-size: 18px; float: left; font-size: 14px; outline: none } 

.login_code input[type=button].fs { background: #cccccc !important; } 

.login_code input[type=button] { float: right; width: 150px; height: 50px; background: #007eff; border: 0; border-radius: 5px; color: #ffffff; font-size: 16px; } 

.login_code em { float: right; width: 150px; height: 50px; border-radius: 5px; overflow: hidden; } 

.login_code em img { width: 150px; height: 50px; } 

.login span { display: block; width: 382px; height: 49px; line-height: 49px; text-align: center; font-size: 18px; margin: 0 auto; } 

.login span a { color: #FF0000; font-weight: bold; } 

.login span a:hover { color: #e7000f; } 

.login_more { height: 40px; line-height: 40px; margin-top: 10px; overflow: hidden; } 

.login_more a { display: inline-block; } 

.login_more img { width: 18px; display: block; float: left; margin: 12px 5px 0 15px; } 

.login_more img#wx_loginico { width: 25px; margin-top: 10px; } 

.policy-t { text-align: center; margin-bottom: 30px; } 

.policy-t .t { font-size: 40px; color: #000; margin-bottom: 30px; line-height: 60px; } 

.policy-t .msg { height: 45px; line-height: 45px; font-size: 14px; color: #696868; background-color: #f7f7f7; } 

.file_download { width: 98%; padding: 15px 1%; display: flex; justify-content: space-between; align-items: center; background-color: #f9f9f9; margin-bottom: 15px; transition: all 1s; } 

.file_download:hover { background-color: #e7000f; color: #ffffff; } 

.file_download:hover .file_btn { background-color: #e7000f; color: #e7000f; font-weight: bold; } 

.file_btn { width: 10%; display: flex; justify-content: space-evenly; align-items: center; font-size: 16px; background-color: #e7000f; color: #ffffff; cursor: pointer; padding: 5px 3px; border-radius: 7px; transition: all 1s; } 

.file_btn img { width: 32px; height: 32px; } 

.file_title { width: 85%; font-size: 18px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 


.idx-ad { padding:35px 0; height: 130px; background-image: url(../images/idxad.jpg); background-position: center; background-repeat: no-repeat; background-size: contain; } 
.idx-ad .left { float: left; max-width: 950px; color: #fff; } 
.idx-ad .left .tit { font-weight: bold; font-size: 32px; margin-bottom: 25px; margin-top: 15px; } 
.idx-ad .left .txt { font-size: 22px; } 
.idx-ad .right { float: right; max-width:280px; color: #ffffff; } 
.idx-ad .right .tip { text-align: center; margin-bottom: 5px; font-size: 16px; } 
.idx-ad .right .tip .iconfont { margin-right: 5px; } 
.idx-ad .right .tit { margin-bottom: 15px; font-size: 32px; } 
.idx-ad .right .btn { font-size: 18px; color: #e7000f; text-align: center; width: 225px; height: 45px; line-height: 45px; background-color: white; border-radius: 5px; } 
.idx-ad .right .btn .iconfont { font-size: 28px; vertical-align:bottom; margin-right: 5px; } 

.idx-news { padding: 75px 0; background-color: white; } 
.idx-news .title-1 { margin-bottom: 50px; } 
.idx-news-pics { float: left; width: 645px; height: 455px; } 
.idx-news-pics .pics-ban { width: 100%; height: 100%; position: relative; } 
.idx-news-pics .pics-ban .bd,.idx-news-pics .pics-ban .bd .el,.idx-news-pics .pics-ban .bd .el a { display: block; width: 100%; height: 100%; overflow: hidden; } 
.idx-news-pics .pics-ban .bd .el .img { width: 100%; height: 100%; overflow: hidden; } 
.idx-news-pics .pics-ban .bd .el .img div { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: .3s all ease; } 
.idx-news-pics .pics-ban .bd .el .tit { position: absolute; left: 0; bottom: 0; width: 100%; background-color: rgba(0, 0, 0, .5); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #fff; font-weight: bold; } 
.idx-news-pics .pics-ban .bd .el .tit div { padding: 15px; padding-right: 0; width: 480px; } 
.idx-news-pics .pics-ban .bd .el:hover .img div { transform: scale(1.05); transition: .3s all ease; } 
.idx-news-pics .pics-ban .bd .el:hover .tit { color: #e7000f; } 
.idx-news-pics .pics-ban .hd { position: absolute; right: 0; bottom: 16px; width: 100px; padding: 0 15px; text-align: right; font-size: 0; } 
.idx-news-pics .pics-ban .hd li { cursor: pointer; width: 16px; height: 16px; background-color: #fff; border-radius: 100%; margin-left: 10px; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } 
.idx-news-pics .pics-ban .hd li.on { background-color: #e7000f; } 

.idx-news-list { float: right; width: 630px; } 
.idx-news-list .el { border-bottom: 1px dashed #dddddd; padding-left: 10px; } 
.idx-news-list .el a { padding: 10px 0; display: block; width: 100%; height: 100%; *zoom: 1; } 
.idx-news-list .el a:after { content:""; display:block; height:0; clear:both; visibility:hidden; width: 100%; height: 100%; } 
.idx-news-list .el .tit { float: right; width: 525px; text-align: justify; font-size: 16px; color: #343434; line-height: 33px; word-break: break-all; } 
.idx-news-list .el .time { float: left; width: 70px; height: 70px; font-size: 12px; color: #929191; background-color: #ededed; text-align: center; } 
.idx-news-list .el .time div { padding-top: 10px; font-size: 25px; color: #3e3d3d; font-weight: bold; } 
.idx-news-list .el:hover .tit { color: #e7000f; } 

.link-list { border-bottom: 1px solid #e5e5e5; padding-bottom: 40px; } 
.link-list .el { background-color: white; overflow: hidden; float: left; margin-left: 25px; width: 240px; height: 80px; line-height: 80px; text-align: center; } 
.link-list .el:first-child { margin-left: 0; } 
.link-list .el img { transition: .3s all ease; } 
.link-list .el:hover img { transform: scale(1.1); transition: .3s all ease; } 























