/*初始化代码*/
*{
    font-family: Microsoft YaHei;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
    color: #333;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #332c2b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fe0405;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*top*/

.top {
    width: 100%;
    background-color: #ececec;
}

.wel-wrap {
    height: 34px;
    line-height: 34px;
    color: #747474;
    overflow: hidden;
}

.wel-wrap a {
    color: #747474;
}

.wel-wrap .con-right .i-position {
    background: url(../images/h_ic2.png) no-repeat;
    padding-left: 20px;
}

.wel-wrap .con-right .i-message {
    background: url(../images/h_ic3.png) no-repeat;
    padding-left: 20px;
    margin-left: 10px;
}


/*top-logo-bg*/

.top-logo-bg {
    width: 100%;
}

.top-logo {
    display: flex;
    justify-content: space-between;
    margin: 1.5% auto;
    overflow: hidden;
}

.top-logo .logo {
    height: 100%;
}

.top-logo .logo a {
    display: block;
    width: 600px;
    align-items: center;
    flex-wrap: wrap;
}
.top-logo .logo a>.logo-img{
    width: 150px;
    float: left;
}
.top-logo .logo a>.logo-img>img{
    width: 100%;
}

.top-logo .logo .logo-txt {
    float: left;
    margin-left: 2%;
    margin-top: 4%;
    padding-left: 2%;
    border-left: 1px solid #ddd;
}

.top-logo .logo .logo-txt p {
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    color: #222;
}

.top-logo .logo .logo-txt p>font {
    color: #970101;
}

.top-logo .logo .logo-txt span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #555;
}

.top-logo .top-tel {
    width: 32%;
    height: 100%;
    margin-top: 1%;
}

.hot-phone {
    padding-left: 60px;
    background: url(../images/h_tel.png) no-repeat left 16px;
    background-size: 55px;
    height: 100%;
}

.hot-phone .p-title {
    color: #747474;
    font-size: 16px;
    font-weight: bold;
}

.hot-phone .p-title em {
    font-size: 32px;
    font-family: Impact;
    color: #970101;
}

.hot-phone .p-number {
    color: #747474;
    font-size: 16px;
    font-weight: bold;
}

.hot-phone .p-number em {
    font-size: 32px;
    font-family: Impact;
    color: #970101;
}


/*nav*/

.nav-bg {
    width: 100%;
    height: 68px;
    background: #111;
    position: relative;
    z-index: 9;
}

.nav-bg nav {}

.nav-bg nav ul li {
    height: 100%;
    width: 11.11%;
    line-height: 68px;
    font-size: 16px;
    transition: all ease .3s;
    text-align: center;
    float: left;
    position: relative;
}

.nav-bg nav ul li a {
    color: #fff;
    display: block;
}

.nav-bg nav ul li:hover {
    background: #970101;
}

.active {
    background: #970101;
}

