html, body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
}

ul, li, p, img, b, ol, em, h1, h2, h3, h4, h5, h6, dl, dd, dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1200px;
    margin: auto;
}

.clear {
    display: block;
    position: relative;
}


.clear:after {
    display: block;
    clear: both;
    content: "";
}

body {
    background: url(../../images/body.jpg) repeat;
}

/*header*/

.header {
    position: relative;
}

.header_top {
    line-height: 40px;
    background: url(../../images/header_top.png) repeat;
    box-sizing: border-box;
    background-size: 100% 100%;
    color: #ff7e00;
}


.header_dh b {
    font-size: 20px;
    font-weight: initial;
    margin-left: 10px;
}



/*logo*/

.logo {
    text-align: center;
    background: #fff;
    padding: 0 0.5%;
    box-sizing: border-box;
    margin-top: -3px;
}

.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

.logo img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}

/*nav*/
.navbox {
    background: url(../../images/header.png) no-repeat center;
    background-size: 100% 100%;
    height: 130px;
}



.navbox li {
    float: left;
    width: 20%;
    position: relative;
}



.navbox a {
    width: 100%;
    line-height: 90px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    color: #ff7e00;
}

.navbox li:nth-child(3) a {
    color: #fff
}

.nav_ul {
    position: absolute;
    top: 80px;
    z-index: 11;
    display: none;
    width: 20%;
    box-sizing: border-box;
    background: #fff;
}

.nav_ul li {
    float: none;
    width: 100%;

}

.nav_ul li a {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav li:hover .nav_ul {
    display: block;
}

.nav li a:hover {
    font-weight: bold;
}



/*banner*/
.banner {
    position: relative;
    margin-top: -30px;
    z-index: -1;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .hd {
    width: 1200px;
    position: absolute;
    border-radius: 24px;
    bottom: 30px;
    z-index: 10;
    left: 50%;
    margin-left: -600px;
    text-align: center;
}

.banner .hd li {
    width: 50px;
    height: 3px;
    display: inline-block;
    background: #fff;
    transition: .5s;
    color: transparent;
    margin: 0px 5px;
    border-radius: 3px;
    line-height: 3px;
}

.banner .hd .on {
    background: #ff7e00;
}

/**/

.title {
    text-align: center;
    background: url(../../images/title.png) no-repeat center;
}

.title h2 {
    font-size: 30px;
    height: 104px;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 104px;
}



.more {
    display: block;
    text-align: center;
    color: #fff !important;
    font-size: 15px;
    width: 120px;
    line-height: 40px;
    text-shadow: 0 1px 0 #b1190e;
    background: #da4135;
    box-shadow: 0 1px 0 #c02519;
    border-radius: 40px;
}


.more:hover {
    background: #ff7e00;
}

/*index*/



/*about*/


.about {
    margin-top: 70px;
    position: relative;
    background: #fbedd6;
    padding: 50px 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    height: 440px;
}

.about:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../../images/gywm_l.png)no-repeat;
    width: 115px;
    height: 440px;
    background-size: 100% 100%;
    z-index: 2;
}

.about:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../../images/gywm_r.png)no-repeat;
    width: 115px;
    height: 440px;
    background-size: 100% 100%;
    z-index: 2;
}

.about_container {
    position: relative;
}

.about_container:before {
    content: '';
    position: absolute;
    top: -53px;
    left: 84px;
    background: url(../../images/gywm.png)no-repeat;
    width: 971px;
    height: 60px;
    background-size: 100% 100%;
    z-index: 2;
}

.about_container:after {
    content: '';
    position: absolute;
    top: 332px;
    left: 84px;
    background: url(../../images/gywms.png)no-repeat;
    width: 971px;
    height: 60px;
    background-size: 100% 100%;
    z-index: 2;
}

.about_img {
    width: 50%;
    height: 330px;
    display: flex;
    align-items: center;
}

.about_img img {
    margin: auto;
    height: 100%;
    display: block;
    transition: all 0.3s;
}


.about_text {
    width: 50%;
    padding: 0px 25px 0px 30px;
    box-sizing: border-box;
}

.about_title h2 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ff7e00;
    font-size: 25px;
    font-weight: initial;
}

