body {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}



html, body {

    overflow-x: hidden;

    background: #f2f2f2;

}



a {

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

    text-decoration: none;

}



a:hover {

    text-decoration: none;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}



em {

    font-style: normal;

}



.row {

    margin: 0;

}



.col-lg-1,

.col-lg-10,

.col-lg-11,

.col-lg-12,

.col-lg-2,

.col-lg-3,

.col-lg-4,

.col-lg-5,

.col-lg-6,

.col-lg-7,

.col-lg-8,

.col-lg-9,

.col-md-1,

.col-md-10,

.col-md-11,

.col-md-12,

.col-md-2,

.col-md-3,

.col-md-4,

.col-md-5,

.col-md-6,

.col-md-7,

.col-md-8,

.col-md-9,

.col-sm-1,

.col-sm-10,

.col-sm-11,

.col-sm-12,

.col-sm-2,

.col-sm-3,

.col-sm-4,

.col-sm-5,

.col-sm-6,

.col-sm-7,

.col-sm-8,

.col-sm-9,

.col-xs-1,

.col-xs-10,

.col-xs-11,

.col-xs-12,

.col-xs-2,

.col-xs-3,

.col-xs-4,

.col-xs-5,

.col-xs-6,

.col-xs-7,

.col-xs-8,

.col-xs-9 {

    padding: 0;

    margin: 0;

}



ul, li {

    margin: 0;

    padding: 0;

    list-style: none;

}



* {

    padding: 0;

    margin: 0;

}

.warp {

    width: 1280px;

    margin: 0px auto;

}



/** header **/

.header {

    background: url(../images/header_bg.jpg) center top no-repeat;

    background-size: cover;

    height: 296px;

}

.header .warp {

    display: flex;

    align-items: center;

    justify-content: space-between;
    height: 296px;

}

.header .warp .yewu {
    background: #CF0D0D;
    color: #FFF;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
}
.header .warp .yewu:hover {
    box-shadow: 0 0 2px #BC0A0A;
}

.menu {

    border-top:10px solid #FAC344;
    background: #CF0D0D;

    border-bottom: 5px solid #FFF2CD;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.menu .warp {

    font-size: 0;
    display: flex;

}
.menu .warp .menu-li {
    width: calc(100%  / 8);
    position: relative;
}
.menu .warp .menu-li a {


    padding: 15px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;

    font-size: 15px;
    color: #FFF;
    transition: all .3s ease;
    background: #CF0D0D;

}

.menu .warp .menu-li a img {
    margin-bottom: 5px;
    transition: all .3s ease;
}

.menu .warp .menu-li.on a,.menu .warp .menu-li a:hover {

    background: #b60606;
    color: #fff;

}
.menu .warp .menu-li a:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);

}

.menu .warp .menu-li .subnav {
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    background: #CF0D0D;
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.menu .warp .menu-li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}


.container {

    width: 1280px;

    margin: 0 auto;

    background: #FFF;

    padding: 0 20px;

}

.container .module {

    padding: 20px 0;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

}

.container .module .swipers {

    width: 600px;

    height: 390px;

}

.container .module .swipers .big-image {

    width: 600px;

    height: 390px;

}

.container .module .card {

    width: 620px;

    height: 390px;
    border: 1px solid #EEE;

}

.container .module .card .tabs {

   display: flex;

    align-items: center;

    justify-content:  space-between;

    border-bottom: 2px solid #CF0D0D;

}

