body {
    background-color: #F5F5F5;
}
.h1, .h2, .h3, h1, h2, h3, ul{
margin-top:0;
margin-bottom:0;
}
p {
     margin: 0 0 0px; 
}
.words{
text-decoration:none !important;
}
table{
margin:auto;
}
.wenzhangxq{
font-size:14px;
      color: #3b3b3b;
}
.content {
    width: 1120px;
    margin: 0px auto 20px;
      box-sizing: border-box;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;

}

.content>.left {
    width: 800px;
    padding: 0 0 20px;
    box-sizing: border-box;
}
.mbx>a{
color:#3b3b3b;
}
.content>.left>.wenzhang>h1 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
margin-top: 20px;
}

.content>.left>.wenzhang>.chakan {
    width: 500px;
    height: 36px;
    background: #FAFAFA;
    border-radius: 4px;
    margin:10px auto;
    padding: 0 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}

.content>.left>.wenzhang>.chakan>p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.content>.left>.wenzhang>.chakan>p>a {

    color: #999999 !important;
}
.content>.left>.wenzhang>.chakan>p>img {
    vertical-align: text-top;
    margin-right: 10px;
    margin-top: 1px;
}

.content>.left>.wenzhang>.wenzhangxq>p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 8px 0;
}

.content>.left>.wenzhang>.form1 {
    width: 800px;
    height: 224px;
    background: #FFF7F4;
    border-radius: 10px;
    text-align: center;
    padding: 0 10px;
    margin-top: 20px;
    box-sizing: border-box;
}

.content>.left>.wenzhang>.form1>h2 {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    line-height: 64px;
    color: #F44605;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 3px 3px 1px #eea29b;
}

.content>.left>.wenzhang>.form1>h2>span:nth-child(1) {
    margin-right: 48px;
}

.content>.left>.wenzhang>.form1>.form {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 780px;
    height: 68px;
    padding: 0 16px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;

}