.about_title h3 {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
    font-size: 20px;
    font-weight: initial;
    text-transform: uppercase;
}

.about_text .p {
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 18px;
    height: 180px;
    margin-top: 10px;
}

.about_text .more {
    margin-top: 20px;
}




/*product*/

.product {
    margin-top: 70px;
}



.product ul {
    margin-top: 40px;
}

.product li {
    float: left;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}



.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    height: 236px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.6s all;
    background: url(../../images/cp.png) no-repeat;
    background-size: 100% 100%;
    padding: 35px 0px 30px 10px;
    box-sizing: border-box;
}


.product_img img {
    margin: auto;
    display: block;
    width: 270px;
    height: 170px;
    border-radius: 10px;
}

.product li h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 315px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    color: #da4135;
    margin-top: 10px;
    margin-left: 45px;
    border-radius: 5px;
}



.product li:hover h3 {
    background: #ff7e00;
    color: #fff
}





/*news*/


.news {
    margin-top: 70px;
}

.news .container {
    margin-top: 70px;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 0 20px 80px;
    box-sizing: border-box;
}

.news .container:before {
    content: '';
    width: 380px;
    height: 200px;
    border-radius: 20px;
    background: #d94034;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.news .container:after {
    content: '';
    border: 2px solid #d94034;
    height: 2px;
    width: 1030px;
    border-left: none;
    border-right: none;
    position: absolute;
    left: 20px;
    bottom: 33px;
}


.news li {
    float: left;
    width: 32%;
    margin-top: 20px;
    border: 1px #da4135 solid;
    margin-right: 2%;
    box-sizing: border-box;
}



.news li:nth-child(3n) {
    margin-right: 0;
}