.nav-bg nav ul li>ul {
    position: absolute;
    top: 82px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 0;
    /*display: none;*/
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.nav-bg nav ul li>ul>li {
    float: none;
    width: 100%;
    position: relative;
}

.nav-bg nav ul li>ul>li>a {
    display: block;
    font-size: 14px;
    background: #333;
    color: #fff;
    height: 47px;
    line-height: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.nav-bg nav ul li>ul>li>a:hover {
    background: #970101;
}

.nav-bg nav ul li:hover ul {
    top: 68px;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    display: block;
}


/*banner*/

.ban {}

.banner-box {
    height: 650px;
    position: relative;
    overflow: hidden;
}

.banner-box .bands {}

.banner-box .bands li {
    width: 100%;
    height: 650px;
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.banner-box .bands li a {
    display: block;
    height: 100%;
}
.banner-box .bands li a>img{
    width: 100%;
}

.banner-btns {}

.banner-btns .btns-box {}

.banner-btns .btns-box a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.banner-btns .btns-box a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner-btns .btns-box .prev-btn {
    left: 5%;
    background: url(../images/foot.png) 0 0 no-repeat;
}

.banner-btns .btns-box .next-btn {
    right: 5%;
    background: url(../images/foot.png) -49px 0 no-repeat;
}

.banner-btns .btns-box .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.banner-btns .btns-box .hd li {
    display: inline-block;
    width: 100px;
    height: 8px;
    border-margin: 0 3px;
    background: #fff;
    cursor: pointer;
    font-size: 0px;
}

.banner-btns .btns-box .hd li.on {
    background: #c80101;
}


/*searchky*/

.searchky-bg {
    width: 100%;
    height: 60px;
    background-color: rgb(240, 240, 240);
}

.searchky-bg .searchky {
    height: 100%;
}

.searchky-bg .searchky .keyword {
    width: 840px;
    height: 100%;
    line-height: 60px;
    color: #666;
    overflow: hidden;
}

.searchky-bg .searchky .keyword strong {
    font-weight: bold;
}

.searchky-bg .searchky .keyword a {
    color: #666;
    margin-right: 5px;
}

.searchky-bg .searchky .search {
    width: 350px;
    height: 100%;
    margin-top: 13px;
}

.searchky-bg .searchky .search .textCont {
    box-sizing: border-box;
    width: 285px;
    height: 35px;
    line-height: 26px;
    border: none;
    color: #505050;
    float: left;
    padding: 5px 40px 5px 15px;
    border-radius: 13px;
    background: url(../images/ser1.png) no-repeat left center;
}

.searchky-bg .searchky .search .anSearch {
    border: 0;
    background: url(../images/ser2.png) no-repeat -13px 0;
    width: 100px;
    height: 35px;
    float: left;
    margin-left: -35px;
    cursor: pointer;
}


/*cpScroll-bg*/

.cpScroll-bg {
    width: 100%;
    background: #f8f8f8;
}

.cpScroll-bg .cpScroll-con {
    height: 100%;
}


/*标题样式*/

.m-title {
    color: #111;
    width: 350px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.m-title .en-title {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    padding: 0 10px;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 3;
}

.m-title .main-title {
    font-size: 36px;
    font-weight: bold;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 4px 0 7px;
}

.m-title .sub-title {
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}

.m-title .pro {
    background-color: #f8f8f8;
}

.pro-list ul {
    overflow: hidden;
}

.pro-list li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 26px 20px 0;
    background-color: #fff;
    width: 280px;
    -webkit-box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
    box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
}

.pro-list li img {
    border: 0;
    vertical-align: middle;
    width: 100%;
    height: 275px;
    object-fit: cover;
}

.pro-list li a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border: 2px solid transparent;
    display: block;
}

.pro-list li b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin: 20px 0;
}

.pro-list li b::after {
    content: "";
    display: none;
    width: 70px;
    height: 2px;
    background-color: #970101;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pro-list li p {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 200%;
    color: #666;
}

.pro-list li em {
    font-style: normal;
    display: inline-block;
    padding: 5px 17px;
    background-color: #111;
    color: #fff;
    margin-bottom: 20px;
}

.pro-list li:hover a {
    border: 2px solid #970101;
}

.pro-list li:hover b {
    color: #970101;
}

.pro-list li:hover em {
    background-color: #970101;
}


/*cpTab-bg*/

.cpTab-bg {
    width: 100%;
    height: 712px;
    background: #f4f4f4;
}

.cpTab-bg .cpTab {
    height: 100%;
}

.pro_l {
    float: left;
    width: 239px;
    height: 685px;
    padding-bottom: 12px;
    background: #111;
    overflow: hidden;
}

.pro_l h2 {
    padding-top: 17px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    background: url(../images/pro_t2.jpg) no-repeat center top;
}

.pro_l h2 a {
    color: #fff;
}

.pro_l h2 i {
    display: block;
    color: #e0e0e0;
    text-transform: uppercase;
    font-size: 16px;
}

.pro_l ul {
    margin: 0 auto;
    width: 222px;
    overflow: hidden;
}

.pro_l ul li {
    margin-bottom: 9px;
    overflow: hidden;
    
}

.pro_l ul li>a {
    display: inline-block;
    text-indent: 40px;
    width: 100%;
    background: url(../images/pro_ip3.png) no-repeat center top;
    line-height: 38px;
    color: #fff;
}

.pro_l ul li:hover>a,
.pro_l ul .cur>a{
    background: url(../images/pro_ip2.png) no-repeat center top;
}

.pro_l ul li>dl{
    display: none;
    padding: 10px;
    padding-left: 22px;
}
.pro_l ul li>dl>dd>a{
    color: #fff;
    line-height: 28px;
    font-size: 13px;
}

.pro_l ul li.cur>dl{
    display: block;
}

.pro_l ul .nones a {
    height: 36px;
    line-height: 36px;
}

.pro_l ul .nones a:hover {
    background: url(../images/pro_ip3.png) no-repeat center top;
}

.pro_r {
    width: 938px;
    overflow: hidden;
    float: right;
}

.pro_r ul {
    overflow: hidden;
    height: 203px;
    width: 938px;
}

.pro_r ul li {
    float: left;
    position: relative;
    height: 203px;
    line-height: 0px;
    width: 231px;
    margin-right: 4.5px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.pro_r ul li:nth-child(4n) {
    margin-right: 0
}

.pro_r ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro_r ul li em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.9);
    line-height: 36px;
}