.content>.left>.wenzhang>.form1>.form>select {
    position: relative;
    width: 120px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.content>.left>.wenzhang>.form1>.form::after {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    left: 13%;
    top: 11px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    color: #9E9E9E;
}

.content>.left>.wenzhang>.form1>.form::before {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    left: 31%;
    top: 11px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    color: #9E9E9E;
}

.content>.left>.wenzhang>.form1>.form>#name {
    width: 120px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.content>.left>.wenzhang>.form1>.form>#number {
    width: 160px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.content>.left>.wenzhang>.form1>.form>.click {
    width: 150px;
    height: 40px;
    background: linear-gradient(0deg, #D82121 0%, #D82121 100%);
    border-radius: 2px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    cursor: pointer;
}

.content>.left>.wenzhang>.form1>.kaoshizixun {
    width: 779px;
    height: 68px;
    margin-top: 12px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.content>.left>.wenzhang>.form1>.kaoshizixun>a {
   position: relative;
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    font-weight: 400;
}

.content>.left>.wenzhang>.form1>.kaoshizixun>a>img {
    vertical-align: middle;
}

.content>.left>.wenzhang>.form1>.kaoshizixun>a:nth-child(1) {
    background: #FFF5F1;
    color: #D6440D;
}

.content>.left>.wenzhang>.form1>.kaoshizixun>a:nth-child(2) {
    background: #FFF5F5;
    color: #C71B1B;
}

.content>.left>.wenzhang>.form1>.kaoshizixun>a:nth-child(3) {
    color: #40A421;
    background: #F2FFEE;
}
.hide_qrcode{
   	position: absolute;
  	top: 43px;
    left: 0px;
	width:160px;
  	display:none;
  
}


.content>.left>.wenzhang>.form2 {
    width: 800px;
    height: 200px;
    background: linear-gradient(0deg, #F54B0C 0%, #FF5F24 100%);
    border-radius: 10px;
    background: url(/statics/xlq_css/img/show/11.png);
}

.content>.left>.wenzhang>.form2>h2 {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: center;
    line-height: 64px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 900;
    text-shadow: 3px 3px 1px #eea29b;
}

.content>.left>.wenzhang>.form2>h2>span:nth-child(1) {
    margin-right: 48px;
}

.content>.left>.wenzhang>.form2>.biaodan {
    width: 780px;
    height: 124px;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-image: linear-gradient(0deg, #FFFFFF, #FFFFFF) 10 10;
    border-radius: 4px;
    margin: auto;
    background: url(/statics/xlq_css/img/show/12.png);
}

.content>.left>.wenzhang>.form2>.biaodan>.input {
    width: 580px;
    height: 94px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content>.left>.wenzhang>.form2>.biaodan>.input::after {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    left: 59%;
    top: 1px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    color: #9E9E9E;
}

.content>.left>.wenzhang>.form2>.biaodan>.input::before {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    left: 94%;
    top: 1px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    color: #9E9E9E;
}



.content>.left>.wenzhang>.form2>.biaodan>.input input,
.content>.left>.wenzhang>.form2>.biaodan>.input select {
    width: 180px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 2px;
    color: #666666;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.content>.left>.wenzhang>.form2>.biaodan>.button {
    width: 150px;
    height: 40px;
    cursor: pointer;
    background: #D92121;
    border-radius: 2px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.content>.left>.wenzhang>.form2>.biaodan>.button::before {
    content: "▼";
    padding: 12px 8px;
    position: absolute;
    left: -302%;
    top: 12px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
    box-sizing: border-box;
    color: #9E9E9E;
}
        #erji {
            display: none;
            position: absolute;
            left: 150px;
            top: 96px;
            width: 200px;
            padding: 5px 0;
            z-index: 899;
            border: 1px solid #eee;
            max-height: 300px;
            overflow-y: auto;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
            box-sizing: border-box;
        }

        #erji p,
        #erji1 p {
            padding: 0 10px;
            line-height: 36px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #erji p:hover,
        #erji1 p:hover {
            background-color: #f6f6f6;
            -webkit-transition: .5s all;
            transition: .5s all;
            cursor: pointer;
        }

        #erji1 {
            display: none;
            position: absolute;
            left: 0;
            top: 96px;
            padding: 5px 0;
            z-index: 899;

            border: 1px solid #eee;
            max-height: 300px;
            overflow-y: auto;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
            box-sizing: border-box;
        }

        .tubiao {
            margin-top: -9px !important;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .yangse {
            background-color: #5fb878;
            color: #fff;
        }



        .search {
            position: relative;
        }

        #search {
            position: absolute;
            display: none;
            background-color: #fff;
        }

        #search>li {

            padding: 10px 20px;

        }

        #search>li:hover {
            background-color: #5fb878;
            color: #fff;
        }




.content>.left>.wenzhang>.zhuanzai {
    width: 800px;
    height: 110px;
    box-sizing: border-box;
    margin: 17px 0 20px;
    padding: 19px 20px;
    background: #FBFBFB;

}

.content>.left>.wenzhang>.zhuanzai>p {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.content>.left>.wenzhang>.zhuanzai>p>a {
    margin-left: 10px;
    color: #333333;
}

.content>.left>.wenzhang>.zhuanzai>p>a>span {
    color: #DC1616;
}

.content>.left>.wenzhang>.zhuanzai>p:last-child a {
    color: #DC1616;
}

.content>.left>.wenzhang>hr {
    border: 1px solid #F1F1F1;
}

.content>.left>.wenzhang>.shangxia {
    margin-top: 20px;
}

.content>.left>.wenzhang>.shangxia>p {
    font-weight: 400;
    color: #333333;
}

.content>.left>.wenzhang>.shangxia>p>a {
    font-weight: 400;
    color: #333333;

}

.content>.left>.wenzhang>.shangxia>p>a:hover {
    color: #DC1616;
}

.content>.left>.wenzhang>.shangxia>p>img {
    margin-right: 10px;
}

.content>.left>.wenzhang>.shangxia>p:first-child {
    margin-bottom: 10px;
}


.content>.right>.bianjiefuwu {
    width: 280px;
    margin-top: 20px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
}

.content>.right>.bianjiefuwu>.title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #F0F0F0;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.content>.right>.bianjiefuwu>.title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 4px;
    background: #FD713E;
    border-radius: 2px;
}


.content>.right>.bianjiefuwu>.rukou {
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
    padding-top: 5px;
    box-sizing: border-box;
}

.content>.right>.bianjiefuwu>.rukou>a {
    width: 110px;
    height: 44px;
    line-height: 44px;
    background: #FAF5F2;
    border-radius: 4px;
    font-weight: 400;
    color: #833311;
}

.content>.right>.bianjiefuwu>.rukou>a:nth-child(1) {
    color: #FFFFFF;
    font-weight: 400;
}

.content>.right>.bianjiefuwu>.rukou>a:nth-child(1) {
    width: 240px;
    height: 44px;
    background: linear-gradient(90deg, #FC7B44 0%, #FF9E75 100%);
    box-shadow: 0px 4px 4px 0px rgb(183 54 0 / 20%);
    border-radius: 4px;
    margin: auto;
    line-height: 44px;
}

.content>.right>.bianjiefuwu>.rukou>a:nth-child(2) {
    color: #FFFFFF;
    font-weight: 400;
}

.content>.right>.bianjiefuwu>.rukou>a:nth-child(2) {
    width: 240px;
    height: 44px;
    background: #4497FD;
    box-shadow: 0px 4px 4px 0px rgb(22 94 182 / 20%);
    border-radius: 4px;
    margin: auto;
    line-height: 44px;
}




.content>.right>.fix>.ewm_tab {
    width: 280px;
    height: 384px;
    margin-top: 20px;
    border: 1px solid #F0F0F0;
}

.content>.right>.fix>.ewm_tab>.title {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  	border-bottom: 1px solid #F0F0F0;
}

.content>.right>.fix>.ewm_tab>.title>h2 {
    flex: 1;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}

.content>.right>.fix>.ewm_tab>.title>.active {
    background: #FD713E;
    color: #FFFFFF;
    font-weight: bold;
}

.content>.right>.fix>.ewm_tab>.code>.img {
    height: 340px;
    display: none;
    text-align: center;
    padding: 0 21px;
    box-sizing: border-box;
    background: url(/statics/xlq_css/img/category/7.png) no-repeat;
    background-position-x: center;
}

.content>.right>.fix>.ewm_tab>.code>.img>img {
   width: 160px;
    height: 160px;
    margin-top: 26px;
}
.content>.right>.fix>.ewm_tab>.code>.img>p:nth-child(2){
font-weight: bold;
    color: #FD713E;
    line-height: 52px;
}
.content>.right>.fix>.ewm_tab>.code>.img>p:nth-child(3){
 font-weight: 400;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}
.content>.right>.fix>.zpdt {
    width: 280px;
    margin-top: 20px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
}

.content>.right>.fix>.zpdt>.title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #F0F0F0;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.content>.right>.fix>.zpdt>.title::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
    height: 4px;
    background: #FD713E;
    border-radius: 2px;
}

.content>.right>.fix>.title>span {
    color: #FD713E;
}

.content>.right>.fix>.zpdt>.dt {
    padding: 0 10px;
}

.content>.right>.fix>.zpdt>.dt>li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 46px;
    border-bottom: 1px solid #F6F6F6;
}

.content>.right>.fix>.zpdt>.dt>li:last-child {
    border-bottom: none;
}

.content>.right>.fix>.zpdt>.dt>li>a {
    color: #333333;
}

.content>.right>.fix>.zpdt>.dt>li>a:hover {
    color: #FD713E;
}
.statement{
  font-weight: bolder;
  }
  .statementOne{
    	margin: 5px 0;
    color: #999;
  }
  .statementTwo{
    color: #999;
  }