@charset "utf-8";
body {
    font-family: "microsoft yahei", Arial;
    font-size: 16px;
    /* background-color: #F4F4F4; */
    background-color: #fff;
}

* {
    margin: 0;
    padding: 0;
}


/* .clear:after {
    display: block;
    content: '';
    clear: both;
} */

.clear-float::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}

.clear::after {
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
}


/*头部*/


/* .top {
    width: 100%;
    height: 36px;
    background: #E60012;
}

.top .cont {
    width: 1200px;
    margin: 0 auto;
}

.top .cont:after {
    display: block;
    content: '';
    clear: both;
}

.top span {
    float: left;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 36px;
}

.top p {
    float: right;
    font-size: 14px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
}

.top p .iconfont {
    font-size: 18px;
    color: #b3d6f2;
    vertical-align: middle;
}

.top p b {
    font-size: 20px;
    color: #fff000;
} */


/* 头部 */

.header,
.footer {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

.header {
    height: 50px;
    position: relative;
}

.header .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.header .content .logo {
    width: 140px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.header .content .nav-wrap {
    /* float: left; */
    height: 100%;
    margin-left: 215px;
}

.header .content .nav-wrap a {
    width: 120px;
    height: 100%;
    line-height: 50px;
    font-size: 15px;
    color: #5B5B5B;
    text-align: center;
    float: left;
    position: relative;
}

.header .content .nav-wrap a:hover {
    color: #fff;
    background-color: #E60012;
}

.header .content .nav-wrap a:hover::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #84000A;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.header .content .nav-wrap .active {
    color: #fff;
    background-color: #E60012;
}

.header .content .nav-wrap .active::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #84000A;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.header .content .call-wrap {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.header .content .call-wrap .number {
    /* font-size: 34px; */
    font-size: 22px;
    font-family: Impact;
    font-weight: 400;
    color: #E90101;
    text-align: center;
    vertical-align: middle;
}

.header .sub-menu-wrap .sub-menu {
    display: none;
    width: 100%;
    text-align: center;
    min-width: 1200px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 101;
    overflow: hidden;
    background: #fff;
}