.pro_r ul .nones {
    margin-right: 0px;
}

.pro2_dl {
    margin-bottom: 7px;
    height: 475px;
    width: 938px;
    overflow: hidden;
}

.pro2_dl dl {
    position: relative;
    width: 938px;
    height: 100%;
    overflow: hidden;
}

.pro2_dl dt {
    width: 938px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.pro2_dl dt img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.pro2_dl dd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 7px 15px 10px;
    width: 908px;
    background-color: rgba(17, 17, 17, 0.9);
    overflow: hidden;
}

.pro2_dl dd p {
    float: left;
    width: 730px;
    color: #fff;
    overflow: hidden;
}

.pro2_dl dd b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro2_dl dd p a {
    color: #fff;
}

.pro2_dl dd em {
    float: right;
    display: block;
    margin-top: 5px;
    width: 137px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 18px;
    border: 1px solid #fff;
}

.pro2_dl dd em a {
    color: #fff;
    display: block;
}

.pro_l P {
    padding-left: 15px;
    padding-top: 25px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.pro_l img {
    width: 140px;
    padding-left: 15px;
    padding-top: 10px;
}


/*case-bg*/

.case-bg {
    width: 100%;
    overflow: hidden;
}

.case-bg .m-title .pro {
    background-color: #fff;
}

.caset {
    margin: 0 0 31px 0px;
    height: 42px;
}

.caset ul {
    text-align: center;
}

.caset li {
    width: 155px;
    margin-right: 23px;
    line-height: 0px;
    text-align: center;
    display: inline-block;
}

.caset a {
    display: inline-block;
    width: 155px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    border-radius: 20px;
    background-color: #646464;
}

.caset li a:hover,
.caset .cur a {
    background-color: #0667aa;
    color: #fff;
}

.cs_wz dl {
    background: #f8f8f8;
    width: 600px;
    float: left;
}

.cs_wz dt {
    width: 300px;
    height: 227px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.cs_wz dt img {
    height: 227px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.cs_wz dd {
    width: 260px;
    padding: 20px 20px 0;
    height: 207px;
    float: left;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.cs_wz dd h3 {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cs_wz dd h3 a {
    color: #494949;
}

.cs_wz dd p {
    color: #666;
    line-height: 200%;
}

.cs_wz dd em {
    display: block;
    margin-top: 15px;
}

.cs_wz dd em a {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #94989b;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.cs_wz dl:nth-child(3) dt {
    float: right;
}

.cs_wz dl:nth-child(3) dd {
    float: right;
}

.cs_wz dl:nth-child(4) dt {
    float: right;
}

.cs_wz dl:nth-child(4) dd {
    float: left;
}

.cs_wz dl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cs_wz dl:hover dd {
    background-color: #f1f1f1;
}

.cs_wz dl:hover em a {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: #970101;
}


/* 横幅 */

.ggt {
    width: 100%;
    background: url(../images/20180604195205_808479071.jpg) center no-repeat;
    height: 168px;
    margin-top: 30px;
}

.ggt .box {
    width: 1200px;
    margin: 0 auto;
}

.ggt_w {
    width: 500px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    padding: 50px 0px 0px 0px;
    line-height: 48px;
}

.ggt_w span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #ddd;
    line-height: 36px;
}

.ggt_f {
    width: 257px;
    font-size: 16px;
    color: #fff;
    padding-top: 44px;
}

.ggt_f span {
    font-family: Impact;
    font-size: 30px;
    line-height: 34px;
}


/* 横幅end */


/* 优势 */

.youshi_bt {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
}

.youshi_bt span {
    color: #970101;
    font-weight: bold;
}

.youshi_xbt {
    font-family: Aparajita, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 45px;
    color: #cccccc;
    display: block;
    margin: 0.5% auto;
    text-align: center;
}

.youshi_xbt span {
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
    color: #333333;
    vertical-align: top;
    font-family: Microsoft YaHei;
}

#youshi_boxa {
    width: 100%;
    margin: 0 auto;
    background: #fafafa;
    padding: 35px 0px;
}

#youshi_boxa .box {
    width: 1200px;
    margin: 0 auto;
}

#youshi_box {
    width: 100%;
    margin: 0 auto;
    background: #fafafa url(../images/20180615161926_1436452682.jpg) no-repeat top;
    height: 900px;
    overflow: hidden;
}

#youshi_kb {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 50px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

.adv_t1 {
    width: 50.5%;
    display: flex;
    flex-wrap: wrap;
}

.adv_t2 {
    margin-top: 2%;
}

.adv_w {
    width: 500px;
    line-height: 34px;
    font-size: 15px;
    margin-bottom: 5%;
}

.adv_w b {
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    color: #970101;
}

.adv_w span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "arial";
    margin-bottom: 2px;
}