.container .module .card .tabs .lm {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.container .module .card .tabs .lm span {

    padding: 5px 20px;

    cursor: pointer;

}

.container .module .card .tabs a {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    color: #999;

    font-size: 14px;
    padding-right: 10px;

}

.container .module .card .tabs a:hover {

    color: #CF0D0D;

}

.container .module .card .tabs .lm span.on

{

    border: 2px solid #CF0D0D;

    background: #CF0D0D;

    border-bottom: none;

    border-radius: 0px 0px 0 0;

    color: #FFF;
    position: relative;

}
.container .module .card .tabs .lm span.on img {
    position: absolute;
    left: 20px;
    bottom: -7px;
}

.container .module .card .boxs {

    max-height: 335px;
    overflow-y: hidden;
    padding: 10px;
}

.container .module .card .boxs .top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.container .module .card .boxs .top-title a {
    color: #000;
    font-size: 18px;
}
.container .module .card .boxs .top-title a:hover {
    color: #CF0D0D;
}

.container .module .card .boxs .top-content {
    display: inline-block;
    height: 88px;
    overflow: hidden;
}
.container .module .card .boxs .top-content a {
    color: #999;
    font-size: 15px;
    line-height: 26px;
    height: 78px;
    overflow:hidden;
    display: inline-block;
}
.container .module .card .boxs .top-content a:hover {
    color: #CF0D0D;
}

.container .module .card .boxs .list .li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 8px 0;

    border-bottom: 1px dashed #DDD;

}
.container .module .card .boxs .list .li:last-of-type {
    border-bottom: none;
}

.container .module .card .boxs .list .li a {

   display: inline-block;

    width: calc(100% - 120px);

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    color: #333;
    font-size: 15px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: flex-start;*/



}

.container .module .card .boxs .list .li a:hover {

    color: #CF0D0D;

}
.container .module .card .boxs .list .li a img {
    margin-top: 8px;
    float: left;
    margin-right: 10px;
}

.container .module .card .boxs .list .li .time {

    width: 100px;

    color: #999;

    text-align: right;
    font-size: 14px;

}