.news_time {
    width: 30%;
    position: relative;
    background: #da4135;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}



.news_time span {
    display: block;
    font-size: 30px;
    line-height: 30px;
}


.news_text {
    width: 70%;
    padding: 0 2%;
    box-sizing: border-box;
}

.news li h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.news li p {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    clear: both;
}


.news li:hover {
    border-color: #ff7e00
}

.news li:hover .news_time {
    background: #ff7e00
}

.news .more {
    float: right;
    margin-top: 20px;
}


/*city*/



.city {
    position: relative;
    margin-top: 70px;
    background: url(../../images/footerbg.png) repeat-x;
    height: 60px;
    background-size: 100% 100%;
}




.city_title {
    width: 190px;
    float: left;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #b1190e;
    background: #da4135;
    box-shadow: 0 1px 0 #c02519;
    border-radius: 40px;
    margin-top: 10px;
}

.city_title h2 {
    font-size: 16px;
    color: #fff
}



.city .bd {
    width: 1000px;
    float: right;
    margin-top: 10px;
}

.city li {
    width: 180px;
    float: left;
    line-height: 40px;
    text-shadow: 0 1px 0 #b1190e;
    background: #da4135;
    box-shadow: 0 1px 0 #c02519;
    margin: 0px 10px;
    text-align: center;
    border-radius: 40px;
}



.city li a {
    font-size: 14px;
    display: block;
    width: 99%;
    margin: auto;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff
}

.city li:hover {
    background: #ff7e00;
}

/*footer*/

.footer {
    padding-bottom: 40px;
    position: relative;
    background: #333;
    padding-top: 40px;
    color: #fff;
}


.footer_fl, .footer_fr {
    width: 580px;
    box-sizing: border-box;
}

.footer_fl li {
    float: left;
    width: 48%;
    margin: 0px 1%;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer_fl li.location:last-child {
    width: 100%;
    overflow: initial;
    white-space: initial;
}

.footer_fl li.location:nth-child(2n) {
    width: 48%;
}

.footer_fl .location span {
    width: 80px;
    float: left
}

.footer_fr {
    padding-left: 30px;
}

.footer_fr h2 {
    font-size: 16px;
    line-height: 40px;
}

.footer_fr li {
    float: left;
    margin-right: 2%;
    line-height: 40px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.area .footer_fr li {
    font-size: 16px;
    width: 100%;
}

.footer .container li:hover {
    font-weight: bold;
    color: #ff7e00
}

/**/



/*path*/

.path {
    line-height: 50px;
    background: url(../../images/footerbg.png) repeat;
    padding-left: 20px;
    font-size: 15px;
    margin-top: 10px;
    box-sizing: border-box;
    color: #ff7e00
}



/*pading*/

.pading {
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}

.pading a {
    padding: 5px 10px;
    border: 1px solid #da4135;
    margin: 0px 3px;
    background: #da4135;
    color: #fff;
}

.pading a:hover {
    background: #ff7e00;
    border-color: #ff7e00
}

.pading strong {
    display: inline-block;
    padding: 1px 10px;
    margin: 0px 3px;
    color: #fff;
    background: #ff7e00;
    border-color: #ff7e00;
}

/**/

.tjxw {
    margin-top: 50px;
}

.tjxw ul {
    margin-top: 20px;
}

.tjxw li {
    float: left;
    width: 32%;
    margin-top: 30px;
    border: 1px #da4135 solid;
    margin-right: 2%;
    box-sizing: border-box;
    background: #fff;
}



.tjxw li:nth-child(3n) {
    margin-right: 0;
}



.tjxw_time {
    width: 30%;
    position: relative;
    background: #da4135;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}



.tjxw_time span {
    display: block;
    font-size: 30px;
    line-height: 30px;
}



.tjxw_text {
    width: 70%;
    padding: 0 2%;
    box-sizing: border-box;
}


.tjxw li h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.tjxw li p {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    clear: both;
}

.tjxw li:hover {
    border-color: #ff7e00
}

.tjxw li:hover .tjxw_time {
    background: #ff7e00
}

/*xg*/


.xgxw {
    margin-top: 50px;
}

.xgxw ul {
    margin-top: 20px;
}

.xgxw li {
    float: left;
    width: 23.5%;
    margin-top: 30px;
    border: 1px #da4135 solid;
    margin-right: 2%;
    box-sizing: border-box;
    background: #fff;
}

.xgxw li:nth-child(4n) {
    margin-right: 0;
}


.xgxw_time {
    width: 30%;
    position: relative;
    background: #da4135;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}



.xgxw_time span {
    display: block;
    font-size: 30px;
    line-height: 30px;
}


.xgxw_text {
    width: 70%;
    padding: 0 2%;
    box-sizing: border-box;
}

.xgxw li h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.xgxw li p {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    clear: both;
}


.xgxw li:hover {
    border-color: #ff7e00
}

.xgxw li:hover .xgxw_time {
    background: #ff7e00
}

/*xgcp*/

.xgcp {
    margin-top: 50px;
}

.xgcp ul {
    margin-top: 20px;
}


.xgcp li {
    float: left;
    box-sizing: border-box;
    width: 23.5%;
    margin-right: 2%;
    margin-top: 30px;
    position: relative;
}




.xgcp li:nth-child(4n) {
    margin-right: 0;
}

.xgcp_img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.6s all;
    background: url(../../images/cp.png) no-repeat;
    background-size: 100% 100%;
    padding: 24px 0px 20px 5px;
    box-sizing: border-box;
}


.xgcp_img img {
    margin: auto;
    display: block;
    width: 195px;
    height: 135px;
    border-radius: 5px;
}

.xgcp li h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 230px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    color: #da4135;
    margin-top: 10px;
    margin-left: 35px;
    border-radius: 5px;
}



.xgcp li:hover h3 {
    background: #ffa900;
    color: #fff
}





/*tjcp*/
.tjcp {
    margin-top: 50px;
}

.tjcp ul {
    margin-top: 20px;
}

.tjcp li {
    float: left;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
    position: relative;
}



.tjcp li:nth-child(3n) {
    margin-right: 0;
}

.tjcp_img {
    width: 100%;
    height: 236px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.6s all;
    background: url(../../images/cp.png) no-repeat;
    background-size: 100% 100%;
    padding: 35px 0px 30px 10px;
    box-sizing: border-box;
}


.tjcp_img img {
    margin: auto;
    display: block;
    width: 270px;
    height: 170px;
    border-radius: 10px;
}





.tjcp li h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 315px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    color: #da4135;
    margin-top: 10px;
    margin-left: 45px;
    border-radius: 5px;
}


.tjcp li:hover h3 {
    background: #ffa900;
    color: #fff
}

/**/

.page_button {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #da4135;
    padding-bottom: 10px;
    margin-top: 30px;
}

.page_button .prevrecord, .page_button .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 16px;
}

.page_button b {
    background: #da4135;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 5px;
    font-weight: initial;
}

.page .page_return {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 6px 10px;
    background: #da4135;
    float: right;
    color: #fff
}

.page .page_return:hover {
    background: #ff7e00
}

.page_button a:hover {
    color: #da4135
}

.page_bs {
    line-height: 50px;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
}

/*page_product*/

.products {
    margin-top: 10px;
}


.products ul {
    margin-bottom: 70px;
}

.products li {
    float: left;
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
    position: relative;
}

.products li:nth-child(3n) {
    margin-right: 0;
}

.product_imgs {
    width: 100%;
    height: 236px;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: 0.6s all;
    background: url(../../images/cp.png) no-repeat;
    background-size: 100% 100%;
    padding: 35px 0px 30px 10px;
    box-sizing: border-box;
}


.product_imgs img {
    margin: auto;
    display: block;
    width: 270px;
    height: 170px;
    border-radius: 10px;
}



.products li h3 {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    width: 315px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    color: #da4135;
    margin-top: 10px;
    margin-left: 45px;
    border-radius: 5px;
}



.products li:hover h3 {
    background: #ff7e00;
    color: #fff
}




/*product_item*/

.product_item {
    margin-top: 50px;
}

.product_item_text {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    padding: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
}



.product_item_img {
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 300px;
    background: #002d89
}

.product_item_img img {
    margin: auto;
    height: 100%;
    display: block;
    transition: all 0.3s;
}

.product_item_img:hover img {
    transform: scale(1.1);
}

.product_item_content {
    width: 50%;
    padding: 0 2%;
    box-sizing: border-box;
    height: 300px;
}

.product_item_content h2 {
    line-height: 50px;
    border-bottom: 1px dashed #000;
    font-size: 20px;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_item_content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 30px;
}

.product_items {
    margin-top: 40px;
    line-height: 30px;
    font-size: 15px;
}



/*page article*/

.articles {
    margin-top: 30px;
    margin-bottom: 50px;
}



.articles li {
    float: left;
    width: 49%;
    margin-top: 20px;
    border: 1px #da4135 solid;
    box-sizing: border-box;
    background: #fff;
}


.articles li:nth-child(2n) {
    float: right;
}




.article_time {
    width: 30%;
    position: relative;
    background: #da4135;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    float: left;
}

.article_time span {
    display: block;
    font-size: 30px;
    line-height: 30px;
}

.article_text {
    width: 70%;
    padding: 0 2%;
    box-sizing: border-box;
    float: right;
}



.article_text h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}

