.page-nav {
    margin-bottom: 0;
}
#main {
    display: block;
    position: relative;
    background-color: #F9F9F9;
    overflow: hidden;
    width: 100%;
}
#footer {
    margin-top: 0;
}
.navbar {
    margin-bottom: 0;
}
.curr-bar {
    margin: -10px 0 10px;
    width: 1200px;
    font-size: 12px;
    color: #ccc;
    line-height: 1;
}
.curr-bar .arrow {
    display: inline-block;
    margin: 0 5px;
    transform: scale(.8);
    font-family: 'simsun';
    color: #ccc;
}
.curr-bar a {
    color: #999;
}
.curr-bar a:hover {
    color: #f91e37;
}
.page-content {
    background-color: #F9F9F9;
    margin: 0 auto;
    width: 1200px;
}

.banner {
    width: 100%;
    background-image: url(/static/images/center_banner.png);
    position: relative;
    top: -18px;
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 200px;
    height: 240px;
    background-size: 100% 240px;
    object-fit: cover;
}

.content-box {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    position: relative;
    top: -70px;
    box-shadow: 0px 5px 12px #e3e3e3;
}

.text-title-box {
    border-bottom: 1px solid #E4E4E4;
    padding: 40px 50px;
}

.text-title-box .tit {
    font-size: 34px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 1.4;
}

.lil-icon-strip {
    display: flex;
    margin-top: 16px;
    font-size: 12px;
}

.lil-icon-strip div {
    display: flex;
    align-items: center;
}

.lil-icon-strip img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.lil-icon-strip div::after {
    content: '|';
    margin: 0 15px;
    color: #E4E4E4;
}
.lil-icon-strip div:last-child::after {
    content: '';
}
.lil-icon-strip .share img {
    margin-right: 14px;
    cursor: pointer;
}
.lil-icon-strip .share img:first-child {
    margin-left: 10px;
}
.calu-box {
    border-top:3px solid  #F91E37;
    border-right:1px solid  #E4E4E4;
    border-left:1px solid  #E4E4E4 ;
    border-bottom:1px solid  #E4E4E4 ;
    margin-top: 40px;
}
.text-calu-box {
    display: flex;
    box-sizing: border-box;
    padding: 37px 50px 80px 50px;
    justify-content: space-between;
}

.text-comment-content {
    width: 682px;
}

.text-look * {
    /* line-height: 1.6 !important; */
    margin: 0 !important;
    white-space: normal!important;
}

.text-look img {
    display: block !important;
    max-width: 100% !important;
    margin: 10px auto !important;
}

.text-look p {
    text-indent: 2em !important;
}
.text-look strong{
    font-weight: bold;
}
.text-look em{
    font-style: italic;
}

.text-look table {
    max-width: 100% !important;
}

.calu-news-content {
    width: 360px;
}

.text-look p {
    font-weight: 400;
}

.text-look h2 {
    margin: 6px 0;
}

.tag-share {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.tag-share div a {
    margin-right: 5px;
    padding: 3px 9px;
    line-height: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 225, 225, 1);
    opacity: 0.79;
    cursor: pointer;
    border-radius: 11px;
    display: inline-block;
    text-align: center;
    color: rgba(153, 153, 153, 1);
}

.tag-share div a:hover {
    background-color: #ffffff;
    border: 1px solid rgba(249, 30, 55, 1);
    color: #FF4D4D;
}

.tag-share img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.tech-text {
    width: 100%;
    height: 258px;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 3px;
    margin: 15px 0;
    padding-top: 32px;
    box-sizing: border-box;
}

.tech-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 32px;
}

.tech-title::before {
    content: '1';
    color: #FF4D4D;
    width: 6px;
    height: 21px;
    background-color: #FF4D4D;
    margin-right: 20px;
}

.tech-list {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
    box-sizing: border-box;
}

