﻿/*-----------------[初始化]--------------*/
body {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    font-family: 宋体, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #bc0b1d;
}
a:hover,
a:focus { 
    text-decoration: none;
}
img {
    max-width: 100%;
}
a, 
a img,
.ani {
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
ul,
ol {
    padding-left: 0;
    padding-right: 0;
    list-style-type: none;
}
* {
    outline: none;
}
select::-ms-expand { display: none; }
/*布局*/
.container {
    width: 98%;
    max-width: 1010px;
    margin: 0 auto;
}
/*******************************
  -------[=公共]-------
********************************/
.g-tit1{
    font-family: "微软雅黑";
    padding-bottom: 10px;
    background: url(../images/q-line1.png) left bottom no-repeat;
    border-bottom: 2px solid #ab0b1b;
}
.ul-tab1{
    font-size: 0;
}
.ul-tab1 li{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.ul-tab1 li:first-child:after{
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 2px;
    height: 22px;
    background-color: #bc0b1d;
}
.ul-tab1 a{
    font-size: 20px;
    color: #454545;
    cursor: pointer;
}
.ul-tab1 li:first-child a{
    padding-right: 10px;
}
.ul-tab1 li.on a{
    font-weight: bold;
    color: #bc0b1d;
}
.ul-tab1 a:hover{
    color: #bc0b1d;
}
.g-tit2{
    font-family: "微软雅黑";
    position: relative;
    font-size: 0;
    background: url(../images/q-tit2-bg.png) left center no-repeat;
}
.g-tit2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 0;
    height: 1px;
    background-color: #ab0b1b;
}
.g-tit2:after{
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    height: 1px;
    background-color: #ab0b1b;
}
.g-tit2 h3{
    font-family: "微软雅黑";
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    line-height: 39px;
    color: #fff;
    padding: 0 25px;
    margin-right: 28px;
}
.ul-tab2{
    display: inline-block;
    vertical-align: -5px;
}
.ul-tab2 li{
    float: left;
    margin-right: 9px;
}
.ul-tab2 li a{
    display: block;
    font-size: 16px;
    padding: 0 10px;
    line-height: 24px;
    color: #454545;
}
.ul-tab2 li.on a{
    background-color: #ab0b1b;
    color: #fff;
}
.ul-tab2 a:hover{
    color: #bc0b1d;
}
.g-tit3{
    margin-bottom: 25px;
    background: url(../images/q-tit3-bg.png) center no-repeat;
}
.g-tit3 h3{
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 20px;
    line-height: 21px;
    color: #bc0b1d;
    text-align: center;
}
.g-tit4{
    background: url(../images/q-tit4-bg.png) left center no-repeat;
}
.g-tit4 h3{
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    padding-left: 20px;
}
.g-tit5{
    font-family: "微软雅黑";
    padding-bottom: 4px;
    border-bottom: 2px solid #ab0b1b;
}
.g-tit5 a.more{
    float: right;
    line-height: 36px;
    color: #888;
}
.g-tit5 a.more:hover{
    color: #bc0b1d;
}
.g-tit5 h3{
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #bc0b1d;
    padding-left: 26px;
    background: url(../images/q-tit.png) left center no-repeat;
}
.g-tit6{
    font-size: 0;
    background-color: #eee;
    padding-right: 13px;
    margin-top: 23px;
}
.g-tit6 .tit-r{
    float: right;
    padding: 6px 0 0;
}
.g-tit6 h4{
    position: relative;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 37px;
    padding: 0 10px;
    background-color: #e2e2e2;
    color: #bc0b1d;
}
.g-tit6 h4 a{color: #bc0b1d;}
.g-tit6 h4:after{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -6px;
    width: 6px;
    height: 10px;
    background: url(../images/q-sj2.png) center no-repeat;
}
.g-tit7{
    position: relative;
    font-family: "微软雅黑";
}
.g-tit7:after{
    content: '';
    position: absolute;
    left: 109px;
    bottom: 0;
    height: 2px;
    right: 0;
    background-color: #a50616;
}
.g-tit7 h3{
    font-size: 16px;
    line-height: 33px;
    padding-left: 12px;
    color: #fff;
    background: url(../images/q-tit6-bg.png) no-repeat left center;
}
.g-tit7 .more{
    float: right;
    line-height: 30px;
    color: #888;
}
.g-tit7 .more:hover{
    color: #bc0b1d;
}
.g-tit8{
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;;
}
.g-tit8 h4{
    font-weight: bold;
    font-family: "微软雅黑";
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #bc0b1d;
}
.g-tit8 h4:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #ab0b1b;
}
.label-input{
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.label-input input{
    position: absolute;
    left: -9999px;
}
.js-choose{
    display: inline-block;
    background: url(../images/q-check.png) left center no-repeat;
    font-size: 14px;
    padding-left: 22px;
    font-style: normal;
}
.js-choose.on{
    background-image: url(../images/q-check-on.png);
}
.g-tit6 .down{
    display: inline-block;
    margin-left: 12px;
    width: 54px;
    height: 24px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    background-color: #e2e2e2;
    border: 1px solid #dcdcdc;
}
.ul-new1.new3{
    padding: 17px 10px 10px;
}
.ul-new1.new3 li i{
    float: left;
    width: 15px;
    height: 24px;
}
.ul-new1.new3 li p{
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.row2{
    margin: 0;
}
/*******************************
  -------[=头部]-------
********************************/
.header-top{
    font-family: "微软雅黑";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #666;
    background-color: #fff;
}

.link-top .wel {
    margin-right: 20px;
}

.link-top {
    float: left;
}
.link-top .wel,
.link-top .link {
    float: left;
}
.link-top a {
    color: #666;
    margin: 0 4px;
}
.link-top a:hover{
    color: #bc0b1d;
}

.right-top {
    float: right;
    margin-top: 7px;
    color: #666;
}

.search-sel,
.nav-sel,
.right-top input {
    height: 24px;
    line-height: 24px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-top {
    float: left;
}

.search-top .m-select .show{
    width: 80px;
    height: 24px;
    border: 1px solid #d3d3d3;
    line-height: 22px;
    float: left;
    text-align: left;
    font-size: 12px;
    padding: 0 10px;
    margin-right: 10px;
    background: #fff url(../images/icon-down.png) no-repeat right 9px center;
}
.search-top .m-select .opt li span{
    font-size: 12px;
    padding: 0 10px;
    line-height: 24px;
    text-align: left;
}
.search-top .m-select .opt{
    background-color: #fff;
    right: 10px;
    padding-bottom: 6px;
}
.search-top input {
    float: left;
    width: 150px;
    padding: 0 5px;
    margin-right: 10px;
}

.search-top button{
    font-family: "宋体";
    font-size: 12px;
    float: left;
    height: 24px;
    width: 48px;
    background-color: #bc0b1d;
    border: none;
    line-height: 22px;
    color: #fff;
}

.search-sel{
    
}
.search-sel option:hover{
    background-color: #bc0b1d;
}
.nav-sel {
    float: right;
    margin-left: 15px;
    padding: 0 9px;
}

.header {
    position: relative;
    height: 354px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.logo {
    float: right;
    margin-top: 29px;
}
.logo .img2{
    display: none;
}

.nav .container {
    padding: 0;
}

.nav {
    font-family: "微软雅黑";
    position: absolute;
    z-index: 100;
    height: 92px;
    margin-top: 75px;
    background: url(../images/nav.png) no-repeat center;
    left: 0;
    right: 0;
    bottom: -24px;
}

.nav .ul-1{
    margin-left: 6px;
}
.nav .ul-1 > li {
    position: relative;
    float: left;
    margin-top: 13px;
}
.nav .ul-1 > li.last{
    margin-top: 0;
}
.nav .ul-1 > li.last>a{
    padding: 0 14px;
    line-height: 72px;
}
.nav .ul-1 > li.last2{
    margin-left: 25px;
}
.nav .ul-1 > li > a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    padding: 0 13px;
}

.nav .ul-1 > li.on > a,
.nav .ul-1 > li.ok > a,
.nav .ul-1 > li:hover > a {
    background: url(../images/li-bg.png) center;
}

.nav dl {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #b10a1b;
    text-align: center;
    z-index: 10;
}

.nav dd a{
    padding: 0 14px;
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
}
.nav dd a:hover{
    background: url(../images/dd-bg.png) center;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #fff;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
}

.mo-nav{
    position: fixed;
    top: 0;
    left: -252px;
    bottom: 0;
    padding: 10px 0;
    width: 252px;
    background-color: #2a2e32;
    z-index: 150;
    font-size: 14px;
    overflow-y: auto;
    font-family: "微软雅黑";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mo-nav.on{
    left: 0;
}
.mo-nav li a{
    padding-left: 20px;
    display: block;
    width: 100%;
    line-height: 36px;
    color: #fff;
    border-bottom: 1px solid #5e6467;
}
.mo-nav dl{
    margin-bottom: 0;
    display: none;
}
.mo-nav dd a{
    font-size: 13px;
    line-height: 32px;
    padding-left: 40px;
}
.mo-login{
    text-align: center;
    color: #fff;
}
.mo-login a{
    display: inline-block;
    color: #fff;
    line-height: 42px;
    padding: 0 15px;
}


.form-so select{ 
    border: 1px solid #d3d3d3;
    padding: 0 10px;
    width: 100%;
    color: #ccc;
    margin-bottom: 10px;
    height: 30px;
    background-color: transparent;
}
.form-so .text{
    border: 1px solid #d3d3d3;
    padding: 0 10px;
        width: 100%;
    margin-left: 0;
    height: 30px;
}
.form-so .submit{
    background-color: #fa7233;
    border: none;
    color: #fff;
    margin: 10px auto 0;
    display: block;
    width: 100%;
    height: 30px;
}

/*******************************
  -------[=banner]-------
*******************************/

/*******************************
  -------[=底部]-------
********************************/
.footer{
    padding: 17px 0 22px;
    border-top: 3px solid #bc0b1d;
}
.fd-logo{
    float: left;
    margin: 5px 25px 0 60px;
}
.footer .txt{
    overflow: hidden;
}
.footer .txt p{
    font-family: "宋体";
    line-height: 24px;
    margin: 0;
}



.pages{text-align: center;margin: 23px 0 50px;font-size: 14px;font-family: "微软雅黑";}
.pages li{display: inline-block;}
.pages a{color:#666;/*display: block;*/width: 24px;height: 24px;line-height: 24px;margin: 0 4px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
		padding: 2px 5px;}
.pages .pages-prev a,
.pages .pages-next a{width: 56px;margin: 0 8px;background-color: #d2d2d2;color:#fff;}
.pages .pages-prev.not a,
.pages .pages-next.not a{background:none;color:#222;}
.pages .on a,.pages a:hover{background-color: #ab0b1b;color:#fff;}
.pages .jump .inp{width: 30px;height: 24px;text-align: center;outline: none;}
.pages .jump .btn{outline: none;width: 47px;height: 24px;background-color: #ab0b1b;color:#fff;padding: 0;
    border-radius: 0;position: relative;top: -1px;margin-left: 10px;}
.pages .current{background-color: #ab0b1b;color:#fff !important;}
.pages span{margin: 2px 5px}
.pages input{height:20px}
.sort-con .on {
    color: #bc0b1d;
}
.pages .cur{
	background-color: #ab0b1b;
    color: #fff;
    padding: 2px 5px;
    /*margin: 0px 5px;*/
}
.pages a:hover{
	background-color: #ab0b1b;
    color: #fff;
    padding: 2px 5px;
}
.pages a{
    padding: 2px 5px;
    /*margin: 0px 5px;*/
}
.pages .inp {
    width: 24px;
    height: 24px;
    text-align: center;
    outline: none;
    /*margin: 0 5px;*/
}