.adv_tu {
    width: 60px;
    margin-right: 2%;
}


/* 优势end */


/*about-bg*/

.about-bg {
    width: 100%;
}

.about-bg .m-title .pro {
    background-color: #fff;
}

.about-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.about-wrap video {
    background-color: #333;
}

.about-wrap .imgbox {
    margin-bottom: 30px;
}

.about-wrap .desc {
    line-height: 200%;
    text-align: left;
    color: #666;
}

.about-wrap .desc a:hover {
    text-decoration: underline;
}

.tab_li {
    margin-bottom: 23px;
    width: 1200px;
    border-bottom: 1px solid #b2c2c9;
    overflow: hidden;
    height: 47px;
}

.tab_li span {
    display: block;
    font-size: 16px;
    line-height: 47px;
}

.tab_li span a {
    color: #970101;
}

.tab_li ul {
    margin-left: 0px;
    text-align: center;
}

.tab_li li {
    display: inline-block;
    margin-right: 3px;
    height: 47px;
    text-align: center;
    overflow: hidden;
    line-height: 0px;
}

.tab_li li.cur a {
    background-color: #970101;
}

.tab_li li a {
    display: inline-block;
    font-size: 20px;
    line-height: 47px;
    width: 163px;
    color: #fff;
    height: 47px;
    overflow: hidden;
    background: #111;
}

.tab_li li a:hover,
.box11009_-8296 .tab_li .cur a {
    text-decoration: none;
    background: #970101;
}

.tab_li .nones {
    background: none;
}

.slide-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}

.roll3,
.box11009_-8296 .roll4 {
    margin-top: 46px;
    width: 30px;
    height: 84px;
    overflow: hidden;
}