.container .e-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 40px;
}
.container .e-search .e-search-form {
    width: 48%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.container .e-search .e-search-form .e-search-form-select {

    width: 150px;

    height: 60px;

    margin:0  0 0 10px;

    padding-left: 10px;

    border-radius: 5px 0 0 5px ;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

    border: none;

    outline: none;

    font-size: 16px;

    cursor: pointer;

}

.container .e-search .e-search-form  .e-search-form-input {

    width: 100%;
    border: 1px solid #DDD;

    height: 48px;

    padding: 5px 10px;

    border-radius:  5px 0 0 5px ;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/


    outline: none;

    font-size: 16px;

}

.container .e-search .e-search-form .e-search-form-btn{

    width: 190px;

    height: 100%;
    padding: 5px 0;
    height: 48px;
    border-radius:  0 5px 5px 0 ;

    background: url(../images/form_btn_bg.png) center repeat-x;

    background-size: cover;

    text-align: center;

    color: #ffffff;

    font-size: 20px;

    border: none;

    outline: none;

}







.container .line-banner{

    height: 180px;

    background: url(../images/line_banner.jpg) center no-repeat;

    background-size: cover;

    margin: 20px 0;

}

.container .line-banner-2{

    height: 270px;

    background: url(../images/line_banner_2.jpg) center no-repeat;

    background-size: cover;

    margin: 20px 0;

}

.container .fours {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;



}

.container .fours .m {

    width: calc((100% / 3) - 20px);

}

.container .fours .m .title {

    display: flex;

    align-items: center;

    justify-content: space-between;


    margin-bottom: 10px;

    background: url(../images/titbot.png) left bottom no-repeat;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;

}

.container .fours .m .title .l {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    font-size: 18px;
    color: #CF0D0D;

}

.container .fours .m .title .l img {

    width: 18px;

    height: 18px;

    margin-right: 4px;

}

.container .fours .m .title a {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    color: #999;

    /*font-size: 12px;*/
    font-size: 14px;

}

.container .fours .m .title a:hover {

    color: #CF0D0D;

}




.container .fours .m .list {

    width: 100%;

    height: 305px;

    padding-top: 5px;

}

.container .fours .m .list .li {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    width: 100%;

    border-bottom: 1px dashed #DDD;

}

.container .fours .m .list .li a {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    width: 100%;

    padding: 8px 0;

    color: #333;

}

.container .fours .m .list .li a:hover {

    color: #CF0D0D;


}

.container .fours .m .list .li a img {

    width: 6px;

    height: 6px;
    margin-right: 10px;

}

.container .fours .m .list .li a span {

    width: calc(100% - 16px);

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

.container .fours .info {

    width: calc(25% - 20px);

}

.container .fours .info .searchs {

    padding: 10px 20px;

    background: #fde2e1;

}

.container .fours .info .searchs .title {

    font-size: 18px;

    color: #a42519;

    font-weight: bold;

    margin-bottom: 5px;

}

.container .fours .info .searchs .search-form{

    background: #ffffff;

    font-size: 12px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.container .fours .info .searchs .search-form .searchs-input {

    line-height: 28px;

    outline: medium;

    border: none;

    font-size: 12px;

    padding: 0 10px;

    width: calc(100% - 60px);

}

.container .fours .info .searchs .search-form .searchs-btn {

    border: none;

    background: #a42519;

    width: 60px;

    height: 28px;

    color: #FFF;

    cursor: pointer;

}

.container .fours .info .list {

    margin-top: 20px;

}

.container .fours .info .list .title {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    border-bottom: 1px solid #CCC;

    padding-bottom: 10px;

    position: relative;

    margin-bottom: 10px;

    font-size: 15px;

}

.container .fours .info .list .title img {

    width: 18px;

    height: 18px;

    margin-right: 4px;

}


.container .fours .info .list .li {

    width: 100%;

    height: 342px;

}

.container .fours .info .list .li .ads {

    width: 280px;

    height: 70px;

    margin-bottom: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

.container .fours .info .list .li .ads img {

    width: 280px;

    height: 70px;

    transition: 1s;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}

.container .fours .info .list .li .ads:hover img {

    transition: 1s;

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

}

.container .fours .info .list .li .contact {

    width: 280px;

    height: 85px;

    margin-top: 16px;

    display: inline-block;

    overflow: hidden;

    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.6);

}

.container .fours .info .list .li .contact img {

    width: 280px;

    height: 85px;

    transition: 1s;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

}



.container .fours .info .list .li .contact:hover img {

    transition: 1s;

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

}

.container .infolist .title {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #DDD;

}

.container .infolist .title .l {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    font-size: 15px;

    position: relative;

    padding-bottom: 10px;

}

.container .infolist .title .l em {

    position: absolute;

    left: 0;

    bottom: -1px;

    width: 120px;

    height: 2px;

    background: #CF0D0D;

}

.container .infolist .title .l img {

    width: 18px;

    height: 18px;

    margin-right: 4px;

}

.container .infolist .title .more {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    /*font-size: 12px;*/

    color:#999;

}

.container .infolist .title .more:hover {

    color: #CF0D0D;

}

.container .infolist .list .li-tit {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0 10px;

    color: #333;

    font-weight: bold;

}

.container .infolist .list .li-tit .span1 {

    width: 40%;

}

.container .infolist .list .li-tit .span2 {

    width: 30%;
    text-align: right;

}

.container .infolist .list .li-tit .span3 {

    width: 30%;

    text-align: center;

}

.container .infolist .list .li-list .li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px 0 10px;

    color: #888;

}

.container .infolist .list .li-list .li .span1 {

    width: 40%;

}

.container .infolist .list .li-list .li .span2 {

    width: 30%;
    text-align: right;

}

.container .infolist .list .li-list .li .span3 {

    width: 30%;

    text-align: center;

    color: #707070;

}

.container .infolist .list .li-list .li .span3 img {

    width: 16px;

    height: 16px;

    margin-right: 2px;

}

.container .infolist .list .li-list .li .span3:hover {

    color: #CF0D0D;

}

.footer-link {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}
.footer-link .link-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 2px solid #CF0D0D;
    margin-bottom: 20px;
}
.footer-link .link-title span {
    font-size: 16px;
    background: #CF0D0D;
    color: #FFF;
    padding: 10px 25px;
}
.footer-link .link-list {
    display: inline-block;
    width: 100%;
}
.footer-link .link-list a {
    width: 192px;
    height: 72px;
    border: 1px solid #EEE;
    display: inline-block;
    padding: 5px;
    margin-right: 13px;
    margin-bottom: 10px;
}
.footer-link .link-list a:nth-child(6n){
    margin-right: 0;
}
.footer-link .link-list a:hover {
    border: 1px solid #CF0D0D;
}
.footer-link .link-list a img {
    width: 180px;
    height: 60px;
}

.footer {

    background: #CF0D0D;

    padding: 20px 0 10px;
    border-top: 10px solid #FBC44F;

}

.footer .warp{

    display: flex;

    align-items: center;

    justify-content: center;

    flex-flow: column;

    color: #EEE;

    padding: 5px 0;
    line-height: 30px;
    font-size: 15px;

}


.search-header {
    height: 400px;

    /*background: url(../images/search_bg.jpg) center no-repeat;*/

    /*background-size: cover;*/

    margin: 0px 0;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.mbody {
    background: url(../images/search_bg.jpg) center no-repeat;

    background-size: cover;
}

.search-header .container {
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.search-header .search-logo {
    width: 800px;
    margin-bottom: 20px;
}
.search-header .search-logo img {
    width: 100%;
}
.search-header .container .e-search {
    width: 100%;
}

.container .e-tit {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 40px 0 15px;

    color: #333;

    font-weight: bold;


    border-bottom: 1px solid #DDD;

    font-size: 15px;

}

.container .e-tit .span1 {

    width: 40%;

}

.container .e-tit .span2 {

    width: 25%;

}

.container .e-tit .span3 {

    width: 10%;

    text-align: center;

}
.container .e-list {
    padding-bottom: 30px;
}
.container .e-list .li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0;

    color: #888;

    border-bottom: 1px dashed #DDD;

}
.container .e-list .li:last-of-type {
    border-bottom: none;
}

.container .e-list .li .span1 {

    width: 40%;

    color: #333;

}

.container .e-list .li .span2 {

    width: 25%;

}

.container .e-list .li .span3 {

    width: 10%;

    text-align: center;

    color: #707070;

}

.container .e-list .li .span3 img {

    width: 16px;

    height: 16px;

    margin-right: 2px;

}

.container .e-list .li .span3:hover {

    color: #CF0D0D;

}



    /*  news */

.positions {

    background-color: #fff;

    border-bottom: 1px solid #dedede;

}

.positions .positions-wrap {

    width: 1240px;

    margin: 0 auto;

    clear: both;

    padding: 10px 20px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.positions .positions-wrap .home {

    margin-right: 2px;

    width: 14px;

    height: 14px;

}

.positions .positions-wrap .more {

    margin: 0 10px;

}

.positions .positions-wrap a {

    color: #333;

}

.positions .positions-wrap a:hover {

    color: #2177c7;

}

.positions .positions-wrap span {

    color: #666;

}



.container .news-list {

    padding: 20px 0;

}

.container .news-list .list {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    padding: 20px 0;

    border-bottom: 1px solid #ddd;

}

.container .news-list .list .image {

    width: 200px;

    height: 100px;

    overflow: hidden;

    margin-right: 20px;

    border-radius: 5px;

}

.container .news-list .list .image img {

    width: 200px;

    height: 100px;

    transition: 1s;

    -webkit-transform: scale(1, 1);

    transform: scale(1, 1);

    border-radius: 5px;

}

.container .news-list .list:hover .image img {

    transition: 1s;

    -webkit-transform: scale(1.1, 1.1);

    transform: scale(1.1, 1.1);

}

.container .news-list .list .info {

    width: calc(100% - 220px);

}

.container .news-list .list .info .title {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    font-size: 16px;

    color: #333;

    width: 100%;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.container .news-list .list:hover .info .title {

    color: #2177c7;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.container .news-list .list .introduce {

    font-size: 14px;

    color: #999;

    max-height: 48px;

    line-height: 24px;

    overflow: hidden;

    margin: 6px 0;

}

.container .news-list .list .bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #666;

}

.container .news-list .list .bottom .bb {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.container .news-list .list .bottom .bb img {

    width: 16px;

    height: 16px;

    margin-right: 3px;

}

.pages {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 20px 0 10px;

}

.pages a {

    padding: 0 10px;

    color: #333;

}

.pages a:hover {

    color: #2177c7;

}



.container .detail {

    padding: 40px 0;

}

.container .detail .title {

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    color: #333;

    font-weight: bold;

}

.container .detail .title.big {

    color: #CF0D0D;

    font-size: 24px;

    font-weight: bold;

    margin-top: 30px;

}

.container .detail .tags {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 10px 0 30px;

    color: #999;

}

.container .detail .tags span {

    padding: 0 10px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.container .detail .tags span img {

    margin-right: 5px;

}

.container .detail .content {

    line-height: 24px;

}

.container .detail .mores {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 30px;

}

.container .detail .mores span {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    color: #999;

}

.container .detail .mores span a {

    color: #333;

}

.container .detail .mores span a:hover {

    color: #CF0D0D;

}

.container .detail .tabs {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    border-bottom: 1px solid #CF0D0D;

    margin-top: 50px;

    padding: 0 20px;
    position: relative;

}

.container .detail .tabs span {

    padding: 10px 30px;

    cursor: pointer;

    font-size: 16px;

    border: 1px solid #FFF;

    border-bottom: none;

}
 .container .detail .tabs em {
         position: absolute;
         right: 0;
         top: 10px;
         color: #CF0D0D;
        font-style: normal;
        

        font-size: 16px;


    }

.container .detail .tabs span.on{

    border: 1px solid #CF0D0D;

    background: #FFF;

    border-bottom: none;

    border-radius: 5px 5px 0 0;

    color: #CF0D0D;

}

.container .detail .boxs {

    display: inline-block;

    width: 100%;

}

.container .detail .boxs .tables {

    border: 1px solid #C6DAE6;

    width: 100%;

    margin-top: 20px;

}

.container .detail .boxs .tables tr td {

    padding: 10px 10px;

    font-size: 14px;

}

.container .detail .boxs .tables tr td.text {

    color: #777;

    width: 120px;

    text-align: center;

}

.container .detail .boxs .lines {

    padding: 20px 0;

}

.container .detail .boxs .lines p {

    line-height: 24px;

}

.container .detail .boxs .da-title {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    font-size: 20px;

    font-weight: bold;

    color: #2177c7;

    margin: 30px 0;

}

.container .detail .boxs .da-list .li {

    font-size: 15px;

    color: #333;

    padding: 5px 0px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.container .detail .boxs .da-list .li span {

    width: 130px;

    text-align: right;

    padding: 0 10px;

}



.container .detail .boxs .da-lists .li {

    font-size: 14px;

    color: #333;

    padding: 5px 0px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.container .detail .boxs .da-lists .li span {

    width: 140px;

    text-align: right;

    padding: 0 10px;

}

.container .detail .boxs .zz-image {

    width: 100%;

    display: inline-block;

    text-align: center;

    font-size: 0;

}

.container .detail .boxs .zz-image img {

    max-width: 60%;

    width: 60%;

    margin-bottom: 10px;

}



.container .prolist {

    padding: 40px 0;

}

.container .prolist .pro-search .title{

    text-align: center;

    font-size: 30px;

    font-weight: bold;

    padding: 20px 0px 40px;

    color: #ce0000;

}

.container .prolist .pro-search .pro-search-form {

    width: 960px;

    height: 80px;

    overflow: hidden;

    background: url(../images/form_bg.png) center repeat-x;

    margin: 30px auto 50px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    position: relative;

}

.container .prolist .pro-search .pro-search-form .pro-search-form-select {

    width: 150px;

    height: 60px;

    margin:0  0 0 10px;

    padding-left: 10px;

    border-radius: 5px 0 0 5px ;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

    border: none;

    outline: none;

    font-size: 16px;

    cursor: pointer;

}

.container .prolist .pro-search .pro-search-form .pro-search-form-input {

    width: 600px;

    height: 60px;

    margin:0 10px 0 0;

    padding-left: 10px;

    border-radius: 0 5px 5px 0;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

    border: none;

    outline: none;

    font-size: 16px;

}

.container .prolist .pro-search .pro-search-form .form-sj {

    position: absolute;

    right: 173px;

    top: 27px;

}

.container .prolist .pro-search .pro-search-form .pro-search-form-btn{

    width: 190px;

    height: 100%;

    background: url(../images/form_btn_bg.png) center repeat-x;

    background-size: cover;

    text-align: center;

    color: #ffffff;

    font-size: 32px;

    border: none;

    outline: none;

}

.container .prolist .pro-tit {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 15px 0;

    color: #333;

    font-weight: bold;

    border-top: 1px solid #DDD;

    border-bottom: 1px solid #DDD;

    font-size: 15px;

}

.container .prolist .pro-tit .span1 {

    width: 40%;

}

.container .prolist .pro-tit .span2 {

    width: 25%;

}

.container .prolist .pro-tit .span3 {

    width: 10%;

    text-align: center;

}

.container .prolist .pro-list .li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0;

    color: #888;

    border-bottom: 1px dashed #DDD;

}

.container .prolist .pro-list .li .span1 {

    width: 40%;

    color: #333;

}

.container .prolist .pro-list .li .span2 {

    width: 25%;

}

.container .prolist .pro-list .li .span3 {

    width: 10%;

    text-align: center;

    color: #707070;

}

.container .prolist .pro-list .li .span3 img {

    width: 16px;

    height: 16px;

    margin-right: 2px;

}

.container .prolist .pro-list .li .span3:hover {

    color: #2177c7;

}

.container .apply {

    padding: 60px;

}

.container .apply .title {

    font-size: 32px;

    color: #ce0000;

    text-align: center;

    margin-bottom: 25px;

}

.container .apply .tips {

    background: #db915d;

    border: 1px solid #db915d;

    padding: 10px 50px;

    font-size: 14px;

    color: #ffffff;

    border-radius: 5px;

    line-height: 30px;

}

.container .apply .form {

    padding: 40px 0;

}

.container .apply .form .li {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    padding: 10px 0;

}

.container .apply .form .li .labels {

    width: 36%;

    text-align: right;

    padding-right: 20px;

    font-size: 15px;

}

.container .apply .form .li input {

    width: 360px;

    padding: 8px 10px;

    border: 1px solid #DDD;

    border-radius: 5px;

}

.container .apply .form .li input:focus{

    outline: none;

    border: none;

    border: 1px solid #ce0000;

}

.container .apply .form .btn-yy {

    margin-left: 36%;

    width: 200px;

    padding: 10px 0;

    text-align: center;

    background: #ce0000;

    margin-top: 20px;

    border-radius: 5px;

    color: #FFF;

    cursor: pointer;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.container .apply .form .btn-yy:hover {

    background: #9E0A0A;

    transition: all 0.5s ease 0s;

    -moz-transition: all 0.5s ease 0s;

    -webkit-transition: all 0.5s ease 0s;

    -o-transition: all 0.5s ease 0s;

}

.no-com {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 5rem 0;
}
.no-com .no-data {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #EEE;
}

@media (max-width: 767px) {



}





@media (min-width: 768px) and (max-width: 991px) {



}



@media (min-width: 992px) {



}



@media (max-width: 990px) {



}

