/* 首页部分 */
@font-face{
font-family: CodaCaption;
src: url("CodaCaption-ExtraBold.ttf");
}

.logo { width: 100%; margin: 0px; position: relative; z-index: 999; background: #fff;  }
.logo .rom { height: 140px; display: flex; justify-content: center; align-items: center; }
.logo .logo_img { width: 990px; }
.logo img { height: 70px; }
.logo .tel_img { width: 320px; }

.nav { background-color: #e00000; margin: 0px; }
.nav .item { width: 170px; float: left; text-align: center; }
.nav .line { background: radial-gradient(#f9f9f9, #e00000); height: 20px; width: 1px; margin-top: 16px; float: left; }
.nav .item a { color: #fff; line-height: 50px; font-weight: normal; }
.nav .item:hover { background-color: #93291E; }
.nav .item:hover .line, .nav .item:hover+.item .line { height: 100%; }

.main-tt { text-align: center; }
.main-tt h1 { font-size: 28px; color: #212121; text-align: center; line-height: 56px; }
.main-tt p { font-size: 20px; color: #969696; text-align: center; line-height: 40px; }
.main-tt .line { width: 40px; height: 1px; background: #212121; margin: 10px auto; }

.ex03 { height: 720px; margin: 0px; padding: 80px 0px 0px; background: url(ex_03_bg.jpg) center bottom no-repeat; }
.ex03 .ex_title, .ex03 .ex_sub { text-align: center; }
.ex03 .ex_title { font-size: 36px; line-height: 32px; letter-spacing: 2px; margin-bottom: 20px; font-weight: bold; }
.ex03 .ex_sub { font-size: 16px; width: 360px; margin: 0px auto 40px; display: block; background: #ee0979; background: -webkit-linear-gradient(to right, #ff6a00, #ee0979); background: linear-gradient(to right, #ff6a00, #ee0979); color: #fff; line-height: 36px; border-radius: 3px; }
.ex03 .ex_sub span { font-weight: bold; }
.ex03 .pl { width: 340px; float: left; padding-top: 20px; }
.ex03 .pr { width: 360px; float: left; padding-top: 60px; }
.ex03 .part { padding: 50px 0px; text-align: right; }
.ex03 .pr .part { text-align: left; }
.ex03 .part .info { width: 220px; display: inline-block; }
.ex03 .part .info .p1 { font-size: 28px; color: #232323; line-height: 28px; margin-bottom: 20px; font-weight: normal; }
.ex03 .part .info .p2 { font-size: 14px; line-height: 30px; color: #666; font-weight: normal; }
.ex03 .part .no { width: 100px; display: inline-block; vertical-align: top; }
.ex03 .part .no p { font-size: 60px; font-weight: bold; letter-spacing: 1px; font-family: "arial"; color: #c8c8c8; }
.ex03 .line { width: 320px; background-color: #dedede; height: 1px; }

.ex03 .pm { width: 490px; padding-top: 20px; float: left; }
.ex03 .pm .pic { display: flex; position: relative; justify-content: center; align-items: center; }
.ex03 .pm .pic img { width: 490px; } 

.about { background: url(about_bg.jpg) center top no-repeat; height: 650px; margin: 0px; }
.about .box_01 { width: 600px; padding-top: 120px; float: left; }
.about .box_01 .title { font-size: 28px; color: #fff; font-weight: 500; line-height: 36px; letter-spacing: 2px; margin-bottom: 15px; }
.about .box_01 .title span { font-size: 20px; color: #fff; letter-spacing: 2px; }
.about .box_01 .line { width: 60px; height: 1px; background: #fff; margin-bottom: 50px; }
.about .box_01 .info, .about .box_01 .info * { font-size: 15px; font-weight: 400; text-align: justify; color: #fff; line-height: 28px; }
.about .box_01 .more { font-size: 20px; color: #fff; line-height: 45px; }
.about .box_02 { width: 520px; height: 534px; float: left; margin-left: 80px; position: relative; }
.about .box_02 .about_img img { width: 500px; margin-top: 130px; }

.honor .list { margin: 50px 0px 100px; }
.honor .list .item { width: 280px; float: left; margin-left: 10px; border: 1px solid #efefef; position: relative; }
.honor .list .item:first-child { margin-left: 0px; }
.honor .list .thumb { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 75%; }
.honor .list img { position: absolute; object-fit: cover; width: 100%; height: 100%; border: 0; vertical-align: middle; }
.honor .item .focus { width: 100%; background: rgba(239,34,13,0.9); height: 0px; position: absolute; bottom: 0px;  transition: all 0.5s ease 0s; overflow: hidden; }
.honor .item:hover .focus { height: 220px; transition: all 0.5s ease 0s; }
.honor .focus h1, .honor .focus p { text-align: center; font-size: 14px; color: #fff; }
.honor .focus h1 { margin-top: 66px; font-size: 18px; line-height: 36px; }
.honor .focus p { display: block; width: 130px; line-height: 32px; font-size: 12px; border: 1px solid #fff; text-align: center; margin: 0 auto; margin-top: 10px; }
.honor #scroll-mod { overflow:hidden; width: 1200px; }
.honor #scroll-rom { float: left; width: 2000%; }
.honor #scroll-rom-1 { float: left; }
.honor #scroll-rom-2 { float: left; margin-left: 10px; }

.ex_01 { background: url(ex_01_bg.jpg) center top no-repeat; height: 460px; display: flex; justify-content: center; align-items: center; }
.ex_01 h1 { font-family: "webfont"; color: #fff; font-size: 45px; line-height: 60px; text-align: center; letter-spacing: 4px; text-shadow: 5px 5px 5px #364702; }
.ex_01 .info { width: 610px; margin: 40px auto 0px; }
.ex_01 .it { width: 200px; display: inline-block; text-align: center; }
.ex_01 .it .icon {}
.ex_01 .it .font { font-size: 15px; line-height: 24px; font-weight: 500; margin-top: 20px; color: #fff; }

.news { padding-bottom: 80px; }
.news .cat-list { width: 390px; margin: 30px auto 0px; overflow: hidden; }
.news .cat-list a { display: block; width: 180px; line-height: 43px; text-align: center; background: #efefef; color: #333; margin-left: 30px; float: left; font-weight: normal; font-size: 16px; }
.news .cat-list a:first-child { margin-left: 0px; }
.news .cat-list a:hover { background: #e00000; color: #fff; }
.news .con { margin-top: 42px; overflow: hidden; }
.news .con .main-news, .news .con .list { float: left; }
.news .con .main-news { width: 500px; }
.news .con .main-news .date { width: 120px; background-color: #e00000; position: absolute; top: 0px; padding: 10px 0px; }
.news .con .main-news .date .d { color: #fff; font-weight: bold; text-align: center; font-size: 40px; line-height: 60px; }
.news .con .main-news .date .line { background: #fff; height: 1px; width: 50px; margin: 0 auto; }
.news .con .main-news .date .ym { text-align: center; color: #fff; font-size: 13px; line-height: 32px; }
.news .con .main-news .pic { position: relative; }
.news .con .main-news .pic img { width: 500px; height: 240px; }
.news .con .main-news .info { background: #efefef; padding: 16px 30px; padding-bottom: 30px; }
.news .con .main-news .info h1 a { font-size: 18px; line-height: 32px; font-weight: normal; color: #333; }
.news .con .main-news .info .line { background: #333; height: 1px; width: 100%; margin: 10px 0px; }
.news .con .main-news .info p a { font-size: 13px; color: #666; line-height: 28px; }
.news .con .list { width: 600px; }
.news .con .item { border-bottom: 1px dotted #ddd; margin-left: 36px; overflow: hidden; }
.news .con .item .tt { width: 400px; float: left; padding-left: 15px; }
.news .con .item .tt a { line-height: 50px; font-size: 15px; color: #333; }
.news .con .item .date { width: 120px; float: right; text-align: center; color: #333; line-height: 50px; }