.header .sub-menu-wrap .sub-menu:hover {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    min-height: 160px;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    position: relative;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap::before {
    content: "";
    width: 1px;
    height: 100px;
    background-color: #ddd;
    position: absolute;
    top: 35px;
    right: 0;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap .tab {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 600;
    margin: 18px 0 10px;
    padding-left: 5px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .tab-wrap .active {
    color: #c13939;
    border-left: 3px solid #c13939;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap {
    width: calc(100% - 120px);
    display: inline-block;
    padding: 30px 0;
    position: relative;
    margin-left: 120px;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap {
    vertical-align: top;
    display: none;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap:nth-child(1) {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list {
    padding: 0 20px;
    display: inline-block;
    width: calc((100% - 40px * 2) / 3);
    box-sizing: border-box;
    vertical-align: top;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list b,
.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list a {
    display: block;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list b {
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

.header .sub-menu-wrap .sub-menu:nth-child(2) .list-block-wrap .list-wrap .list a {
    line-height: 2;
    font-size: 14px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case {
    padding-bottom: 20px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl {
    width: 375px;
    text-align: center;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl dt {
    text-align: center;
    padding-right: 30px;
}

.header .sub-menu-wrap .sub-menu:nth-child(3) .resolution-case dl dd {
    display: inline-block;
    margin-right: 30px;
}

.header .sub-menu-wrap .sub-menu dl {
    display: inline-block;
    zoom: 1;
    margin: 0 32px;
    vertical-align: top;
}

.header .sub-menu-wrap .sub-menu dt {
    font-size: 15px;
    color: #999;
    text-align: left;
    line-height: 40px;
    height: 40px;
}

.header .sub-menu-wrap .sub-menu dt a {
    color: #999;
}

.header .sub-menu-wrap .sub-menu dd {
    text-align: left;
}

.header .sub-menu-wrap .sub-menu a {
    padding: 0;
    height: 34px;
    line-height: 34px;
    float: none;
    color: #555;
    font-size: 15px;
    border-top-color: #fff;
}

.header .sub-menu-wrap .sub-menu a:hover {
    color: #dd3730;
}


/*banner*/

.banner {
    position: relative;
    width: 100%;
    height: 560px;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
    height: 560px !important;
}

.banner .bd ul li {
    width: 100% !important;
    text-align: center;
}

.banner .bd ul li a {
    display: block;
    height: 560px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    z-index: 1;
}

.banner .hd ul li {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    font-size: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.banner .hd .on {
    background: #E60012;
}


/*首页内容*/

.pro {
    width: 1200px;
    margin: 50px auto 0;
}

.pro:after {
    display: block;
    content: '';
    clear: both;
}

.pro .menu {
    width: 254px;
    padding: 27px 18px 27px 0;
    background: #E60012;
    float: left;
}

.pro .menu .tit {
    border-bottom: 2px dashed #FFFFFF;
    padding-bottom: 25px;
    min-height: 63px;
    margin-bottom: 15px;
}

.pro .menu .tit h2 {
    font-size: 28px;
    color: #FFFFFF;
    font-weight: bold;
}

.pro .menu .tit p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    text-transform: uppercase;
}

.pro .menu .tit:before {
    display: block;
    content: '';
    width: 16px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 6px 2px 0 #0064b1;
    float: left;
    margin-right: 28px;
}

.pro .menu .tit .iconfont {
    float: right;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 20px;
}

.pro .menu ul li {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #4da0e0;
    padding-left: 28px;
    list-style: square inside;
    font-size: 12px;
    color: #80bbe9;
}

.pro .menu ul li a {
    font-size: 16px;
    color: #FFFFFF;
}

.pro .menu ul li a:hover {
    color: #fff000;
}

.pro .menu ul li span {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    float: right;
}

.pro .list {
    width: 870px;
    float: right;
}

.pro .list .title {
    height: 106px;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/icon.jpg) left 24px no-repeat;
    padding-left: 33px;
}

.pro .list .title:after {
    display: block;
    content: '';
    clear: both;
}

.pro .list .title h3 {
    font-size: 24px;
    color: #E60012;
    font-weight: bold;
    padding-top: 24px;
}

.pro .list .title p {
    font-size: 18px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.pro .list .title img {
    float: right;
    margin-top: 44px;
}

.pro .list .title a {
    float: right;
    color: #fff000;
    margin: 37px 0 0 28px;
}

.pro .list .title .iconfont {
    font-size: 31px;
}

.pro .list ul {
    margin: 20px -18px 0;
}

.pro .list ul li {
    width: 266px;
    height: 188px;
    position: relative;
    float: left;
    margin: 14px 18px;
}

.pro .list ul li .pic {
    width: 100%;
    height: 100%;
}

.pro .list ul li .pic img {
    width: 100%;
    height: 100%;
}

.pro .list ul li .info {
    width: 100%;
    height: 153px;
    padding-top: 35px;
    position: absolute;
    background: rgba(0, 119, 210, 0.75);
    text-align: center;
    top: 0;
    opacity: 0;
    transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -o-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro .list ul li .info h3 {
    font-size: 34px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.pro .list ul li .info>a {
    font-size: 12px;
    color: #FFFFFF;
}

.pro .list ul li .info p {
    padding: 0 15px;
    margin-top: 16px;
}

.pro .list ul li .info p a {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}

.pro .list ul li:hover .info {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
}

.about {
    width: 1198px;
    height: 406px;
    border: 1px solid #eeeeee;
    margin: 58px auto 0;
}

.about:after {
    display: block;
    content: '';
    clear: both;
}

.about .txt {
    width: 682px;
    height: 406px;
    float: left;
    background: url(../images/about_txt.jpg) no-repeat center center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 60px 0 60px;
}

.about .txt h3 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
}

.about .txt h2 {
    font-size: 16px;
    color: #baa412;
    line-height: 44px;
}

.about .txt .cont {
    font-size: 12px;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
    margin-top: 24px;
    margin-bottom: 40px;
}

.about .txt a {
    font-size: 12px;
    color: #E60012;
    line-height: 26px;
}

.about .txt .iconfont {
    font-size: 26px;
    float: left;
}

.about .pic {
    width: 516px;
    height: 406px;
    position: relative;
    float: right;
}

.about .pic img {
    width: 100%;
    height: 100%;
}

.about .pic .tit {
    width: 150px;
    height: 92px;
    background: #E60012;
    position: absolute;
    left: 0;
    top: 0;
}

.about .pic .tit p {
    font-size: 20px;
    text-indent: 15px;
    line-height: 92px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.about .pic .tit p:first-letter {
    font-size: 60px;
}

.about .pic .tit span {
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    left: 56px;
    top: 17px;
}

.mid {
    width: 1200px;
    margin: 50px auto 0;
}

.mid:after {
    display: block;
    content: '';
    clear: both;
}

.news {
    width: 323px;
    float: left;
}

.news .tit {
    height: 88px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.news .tit p {
    font-size: 20px;
    color: #bdbdbd;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
}

.news .tit p:first-letter {
    font-size: 60px;
    color: #333333;
}

.news .tit p a {
    float: right;
}

.news .tit p .iconfont {
    font-size: 30px;
    color: #ede100;
}

.news .tit span {
    font-size: 20px;
    color: #E60012;
    position: absolute;
    left: 50px;
    top: 12px;
}

.news .tit:before {
    display: block;
    content: '';
    width: 51px;
    height: 5px;
    background: #E60012;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.news dt {
    padding-bottom: 10px;
    border-bottom: 1px dashed #c9c9c9;
    margin-top: 27px;
}

.news dt .name {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.news dt .more {
    font-size: 12px;
    line-height: 32px;
    color: #E60012;
    float: right;
}

.news dt p {
    font-size: 12px;
    line-height: 22px;
    text-indent: 2em;
    margin-top: 8px;
    color: #999999;
}

.news dd {
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #c9c9c9;
}

.news dd .name {
    font-size: 12px;
    color: #333333;
}

.news dd .name:hover {
    color: #E60012;
    font-weight: bold;
}

.news dd .more {
    font-size: 12px;
    color: #E60012;
    float: right;
}

.news dd .more:hover {
    color: #d5ca00;
}

.case {
    width: 820px;
    overflow: hidden;
    float: right;
}

.case .tit {
    height: 68px;
    padding-top: 20px;
    border-bottom: 1px solid #dcdcdc;
    background: url(../images/icon.jpg) left 20px no-repeat;
    padding-left: 30px;
    margin-bottom: 30px;
}

.case .tit a {
    float: right;
}

.case .tit .iconfont {
    font-size: 30px;
    color: #ede100;
}

.case .tit h3 {
    font-size: 24px;
    color: #E60012;
    font-weight: bold;
}

.case .tit p {
    font-size: 18px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.case ul li {
    width: 257px;
    height: 226px;
    margin: 0 12px;
}

.case ul li .pic {
    width: 100%;
    height: 182px;
}

.case ul li .pic img {
    width: 100%;
    height: 100%;
}

.case ul li>a {
    font-size: 12px;
    color: #333333;
    text-align: center;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background: #f2f2f2;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 6px;
}

.case ul li>a:hover {
    background: #E60012;
    color: #FFFFFF;
}


/*底部*/

.footer {
    height: 240px;
    background-color: #2D2D2D;
    color: #fff;
    position: relative;
}

.footer .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.footer .content .title-img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer .content .phone-wrap {
    position: absolute;
    top: 50%;
    left: 195px;
    transform: translateY(-50%);
}

.footer .content .phone-wrap .title .icon {
    vertical-align: top;
}

.footer .content .phone-wrap .title .zh {
    font-size: 15px;
    color: #FFFFFF;
}

.footer .content .phone-wrap .title .en {
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0.21;
}

.footer .content .phone-wrap .p-1 {
    font-size: 15px;
    color: #FF0011;
    text-indent: 8px;
    /* font-weight: bold; */
}

.footer .content .phone-wrap .p-2 {
    font-size: 15px;
    margin-top: 6px;
}

.footer .content .email-addr-wrap {
    width: 400px;
    position: absolute;
    top: 50%;
    right: 260px;
    transform: translateY(-50%);
}

.footer .content .email-addr-wrap p {
    font-size: 15px;
}

.footer .content .email-addr-wrap p span {
    color: #9ba0ac;
}

.footer .content .email-addr-wrap .p-2 {
    margin: 10px 0 15px;
}

.footer .content .email-addr-wrap .p-2 .label {
    display: inline-block;
    vertical-align: top;
    color: #fff;
}

.footer .content .email-addr-wrap .p-2 .addr {
    display: inline-block;
    width: 80%;
}

.footer .content .email-addr-wrap .p-3 {
    color: #9ba0ac;
    font-size: 12px;
}

.footer .content .email-addr-wrap .p-3 a {
    color: #9ba0ac;
}

.footer .content .qr-code-img {
    width: 115px;
    height: 115px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.paper {
    width: 1200px;
    margin: 40px auto;
    min-height: 500px;
}

.paper:after {
    display: block;
    content: "";
    clear: both;
}

.paper2 {
    max-width: 1920px;
    width: 100%;
    margin: 40px auto;
    min-height: 500px;
    background-color: #fff;
}

.page2 {
    width: 100%;
    float: none;
}

.paper2 .page2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


/*侧导航*/


/* .left-side {
    width: 211px;
    height: 465px;
    background-color: #ECF9FF;
    box-sizing: border-box;
    padding: 13px 0 0 9px;
    float: left;
}

.left-side .li {
    height: 47px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #1B1B1B;
    line-height: 47px;
    box-sizing: border-box;
    padding-left: 29px;
    border-bottom: 1px solid #CADCE5;
    position: relative;
}

.left-side .li::before {
    content: "";
    width: 5px;
    height: 19px;
    background-color: #C5AA5A;
    position: absolute;
    top: 50%;
    left: -33px;
    transform: translateY(-50%);
    display: none;
}

.left-side .active {
    color: #11628D;
}

.left-side .active::before {
    display: block;
} */

.side {
    width: 222px;
    float: left;
}

.side .tit {
    border-top: 1px solid #E60012;
    border-bottom: 3px solid #e8e8e8;
    text-transform: uppercase;
    height: 64px;
    padding: 10px 0 0 22px;
    margin-bottom: 10px;
}

.side .tit p {
    font-size: 12px;
    color: #272727;
    line-height: 12px;
    margin-top: 20px;
}

.side .tit span {
    font-size: 12px;
    color: #E60012;
}

.side .side_c ul li {
    height: 32px;
    line-height: 32px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 18px;
    margin: 5px 0;
}

.side .side_c ul li a {
    font-size: 14px;
    color: #353535;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.side .side_c ul li .iconfont {
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #353535;
    margin-right: 15px;
}

.side .side_c ul li:hover,
.side .side_c ul li.on {
    background: #E60012;
}

.side .side_c ul li:hover a,
.side .side_c ul li.on a,
.side .side_c ul li:hover .iconfont,
.side .side_c ul li.on .iconfont {
    color: #FFFFFF;
}

.side .side_p {
    margin-top: 40px;
}

.side .side_p>p {
    font-size: 14px;
    color: #353535;
    line-height: 24px;
}

.side .side_p img {
    margin-bottom: 20px;
}

.side .side_drop .drop {
    padding-left: 16px;
}

.side .side_drop .drop a {
    display: block;
    height: 32px;
    line-height: 32px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-left: 18px;
    font-size: 12px;
}

.side .side_drop .drop a span {
    margin-right: 6px;
}

.side .side_drop .drop a:hover {
    color: #FFFFFF;
    background-color: #E60012;
}

.side .side_drop .drop .on {
    color: #FFFFFF;
    background-color: #E60012;
}


/*面包屑导航*/


/* .news-container {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    min-height: 800px;
    margin: 0 auto;
    background-color: #F4F4F4;
    padding: 25px 0 135px;
}

.news-container .content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    min-height: 522px;
    background-color: #FFFFFF;
    margin-top: 22px;
    padding: 31px 23px 26px;
}

.breads-wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #000000;
} */

.navigation {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #E60012;
}

.navigation:after {
    display: block;
    content: '';
    clear: both;
}

.navigation .tit {
    float: left;
    background: url(../images/icon.jpg) left top no-repeat;
    padding-left: 30px;
}

.navigation .tit h3 {
    font-size: 24px;
    color: #E60012;
    font-weight: bold;
}

.navigation .tit span {
    font-size: 18px;
    color: #bdbdbd;
    text-transform: uppercase;
}

.navigation p {
    float: right;
    line-height: 66px;
    font-size: 14px;
    color: #999999;
}

.navigation p a {
    color: #999999;
}

.navigation p span {
    color: #E60012;
}

.product,
.page,
.news_list,
.detail {
    width: 915px;
    float: right;
}


/*产品列表*/

.product ul {
    margin: 20px -15px 0;
}

.product ul li {
    width: 285px;
    height: 255px;
    float: left;
    margin: 16px 15px;
}

.product ul li .photo {
    width: 100%;
    height: 208px;
    background: #bfbfbf;
    display: block;
    line-height: 208px;
    text-align: center;
    font-size: 0px;
}

.product ul li .photo img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.product ul li .name {
    width: 100%;
    height: 32px;
    color: #262626;
    font-size: 14px;
    background: #ebebeb;
    display: block;
    text-align: center;
    line-height: 32px;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 15px;
}

.product ul li .name:hover {
    background: #E60012;
    color: #FFFFFF;
}


/*新闻列表*/

.news_list ul li {
    height: 143px;
    padding: 19px 0;
    border-bottom: 1px dashed #c3c3c3;
}

.news_list ul li .photo {
    width: 225px;
    height: 143px;
    float: left;
    overflow: hidden;
}

.news_list ul li .photo img {
    width: 100%;
    /* height: 100%; */
}

.news_list ul .txt {
    margin-left: 252px;
}

.news_list ul .txt .name {
    font-size: 16px;
    color: #484848;
    line-height: 46px;
}

.news_list ul .txt .name:hover {
    color: #E60012;
}

.news_list ul .txt span {
    font-size: 14px;
    color: #666666;
    float: right;
    line-height: 46px;
}

.news_list ul .txt p {
    font-size: 14px;
    color: #828282;
    line-height: 28px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list ul .txt .more {
    font-size: 12px;
    color: #484848;
}


/*翻页*/

.pagination {
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination a {
    display: inline-block;
    width: 26px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    color: #999999;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.pagination a:hover,
.pagination a.on {
    background: #E60012;
    color: #ffffff;
    border-color: #E60012;
}

.pagination .iconfont {
    font-size: 18px;
}

.page .cont {
    margin-top: 30px;
    line-height: 26px;
}

.page .cont img {
    max-width: 100%;
}


/*详情页*/

.detail .view {
    padding: 30px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.detail .view h1 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    /* height: 40px; */
}

.detail .photo {
    width: 100%;
    margin: 20px 0;
    line-height: 0;
    text-align: center;
}

.detail img {
    max-width: 100%;
}

.detail .photo img {
    max-width: 100%;
}

.detail .view .date {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #666666;
}

.detail .view .date span {
    margin: 0 10px;
}

.detail .viewbox {
    font-size: 14px;
    line-height: 26px;
    /* text-indent: 2em; */
    margin-top: 30px;
}

.detail .viewbox .viewbox-img-wrap {
    text-align: center;
    margin: 20px 0;
}

.detail .pager {
    width: 100%;
    margin: 20px auto;
}

.detail .pager p {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: #777;
    overflow: hidden;
}

.detail .pager a {
    color: #777;
}

.detail .pager a:hover {
    color: #E60012;
    text-decoration: underline;
}


/*表单*/

.form {
    width: 100%;
    padding-top: 55px;
}

.form_tit {
    width: 100%;
    text-align: center;
}

.form_tit .p1 {
    font-size: 36px;
    color: #efefef;
    text-transform: uppercase;
}

.form_tit .p2 {
    font-size: 24px;
    color: #333333;
    height: 68px;
    line-height: 68px;
}

.form_tit .p3 {
    width: 800px;
    height: 43px;
    line-height: 43px;
    background: #efefef;
    margin: 0 auto;
    font-size: 12px;
    color: #9c9c9c;
}

.layui-form {
    width: 830px;
    margin: 50px auto 0;
}

.layui-form td span {
    font-size: 16px;
    color: #333333;
    margin: 0 15px;
    float: left;
    line-height: 46px;
}

.layui-form table {
    width: 100%;
}

.layui-form td {
    width: 50%;
    padding-bottom: 25px;
    position: relative;
}

.layui-form td input {
    height: 46px;
    text-indent: 25px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 5px;
    background: none;
    outline: none;
    border: 1px solid #cccccc;
    width: 264px;
}

.layui-form .new input {
    width: 674px;
}

.layui-form td .s1 {
    color: red;
    float: right;
    margin-right: 10px;
}

.layui-form textarea {
    resize: none;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 670px;
    padding: 5px;
    outline: none;
    background: none;
    height: 153px;
}

.form ul {
    width: 100%;
    text-align: center;
}

.form ul li {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin: 0 15px;
}

.form ul li input {
    width: 100%;
    height: 100%;
}


/* all */

::-webkit-input-placeholder {
    color: #dedede;
}

::-moz-placeholder {
    color: #dedede;
}


/* firefox 19+ */

:-ms-input-placeholder {
    color: #dedede;
}


/* ie */

input:-moz-placeholder {
    color: #dedede;
}


/* individual: webkit */

.form td input::-webkit-input-placeholder {
    color: #dedede;
}

.form td input::-webkit-input-placeholder {
    color: #dedede;
}

.form td input::-webkit-input-placeholder {
    color: #dedede;
}


/* individual: mozilla */

.form td input::-moz-placeholder {
    color: #dedede;
}

.form td input::-moz-placeholder {
    color: #dedede;
}

.form td input::-moz-placeholder {
    color: #dedede;
}


/*地图*/

.map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.BMap_bubble_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.BMap_bubble_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}


/*悬浮*/

.float {
    width: 200px;
    position: fixed;
    right: -150px;
    transition: all 0.5s;
    top: 20%;
    z-index: 100;
}

.float ul li {
    position: relative;
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    background: #E60012;
    border-radius: 5px;
    margin-bottom: 3px;
    cursor: pointer;
}

.float ul li span {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.float ul li .iconfont {
    color: #FFFFFF;
    font-size: 30px;
}

.float ul li .icon-huidingbu {
    font-size: 20px !important;
}

.float ul li p {
    font-size: 18px;
    color: #FFFFFF;
}

.float ul li .wx {
    width: 90px;
    height: 0px;
    margin-left: 60px;
    overflow: hidden;
    padding-bottom: 0;
    transition: all 0.5s;
}

.float:hover {
    right: 0;
}

.float:hover .wx {
    height: 90px;
    padding-bottom: 10px;
}