.roll3 a,
.box11009_-8296 .roll4 a {
    display: block;
    width: 30px;
    height: 84px;
    background: url(../images/roll3.jpg) no-repeat;
}

.roll3 {
    float: left;
}

.roll4 {
    float: right;
}

.roll4 a {
    display: block;
    width: 30px;
    height: 84px;
    margin-top: 46px;
    background: url(../images/roll4.jpg) no-repeat;
}

.slide_c {
    width: 1110px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.slide_c ul li {
    margin-right: 9px;
    width: 270px;
    line-height: 0px;
    float: left;
    text-align: center;
}

.slide_c ul li a {}

.slide_c ul li img {
    width: 240px;
    height: 180px;
    border: solid 1px #bcbbbb;
    padding: 2px;
    object-fit: contain;
}

.slide_c ul li em {
    display: block;
    text-align: center;
    color: #525252;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

.slide_c ul li:hover em {
    color: #970101;
}

.slide_c ul .nones {
    margin-right: 0px;
}


/*news-bg*/

.news-bg {
    width: 100%;
    height: 571px;
    background: #f8f8f8;
}

.news-bg .news-in {
    height: 521px;
}

.news-bg .news-in .news-left {
    margin-right: 65px;
    width: 600px;
    height: 100%;
}

.news-bg .news-in .news-right {
    width: 535px;
    display: block;
    height: 100%;
}

.news-title {
    margin: 30px auto 37px;
    height: 60px;
    width: 600px;
    overflow: hidden;
    line-height: 60px;
    background: url(../images/new_l1.png) no-repeat left bottom;
}

.news-title strong {
    font-size: 30px;
    font-weight: normal;
}

.news-title a {
    font-size: 16px;
    color: #666;
    float: right;
}


/*标题部分*/

.cont {
    border-top: none;
    padding: 5px;
    border: none;
}

.boxCont {
    font-size: 12px;
    color: #5F5F5F;
}

.tjnews {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.tjnews .tjTu {
    float: left;
    width: 270px;
    height: 200px;
    background: #fff;
}


/*推荐新闻图片部分宽度*/

.tjnews .tjTu img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.tjnews .tjnewsCont {
    float: right;
    width: 270px;
    line-height: 24px;
    ;
    color: #666;
}


/*推荐新闻文字部分宽度*/

.tjnews .tjnewsCont .tjCont {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    margin-bottom: 5px;
}

.tjBiaoti {
    line-height: 200%;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tjBiaoti a {
    color: #111;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
}

a:hover,
.newsList li a:hover,
.tjnews .more:hover {
    color: #970101;
}

.type,
.box200_-2709 .newsList li .type {
    color: #970101;
    text-decoration: none;
    margin-right: 5px;
    display: none;
}


/*分类*/

.tjBiaoti .time {
    color: #BABABA;
    margin-left: 5px;
    display: none;
}


/*时间*/

.tjnews .more {
    color: #970101;
    text-decoration: none;
    display: block;
    margin-top: 6px;
}


/*推荐内容下面的更多*/


/*推荐部分*/

.newsList {
    margin: 10px 0;
}

.newsList .newsList_tu {
    float: left;
    width: 185px;
    margin-top: 5px;
    *margin-top: 0px;
    display: none;
}

.tjnesw_list {
    overflow: hidden;
}

.newsList .tjList a {
    color: #666;
}

.newsList li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/news_li.png) left center no-repeat / 5px auto;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.newsList li a {
    color: #666;
    text-decoration: none;
}

.newsList li a,
.box200_-2709 .newsList li span {}

.newsList li .hot {
    width: 22px;
    height: 9px;
    display: inline-block;
    display: none;
}

.newsList li .time {
    float: right;
    color: #9f9e9e;
}

.moreLIst {
    text-align: right;
    display: none;
}

.moreLIst a {
    background: url(../images/more_11.jpg) no-repeat;
    width: 86px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    color: #970101;
    text-decoration: none;
    margin-top: 5px;
}

.moreLIst a:hover {
    text-decoration: none;
}

.topMarquee {
    width: 100%;
}

.topMarquee .bd {
    width: 100%;
    margin: 0 auto;
}

.topMarquee .bd .picList {
    width: 100%;
}

.topMarquee .bd .picList li {
    width: 100%;
    list-style-type: none;
    padding: 10px;
}

.topMarquee .bd .picList li h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #d9d9d9;
}

.topMarquee .bd .picList li h3 b {
    font-size: 0;
    width: 22px;
    height: 50px;
    background: url(../images/new_w.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}

.topMarquee .bd .picList li h3 span {
    float: left;
    display: block;
    font-size: 16px;
}

.topMarquee .bd .picList li h3 a:hover {
    text-decoration: underline;
    color: #970101;
}

.topMarquee .bd .picList li p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.topMarquee .bd .picList li p b {
    display: none;
}

.topMarquee .bd .picList li p span {
    display: block;
    padding: 10px 0 10px 30px;
    width: 90%;
    line-height: 200%;
}


/*首页表单提交*/

.reg_bg {
    height: 601px;
    overflow: hidden;
}

.reg_bg .reg_content {
    width: 1200px;
    margin: 0 auto;
}

.lc {
    position: relative;
    height: 600px;
    float: left;
    width: 1200px;
}

.lc p {
    position: absolute;
    left: 370px;
    top: 110px;
    padding-left: 62px;
    overflow: hidden;
    font: 18px/22px "Microsoft Yahei";
    color: #222;
    overflow: hidden;
    background: url(../images/reg_tel.png) no-repeat left center;
}

.lc p b {
    color: #970101;
    display: block;
    font: bold 30px/36px "Microsoft Yahei";
}

.lc01 {
    margin-top: 414px;
}

.lc01 h3 {
    float: left;
    height: 122px;
    width: 24px;
    text-align: center;
    padding: 9px 19px 0 10px;
    color: #fff;
    font: 18px/20px "Microsoft Yahei";
    background: url(../images/reg_b.png) no-repeat left center;
    writing-mode: tb-rl
}

.lc01 ul {
    float: left;
}

.lc01 li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 153px;
    height: 126px;
}

.lc01 li img {
    width: 153px;
    height: 126px;
}

.lc01 li em {
    position: absolute;
    left: 27px;
    bottom: 0px;
    width: 124px;
    display: block;
    text-align: center;
    font: 14px/40px "Microsoft Yahei";
    color: #fff;
}

.lc01 .nones {
    margin-right: 0px;
}

.reg {
    width: 315px;
    float: right;
}

.reg p {
    margin-top: 55px;
    display: block;
    height: 77px;
    font: 14px/24px "Microsoft Yahei";
    color: #353535;
}

.reg p b {
    display: block;
    color: #970101;
    font: 20px/34px "Microsoft Yahei";
}

.reg li {
    margin: 0 0 8px 0;
    line-height: 0px;
    color: #970101;
}

.reg li img {
    vertical-align: middle;
    width: 110px;
    height: 36px;
    margin-left: 0px;
}

.reg li span {
    display: inline-block;
    font: 14px/34px "Microsoft Yahei";
    vertical-align: top;
    text-align: right;
    height: 34px;
    width: 74px;
    overflow: hidden;
    color: #666;
}

.reg li .sx {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #970101;
    width: 50px;
}

.reg .inp1 {
    width: 201px;
    padding-left: 10px;
    height: 32px;
    border: 1px solid #dadada;
    line-height: 32px;
    overflow: hidden;
    background: none;
    margin-right: 5px;
    color: #666;
    outline: none;
}

.reg .inp2 {
    width: 201px;
    padding-left: 10px;
    height: 79px;
    border: 1px solid #dadada;
    line-height: 20px;
    overflow: hidden;
    background: none;
    resize: none;
    color: #666;
    outline: none;
}

.reg .inp3 {
    width: 76px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    overflow: hidden;
    background: none;
    color: #666;
    outline: none;
}

.reg .li04 {
    height: 35px;
    margin: 24px 0 0 10px;
    float: left;
    display: inline;
    overflow: hidden;
}

.reg .btn1 {
    display: inline-block;
    background: url(../images/reg_btn1.jpg) no-repeat left top;
    width: 121px;
    height: 35px;
    border: 0;
    cursor: pointer;
}

.reg .btn2 {
    display: inline-block;
    background: url(../images/reg_btn2.jpg) no-repeat left top;
    width: 121px;
    height: 35px;
    margin-left: 37px;
    border: 0;
    cursor: pointer;
}


/*底部footer*/

.footWrap {
    background: url(../images/f_bg.png) no-repeat center top;
    position: relative;
    margin-top: -15px;
    overflow: hidden;
    clear: both;
}

.footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer em,
.footer i {
    font-style: normal;
}

.f_nav {
    height: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.f_nav a {
    color: #fff;
    padding: 0 40px;
    display: inline-block;
}

.f_nav a.nones {
    background: none;
}

.f_con {
    margin-top: 22px;
}

.f_logo {
    overflow: hidden;
    margin: 80px 20px 0 0;
}

.f_logo span {
    display: block;
    margin: 0 auto 11px;
    width: 121px;
    height: 78px;
}

.f_logo img {
    width: 121px;
    height: 78px;
}

.f_logo p {
    margin: 0 auto;
    width: 103px;
    height: 117px;
    overflow: hidden;
    background: #fff;
}

.f_logo p img {
    width: 87px;
    height: 86px;
    display: block;
    margin: 6px auto 0;
}

.f_logo p i {
    display: block;
    text-align: center;
    color: #263139;
    line-height: 25px;
}

.f_all {
    float: left;
    width: 350px;
    overflow: hidden;
}

.f_h3 {
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.f_h3 a {
    color: #fff;
}

.f_h3 img {
    vertical-align: middle;
    padding-right: 10px;
}

.f_all {
    overflow: hidden;
    color: #fff;
    line-height: 30px;
}

.f_all a {
    color: #fff;
}

.f_all b {
    margin-left: 0px;
    font-size: 24px;
    line-height: 28px;
}

.f_all em {
    display: block;
    margin-bottom: 4px;
}

.f_all img {
    vertical-align: middle;
    padding-right: 3px;
}

.f_pro {
    float: left;
    width: 150px;
    margin-left: 68px;
}

.f_pro .f_h3 img {
    padding-left: 10px;
}

.f_pro ul li {
    padding-left: 10px;
    line-height: 28px;
    background: url(../images/f_ic.gif) no-repeat 0px center;
}

.f_pro ul li a {
    color: #fff;
}

.hy {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hy dl {
    width: 25%;
    height: 300px;
    background-color: #000;
    float: left;
    position: relative;
    margin-bottom: 40px;
}

.hy dl dt {
    width: 100%;
    height: 100%;
}

.hy dl dt img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    object-fit: cover;
}

.hy dl dd {
    width: 100%;
    height: 100%;
    padding: 34px 56px 0;
    background: url(../images/ddbg1.png) no-repeat center top;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.hy dl dd img {
    width: 88px;
    height: 72px;
    display: block;
    margin: 0 auto;
}

.hy dl dd h3 {
    font-size: 28px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../images/hy_line.png) no-repeat center bottom;
    margin: 20px 0 15px;
}

.hy dl dd p {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.hy dl dd i {
    display: none;
    margin: 0 auto;
    height: 31px;
    width: 31px;
    background: url(../images/hy_more.png) no-repeat;
}

.hy dl dd:hover {
    background: url(../images/curbg.png) no-repeat center top;
}

.hy dl dd:hover h3 {
    margin: 5px 0;
}

.hy dl dd:hover p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hy dl dd:hover i {
    display: block;
}