.tech-item {
    width: 140px;
    line-height: 18px;
}
.tech-item a {
    color: #333;
    font-size: 12px;
}
.tech-item:hover a {
    color: #EC0000;
    cursor: pointer;
}
.tech-item img {
    width: 140px;
    height: 80px;
    border-radius: 3px;
    object-fit: cover;
    margin-bottom: 12px;
}
.comment-content{
    width: 100%;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 3px;
    margin: 15px 0;
    padding-top: 32px;
    box-sizing: border-box;
}
.comment-item{
    display: flex;
    box-sizing: border-box;
    margin: 0 30px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 21px;
    margin-bottom: 24px;
}
.haeder-icon{
    width:48px;
    height:48px;
    box-shadow:0px 4px 5px 0px rgba(28,32,31,0.1);
    margin-right: 20px;
}
.user-comment-text p,.user-comment-text .desc{
    font-size:14px;
    color:rgba(51,51,51,1);
    margin-bottom: 18px;
}
.comment-bottom img{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 2px;
}
.comment-bottom span{
    font-size:12px;
    font-family:Arial;
    color: #666;
    display: inline-block;
    margin-right: 30px;
}
.page-btn-list{
    display: flex;
    margin: 6px 11px 30px 0;
    flex-direction:row-reverse;
}
.page-btn{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ECECEC;
    color: #666666;
    font-size: 14px;
    font-family: 'simsun';
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    margin-right: 20px;
}
.page-btn:hover{
    border-color:#FF4D4D;
    color: #FF4D4D;
}
.send-message{
    border-top: 1px solid #ECECEC;
}
.send-message input{
    width: 576px;
    height: 60px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
}
.send-message button{
    width:71px;
    height:31px;
    background:rgba(255,166,166,1);
    border-radius:3px;
    font-size:14px;
    color:rgba(255,255,255,1);
    line-height:31px;
    border: none;
}
.send-message .intext{
    background: #ff0707;
}
.send-message .intext:hover,
.send-message button:hover{
    background-color: #FF4D4D;
}
.next-prev-text{
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.next-prev-text a {
    color: #999;
}
.next-prev-text a:hover {
    color: #ff4d4d;
}
.next-prev-text p {
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.next-prev-text P span:nth-child(1){
    color: #999999;
}
.next-prev-text P span:nth-child(2){
    color: #666666;
    cursor: pointer;
}
.next-prev-text P span:nth-child(2):hover{
    color: #F91E37;
}
.sarch-input{
    position: relative;
    width:360px;
    height:50px;
    border:1px solid rgba(228,228,228,1);
    border-radius:3px;
    box-sizing: border-box;
    padding: 0 22px;
}
.search-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 50px;
    background: url("/static/images/icon/search_icon.png") center no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}
.search-icon:hover{
    background-image: url(/static/images/icon/search_hover.png);
}
.sarch-input input {
    width:278px;
    border: none;
    font-size: 14px;
    height: 30px;
    margin-top: 10px;
}
.hot-word{
    margin-top: 14px;
    color: #999;
    font-size: 12px;
}
.hot-word a {
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
.hot-word a:hover{
    color:#f91e37;
}
/* 计价框 */
.quote-wrap {
    padding:43px 30px 48px 30px;
    background-color: #fff;
}
.two-input {
    overflow: visible;
}
.textbox {
    border: none;
}
.two-input .textbox {
    position: relative;
    padding: 0;
    width: auto;
}
.textbox input, .choosebox .choose-btn {
    line-height: 30px;
    height: 30px;
    width: 87px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
}
.choosebox .choose-btn {
    text-indent: 10px;
}
.two-input .icon {
    margin: 0 12px;
    line-height: 34px;
    color: #333;
    padding: 0;
    font-size: 14px;
    transform: scale(.7);
}
.two-input input {
    padding-right: 35px;
}
.choose-menu {
    border-color: #ffa6a6;
    background-color: #fff;
    box-shadow: none;
    display: none;
}
.choose-menu li:hover {
    background-color: #ff4d4d;
    color: #fff;
}
.choosebox {
    border: 1px solid #e4e4e4;
}
.choosebox .choose-btn {
    width: 100%;
    padding: 0;
    border: none;
}

.textbox input:focus, .choosebox .choose-btn:focus,.selOpen,
.home-quote .choose-btn:hover {
    border-color: #ffa6a6;
    box-shadow: 0 0 3px 1px #ffa6a6;
}
.home-quote .selOpen .choose-btn {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 3px 1px #ffa6a6;
}

.pinkBorder{
    border-color: #ffa6a6;
    box-shadow: 0 0 3px 1px #ffa6a6;
}
.textbox .unit {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 30px;
}
.quote-wrap .form-item .label {
    line-height: 1;
    margin-bottom: 9px;
}
.quote-wrap .form-item {
    margin-bottom: 20px;
}
.quote-wrap .form-column .form-item {
    float: left;
    width: 132px;
}
.quote-wrap .height-item {
    margin-left: 33px;
}
.count-item ul {
    overflow: hidden;
    padding: 7px 0 0 10px;
}
.count-item li {
    float: left;
    width: 46px;
    margin: 0 3px 3px 0;
    background-color: #f9f9f9;
    text-align: center;
    text-indent: 0;
    padding: 0;
    border-radius: 3px;
}
.input-count {
    overflow: hidden;
    margin-top: -3px;
    padding: 10px 10px 7px;
}
.qitashul {
    margin-bottom: 6px;
    font-size: 12px;
}
.qitashul span {
    float: right;
    color: #ff4d4d;
}
.input-count input {
    float: left;
    height: 24px;
    width: 150px;
    line-height: 24px;
}
.input-count .btn {
    float: right;
    width: 60px;
    line-height: 26px;
}

.quote-wrap .form-btn .btn {
    padding: 0;
    line-height: 34px;
    height: 34px;
}
.quote-wrap .form-btn .btn::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url('images/home/calc.png');
}
.reg-hot {
    margin-top: 17px;
    text-align: center;
    color: #666;
    line-height: 1;
}
.reg-hot img {
    margin-right: 7px;
    vertical-align: -4px;
}
.reg-hot .cash {
    color: #ff4d4d;
}
.btn {
    padding: 0;
    background-color: #f91e37;
}
.btn:hover {
    background-color: #ff4d4d;
}
/* 计价框 end */

.one-img img {
    height:170px ;
    width: 100%;
    object-fit: cover;
    margin-top: 40px;
}
.news-title{
    display: flex;
    justify-content: space-between;
}
.news-title .more{
    color: #999;
}
.news-title .more:hover {
    color: #ff4d4d;
}
.news-title .more span {
    display: inline-block;
    transform: scale(.8);
    margin-left: 5px;
    font-family: 'simsun';
}
.news-title p:nth-child(1){
    font-size:14px;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.news-title p:nth-child(2){
    font-size:12px;
    font-weight:400;
    color:rgba(153,153,153,1);
    cursor: pointer;
}
.news-title p:nth-child(2):hover{
    color: #F91E37;
}
.cut-line{
    background-color:#ECECEC ;
    height: 2px;
    width: 100%;
    position: relative;
    margin-top: 12px;
}
.cut-line span{
    position: absolute;
    height: 2px;
    width:22%;
    background-color:#EC0000 ;
}
.article-list{
    margin-top: 26px;
    font-size: 14px;
}
.article-list li{
    width: 360px;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.article-list li a {
    color: #333333;
}
.list-pot{
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #333;
    vertical-align: middle;
}
.news-box{
    margin-top: 50px;
}