.article_text p {
    line-height: 24px;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    clear: both;
}


.articles li:hover {
    border-color: #ff7e00
}

.articles li:hover .article_time {
    background: #ff7e00
}

/**/

.article_content {
    margin-top: 30px;
}

.article_content_text {
    text-align: center;
}

.article_content_text h2 {
    line-height: 80px;
    font-size: 30px;
    font-weight: initial;
}

.article_content_text h3 {
    font-size: 16px;
    font-weight: initial;
}

.article_contents {
    margin-top: 30px;
    line-height: 30px;
    font-size: 15px;
}



/*page*/

.page {
    margin-bottom: 50px;
}

.page_content {
    margin-top: 50px;
    line-height: 30px;
    font-size: 15px;
}


/*area*/

.area_ul {
    margin-top: 30px;
    position: relative;
    margin-bottom: 50px;
}



.area_ul li {
    width: 154px;
    float: left;
    text-shadow: 0 1px 0 #b1190e;
    background: #da4135;
    box-shadow: 0 1px 0 #c02519;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-right: 20px;
}


.area_ul li:nth-child(7n) {
    margin-right: 0;
}


.area_ul li a {
    font-size: 14px;
    display: block;
    width: 99%;
    margin: auto;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 50px;
}


.area_ul li:hover {
    border-color: #ff7e00;
    background: #ff7e00;
}

.footer_ul {
    margin-top: 50px;
}