﻿/*-----------------[初始化]--------------*/
*{
    margin: 0;
    padding: 0;
    font-family: "Pingfang SC", "Hiragino Sans GB", "Helvetica", "Droid Sans", "Microsoft YaHei", "Arial", "sans-serif";
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,h6,p ,a,span{   
font-size:100%;   
font-weight:normal;
margin:0;
padding:0;   
font-style:normal;
} 
ul li{
    list-style: none;
}
.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}

html {
    height: 100%;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), 
	url('../fonts/iconfont.woff') format('woff'), 
	url('../fonts/iconfont.ttf') format('truetype'), 
	url('../fonts/iconfont.svg#iconfont') format('svg')
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 320px;
    max-width: 750px;
}

a {
	text-decoration: none;
    color: #333;
}

a:hover {
    color: #d7a746;
}

img {
    max-width: 100%;
}

input, textarea, select {
    border: none;
    font-size: 14px;
    color: #444;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    outline: 0;
}

input[type='submit'], input[type='password'], input[type='text'], input[type='reset'], input[type='button'], input[type='radio'], input[type='checkbox'], select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
    cursor: pointer;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

.viewport {
    margin: 0 auto;
    min-width: 320px;
    max-width: 750px;
    height: 100%;
   /*  overflow-x: auto; */
}

@font-face {
    font-family: spu;
    src: url(../fonts/shinepersonaluse.ttf);
}

.ani, a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.wraper {
    position: absolute;
    left: 0;
    width: 100%;
}

.wraper.action {
    left: -60%;
}

.fixme {
    height: 100%;
    overflow: hidden;
}

/*******************************
    -------[=头部]-------
********************************/
.header {
    position: fixed;
    top:-50px;
    right: 0;
    left: 0;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
}

.header.action {
    left: -60%;
}

.header .txt {
	    /*margin-left: 3.5em;*/
	font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif!important;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    color: #fff;
    font-size: 16px;
    font-family: spu;
}

.header .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/ico-back.png) center center no-repeat;
    background-size: 12px auto;
}

/*******************************
    -------[=导航]-------
********************************/
/*******************************
    -------[=导航]-------
********************************/
.top_right{
	margin-top: -3px;
}
.menuBtn {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 27px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menuBtn em {
    margin-bottom: 4px;
    display: block;
    height: 3px;
    background-color: #a15a3c;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.menuBtn.on em {
    display: none;
    margin: -2px 0 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 24px;
    background-color: #d7a746;
}

.menuBtn.on em:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.menuBtn.on em:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.hotSo{
    width: 100%;
    padding: 5px 0 5px 3%;
    background-color: #f2f2f2;
    box-sizing: border-box;
}
.hotSo .hotSO_tit{
    float: left;
    color: red;
    display: block;
    width: 13%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.hotSo .hotSO_tit img{
    width: 22%;
    margin-top: -10px;
    margin-left: -6px;
}
.hotSo ul{
    margin: 0;
}
.hotSo ul li{
    float: left;
    border: 1px solid #f2f2f2;
    width: 21%;
    font-size: 12px;
    margin-right: 1px;
    background-color: #fff;
    border-radius: 24px;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
}
.hotSo ul li:last-child{
    margin-right: 0;
}
.telBtn {
    position: absolute;
    top: 16px;
    right: 36px;
    width: 23px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 999;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#aside {
    position: fixed;
	bottom:100%;
    top:45px;
	left: 0;
    width: 100%;
    overflow:hidden;
	overflow-y:auto;
	/* padding: 0px 45px 0; */
    z-index: 101;
    background-image: url(../images/bg-hd.png);	
}
#aside .menu > li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#aside.open .menu > li {
    opacity: 1;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
}
#aside .menu > li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


#aside.action {
    bottom: 0;
}

#aside.open {
    left: 0;
}

#aside .link {
    margin: 0 0 20px 15px;
    color: #fff;
}

#aside .link a {
    color: #fff;
}

#aside .link a:hover {
    color: #f9991e;
}

#aside .menu > li > a {
    padding-left: 15px;
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-bottom: 1px solid #191919;
}

#aside .menu > li > a:hover, #aside .menu > li.on > a {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .menu .sub {
    padding: 5px 0;
    display: none;
}

#aside .menu .sub a {
    padding-left: 30px;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

#aside .menu .sub a:hover, #aside .menu .sub a.on {
    color: #f9991e;
    background-color: #1c1c1c;
}

#aside .form {
    padding: 20px 15px;
}

#aside .select {
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    line-height: 36px;
    border: 1px solid #d7d7d7;
    background: #fff url(../images/ico-hd-down.png) 180px 50% no-repeat;
}

#aside .inpt {
    float: left;
    display: block;
    padding: 0 10px;
    width: 170px;
    height: 36px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

#aside .btns {
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background: #fff url(../images/ico-soso.png) center no-repeat;
}
.top_one {
	 text-decoration: none;
    background: url(../images/top-sm.jpg)center no-repeat;
    padding: 4px 8px 5px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFF;
    border-radius: 4px;
  /*   margin-left: 5px; */
    margin-right: 5px;
}
.top_two{
	     text-decoration: none;
    background: url(../images/top-sm.jpg)center no-repeat;
    padding: 4px 8px 5px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFF;
    border-radius: 4px;
  /*   margin-right: 5px; */
}
/*******************************
    -------[=底部]-------
********************************/
.footer-t {
    padding: 16px 0 34px;
    background-color: #232323;
}

.footer-t .logo {
    margin: 0 auto;
    display: block;
    width: 132px;
}

.footer-t .logo img {
    display: block;
}

.footer-t .focus {
    text-align: center;
}

.footer-t .focus p {
    margin: 10px 0;
    height: 1em;
    line-height: 1em;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    text-align: center;
}

.footer-t .focus .qr {
    position: relative;
    margin: 0 6px;
    display: inline-block;
    font-size: 0;
}

.footer-t .focus a {
    padding-left: 14px;
    display: block;
    width: 160px;
    height: 34px;
    line-height: 32px;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 3px;
    background: url(../images/ico-qrcode.png) right 10px center no-repeat;
    background-size: 16px 16px;
    font-size: 12px;
    text-align: left;
}

@media only screen and (max-width: 360px) {
    .footer-t .focus a {
        width: 140px;
    }
	.header .txt {
    margin-left: 3em!important;
    font-size: 15px;
}
}

.footer-t .focus a + img {
    position: absolute;
    top: -105px;
    left: 50%;
    margin-left: -50px;
    display: block;
    width: 100px;
    height: 100px;
    opacity: 0;
    visibility: hidden;
}

.footer-t .focus a:hover + img {
    opacity: 1;
    visibility: visible;
}

.footer-b {
    padding: 18px 10px 35px;
}

.footer-b .list span {
    padding-right: 30px;
    padding-left: 30px;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    color: #393939;
    font-size: 12px;
    background-size: 21px 21px;
    background-position: left center;
    background-repeat: no-repeat;
}

.footer-b .list span.tel {
    background-image: url(../images/ico-tel.png);
    font-family: Arial;
}

.footer-b .list span.position {
    background-image: url(../images/ico-position.png);
}

.footer-b .copy {
    padding-top: 14px;
    font-size: 12px;
    color: rgba(57, 57, 57, .6);
    text-align: center;
}

.footer-b .copy em {
    color: #393939;
}

.footer-b .copy span {
    font-family: Arial;
}

.footer-fix {
    position: fixed;
    bottom:-80px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../images/bg-hd.png);
    z-index: 100;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-fix.action {
    left: -60%;
}

.footer-fix a {
    padding-top: 5px;
    float: left;
    display: block;
    width: 24.2%;
    height: 50px;
    border-right: 1px solid #272727;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-fix a.on {
    color: #d0a857;
}

.footer-fix a.a4 {
    border-right: none;
}

.footer-fix span {
    position: relative;
    margin-bottom: 2px;
    display: block;
    height: 22px;
    background-position: center center;
    background-size: auto 22px;
    background-repeat: no-repeat;
}

.footer-fix .a1 span {
    background-image: url(../images/ico-g-1.png);
}

.footer-fix .a2 span {
    background-image: url(../images/ico-g-2.png);
}

.footer-fix .a3 span {
    background-image: url(../images/ico-g-3.png);
}

.footer-fix .a4 span {
    background-image: url(../images/ico-g-4.png);
}

.footer-fix .a1.on span {
    background-image: url(../images/ico-g-1-on.png);
}

.footer-fix .a2.on span {
    background-image: url(../images/ico-g-2-on.png);
}

.footer-fix .a3.on span {
    background-image: url(../images/ico-g-3-on.png);
}

.footer-fix .a4.on span {
    background-image: url(../images/ico-g-4-on.png);
}

.footer-fix em {
    position: absolute;
    top: -3px;
	text-align:center;
    left: 56%;
    display: block;
    width: 19px;
	line-height:19px;
    height: 19px;
    background-color: #ee1b25;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}
/* 弹窗开始 */
.omqcenterbox {
	z-index:999999;
    width: 275px;
    height: 261px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-left: -137.5px;
    margin-top: -130.5px;
    box-shadow: 0 0 20px rgba(10,2,4,.75);
    -webkit-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -moz-box-shadow: 0 0 20px rgba(10,2,4,.75);
    -ms-box-shadow: 0 0 20px rgba(10,2,4,.75);
    transition: linear .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.omqcenterboxd {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.omqcenterbox-close {
    position: absolute;
    top: -14px;
    right: -14px;
    cursor: pointer;
}
.omqcenterbox .omqcenter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Microsoft YaHei";
    margin-top: 28px;
}
.omqcenterbox .omqcenter-telval {
    width: 227px;
    height: 32px;
    border: 1px solid #6a7380;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    margin: 20px auto 8px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}
.omqcenterbox .omqcenter-ftitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    color: red;
}
.omqcenterbox .omq-telval {
    width: 155px;
    height: 30px;
    line-height: 30px;
    background-color: #FFF;
    font-size: 14px;
    color: #6a7380;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
    float: left;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
.omqcenterbox .omq-telbtn {
    width: 70px;
    height: 30px;
    line-height: 29px;
    color: #fff;
    background-color: #6a7380;
    font-size: 12px;
    text-align: center;
	/* margin-right:15px; */
    text-decoration: none;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    float: left;
    border: 0;
    cursor: pointer;
}
.omqcenterbox .omq-innerc {
    width: 228px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
}
.omqcenterbox .omqcenter-chat {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 58px;
    line-height: 58px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
}
.omqcenter-tel {
    background-color:#d2a040;
    border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
}
.omqcenter-swt, .omqcenter-tel {
    display: block;
    position: relative;
    width: 50%;
    height: 58px;
    float: left;
}
.omqcenter-tel em, .omqcenter-tel i {
      display: block;
    position: absolute;
    font-size: 1.15rem;
    width: 50%;
    left: 50%;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.omq-telpic {
    top: 50%;
    margin-left: -50px;
    margin-top: -29px;
    width: 27px;
    height: 27px;
    font-size: 24px;
}
.omqcenter-swt {
    background-color: #323232;
    border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 11px 0;
    -moz-border-radius: 0 0 15px 0;
}
.omqcenter-chata, .omqcenter-chatb, .omqcenter-swt em, .omqcenter-swt i {
	font-size: 1.15rem;
    display: block;
    position: absolute;
    left: 45%;
    color: #fff;
    font-style: normal;
    text-decoration: none;
}
.omqcenter-chata {
      top: 50%;
    margin-left: -56px;
  width: 35px;
    height: 37px;
    margin-top: -24px;
    font-size: 24px;
}
.omqcenter-chatb {
    margin-left: -15px;
}
.omq-telpic img{
    padding-left: 5px;
    padding-top: 6px;
}

/* 弹窗结束 */
/* 底部表单 */
/* .x-mb {
    padding-bottom: 56px;
} */
.x-bmbt {
    border-left: solid 15px #662b18;
    padding-left: 20px;
    color: #323232;
    font-size: 24px;
    margin: 10px 0px 12px 0px;
	font-family: "微软雅黑";
	font-style:normal;
}
.x-bmbt .fbt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.x-container {
    margin: 0 auto;
    padding: 0px 10px;
	padding: 0 2%;
}
.order-containe{
	padding: 0 0 0 0;
}
.order-containe .order-so {
    text-align: center;
}
.order-containe .order-so {
    padding-top: 10px;
}
.order-containe .order-so input[type=text], .order-containe .order-so select {
    width: 100%;
    height: 60px;
    line-height: 50px;
    background: transparent;
    border: 1px solid #dcdcdc;
    padding-left: 15px;
    box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    font-size: 26px;
}
.btn-omick a {
    display: block;
    height: 45px;
    width: 100%;
    background: #4a4a4a;
    line-height: 44px;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    font-size: 27px;
    margin-top: 32px;
    margin-bottom: 25px;
    border-radius: 6px;
}
/* 提示弹层 */
.ui-dialog.show {
    display: -webkit-box;
    display: box;
}
.ui-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
}
.ui-dialog-cnt {
    border-radius: 6px;
    width: 270px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    pointer-events: auto;
    background-color: rgba(253, 253, 253, .95);
    position: relative;
    font-size: 16px;
}
.ui-dialog-hd {
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.ui-border-b {
    border-bottom: 1px solid #e0e0e0;
}
.ui-dialog-close {
    font-family: iconfont!important;
    font-size: 32px;
    line-height: 44px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    display: block;
    color: rgba(0, 0, 0, .5);
    color: #828282;
    display: block;
    line-height: 32px;
    position: absolute;
    top: 3px;
    right: 3px;
}
.ui-dialog-bd {
    min-height: 71px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 18px;
    display: -webkit-box;
    display: box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
}
.ui-dialog-bd > div, .ui-dialog-bd > ul {
    width: 100%;
}
em, i {
    font-style: normal;
}
.ui-dialog-ft {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    display: -webkit-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    border-top: 1px solid #e0e0e0;
    height: 42px;
    line-height: 42px;
}
.ui-dialog-ft button:last-child {
	    font-size: 17px;
		font-family: 'Microsoft Yahei';
    border-right: 0;
    border-bottom-right-radius: 6px;
}
.ui-dialog-ft button:first-child {
    border-bottom-left-radius: 6px;
}
.ui-dialog-ft button {
    color: #000;
    text-align: center;
    border-right: 1px #e0e0e0 solid;
    width: 100%;
    line-height: 42px;
    background: transparent;
    display: block;
    margin: 0 !important;
    -webkit-box-flex: 1;
}
button {
    -webkit-appearance: none;
    border: 0;
    background: 0;
}

@font-face{font-family:'iconfont';src:url('../fonts/iconfont.eot');src:url('../fonts/iconfont.eot') format('embedded-opentype'),url('../fonts/iconfont.ttf') format('truetype'),url('../fonts/iconfont.svg') format('svg');}
@font-face{font-family:"iconfont";src:url("../fonts/iconfont-full.ttf") format("truetype")}
.iconfont{font-family:"iconfont" !important;}
/*商务通弹窗一*/
.omqcenterbox1{width:275px;height:261px;background-color:#fff;position:fixed;left:50%;top:50%;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;margin-left:-137.5px;margin-top:-130.5px;box-shadow:0 0 20px rgba(10,2,4,.75);-webkit-box-shadow:0 0 20px rgba(10,2,4,.75);-moz-box-shadow:0 0 20px rgba(10,2,4,.75);-ms-box-shadow:0 0 20px rgba(10,2,4,.75);z-index:11111;transition:linear .5s;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}
.omqcenterbox-close{position:absolute;top:-14px;right:-14px;cursor:pointer;}
.omqcenterbox1 .omqcenter-title{display:block;width:100%;text-align:center;font-size:22px;font-weight:400;line-height:1.5;font-family:"Microsoft YaHei";margin-top:28px;}
.omqcenterbox1 .omqcenter-ftitle{display:block;width:100%;text-align:center;font-size:16px;font-weight:200;color:#F00;}
.omqcenterbox1 .omqcenter-telval{width:227px;height:32px;border:1px solid #6a7380;border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px;margin:20px auto 8px}
.omqcenterbox1 .omq-telval{width:150px;height:30px;line-height:30px;background-color:#FFF;font-size:14px;color:#6a7380;-moz-border-radius:15px 0 0 15px;-webkit-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px;padding-left:13px;float:left;outline:0;border:0;}
.omqcenterbox1 .omq-telbtn{width:75px;height:30px;line-height:30px;color:#fff;background-color:#6a7380;font-size:12px;text-align:center;text-decoration:none;-moz-border-radius:0 14px 14px 0;-webkit-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;float:left;border:0;cursor:pointer;}
.omqcenterbox1 .omq-innerc{width:228px;margin:0 auto;font-size:12px;line-height:1.4}
.omqcenterbox1 .omqcenter-chat{position:absolute;width:100%;bottom:0;left:0;height:58px;line-height:58px;border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px}
.omqcenter-swt,.omqcenter-tel{display:block;position:relative;width:50%;height:58px;float:left}
.omqcenter-tel{background-color:#f18d00;border-radius:0 0 0 15px;-webkit-border-radius:0 0 0 15px;-moz-border-radius:0 0 0 15px}
.omqcenter-swt{background-color:#323232;border-radius:0 0 15px 0;-webkit-border-radius:0 0 15px 0;-moz-border-radius:0 0 15px 0}
.omqcenter-tel em,.omqcenter-tel i{display:block;position:absolute;left:50%;color:#fff;font-style:normal;text-decoration:none}
.omq-telpic{top:50%;margin-left:-50px;margin-top:-29px;width:27px;height:27px;font-size:24px}
.omqcenter-tel em{height:100%;top:0;margin-left:-16px;font-size:16px}
.omqcenter-chata,.omqcenter-chatb,.omqcenter-swt em,.omqcenter-swt i{display:block;position:absolute;left:50%;color:#fff;font-style:normal;text-decoration:none;font-size:16px;}
.omqcenter-chata{margin-left:-55px;}
.omqcenter-chatb{margin-left:-15px;}
.omqcenter-nub{top:15px;width:14px;height:14px;margin-left:-34px;line-height:13px;text-align:center;font-size:9px;background-color:#e60012;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;-moz-box-shadow:0 0 3px rgba(0,0,0,.8);-webkit-box-shadow:0 0 3px rgba(0,0,0,.8);box-shadow:0 0 3px rgba(0,0,0,.8);z-index:3;font-style:normal}
.omqcenter-chata{top:50%;margin-left:-50px;width:27px;height:24px;margin-top:-24px;font-size:24px}
/*商务通弹窗一*/
/*商务通弹窗二*/
.omqcenterbox2{    width: 286px;background-color: #fff;position: fixed;left: 49%;top: 39%;border-radius:15px;-webkit-border-radius:15px;-moz-border-radius:15px;margin-left:-137.5px;margin-top:-130.5px;box-shadow:0 0 20px rgba(10,2,4,.75);-webkit-box-shadow:0 0 20px rgba(10,2,4,.75);-moz-box-shadow:0 0 20px rgba(10,2,4,.75);-ms-box-shadow:0 0 20px rgba(10,2,4,.75);z-index:11111;transition:linear .5s;transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0)}
.omqcenterbox-close,.omqcenterbox-close1{position:absolute;top:-14px;right:-14px;cursor:pointer;width:35px !important;height: 35px;}
.omqcenterbox2 .omqcenter-title{display:block;width:100%;text-align:center;font-size:22px;font-weight:400;line-height:1.5;font-family:"Microsoft YaHei";margin-top:28px;}
.omqcenterbox2 .omqcenter-ftitle{display:block;width:100%;text-align:center;font-size:16px;font-weight:200;color:#F00;}
.omqcenterbox2 .omqcenter-telval{width:227px;height:32px;border:1px solid #6a7380;border-radius:17px;-webkit-border-radius:17px;-moz-border-radius:17px;margin:20px auto 8px}
.omqcenterbox2 .omq-telval{width:150px;height:30px;line-height:30px;background-color:#FFF;font-size:14px;color:#6a7380;-moz-border-radius:15px 0 0 15px;-webkit-border-radius:15px 0 0 15px;border-radius:15px 0 0 15px;padding-left:13px;float:left;outline:0;border:0;}
.omqcenterbox2 .omq-telbtn{width:75px;height:30px;line-height:30px;color:#fff;background-color:#6a7380;font-size:12px;text-align:center;text-decoration:none;-moz-border-radius:0 14px 14px 0;-webkit-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0;float:left;border:0;cursor:pointer;}
.omqcenterbox2 .omq-innerc{width:228px;margin:0 auto;font-size:12px;line-height:1.4}
.omqcenterbox2 .omqcenter-chat{position:absolute;width:100%;bottom:0;left:0;height:58px;line-height:58px;border-radius:0 0 15px 15px;-webkit-border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px}
.omqcenter-swt,.omqcenter-tel{display:block;position:relative;width:50%;height:58px;float:left}
.omqcenter-tel{background-color:#f18d00;border-radius:0 0 0 15px;-webkit-border-radius:0 0 0 15px;-moz-border-radius:0 0 0 15px}
.omqcenter-swt{background-color:#323232;border-radius:0 0 15px 0;-webkit-border-radius:0 0 15px 0;-moz-border-radius:0 0 15px 0}
.omqcenter-tel em,.omqcenter-tel i{display: block;position: absolute;left: 50%;color: #fff;font-style: normal;text-decoration: none;font-size: 16px;}
.omq-telpic{top:50%;margin-left:-50px;margin-top:-29px;width:27px;height:27px;font-size:24px}
.omqcenter-tel em{height:100%;top:0;margin-left:-16px;font-size:16px}
.omqcenter-chata,.omqcenter-chatb,.omqcenter-swt em,.omqcenter-swt i{display:block;position:absolute;left:50%;color:#fff;font-style:normal;text-decoration:none;font-size:16px;}
.omqcenter-chata{margin-left:-55px;}
.omqcenter-chatb{margin-left:-15px;}
.omqcenter-nub{top:15px;width:14px;height:14px;margin-left:-34px;line-height:13px;text-align:center;font-size:9px;background-color:#e60012;-moz-border-radius:14px;-webkit-border-radius:14px;border-radius:14px;-moz-box-shadow:0 0 3px rgba(0,0,0,.8);-webkit-box-shadow:0 0 3px rgba(0,0,0,.8);box-shadow:0 0 3px rgba(0,0,0,.8);z-index:3;font-style:normal}
.omqcenter-chata{top:50%;margin-left:-50px;width:27px;height:24px;margin-top:-24px;font-size:24px}
.omqcenterboxd{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);}
/*商务通弹窗二*/
/*商务通三*/
.xuanzhong{border-color:#FF5454 !important;color:#FF5454 !important}

.jz_box{width: 100%;background: #f1f2f2;padding-bottom: 20px;}
.jz_banner{width: 100%;}
.jz_label{width: 58px;height: 25px;float: left;line-height: 25px;text-align: center;border: solid 1px #383838;border-radius: 5px;margin: 5px 2% 0px;font-size: 12px;}
 input[type='radio']{display: none}
.jz_box_t{margin-left: 10px;font-size: 14px;font-weight: 700;margin-top: 5px;}
.jz_label_c{background: #383838;color: #fff}
.jz_tel{    width: 87%;border-radius: 5px;border: solid 1px #383838;background: rgba(0,0,0,0);margin-left: 1.5%;padding: 6px 4%;margin-top: 8px;font-size: 14px;}
.jz_submit {text-align: center;width: 40%;margin:10px auto 0px; border-radius: 5px;background: #ff0000;color: #fff;border:none;letter-spacing: 1.2px;font-size: 14px;-webkit-appearance: none; padding: 6px 0;}
.jz_bg{ width: 100%;height: 100%;position: fixed;background: rgba(0,0,0,.6);top: 0px;left:0px;transform: scale(0);z-index: 103;}
.jz_box_input input{-webkit-appearance: none;}
.jz_box_input input[type='checkbox']{display: none!important}
.clear{clear: both;}

/* 表单 */
.form {
    background-color: #f8f8f8;
    padding: 24px 16px;
    }
    .form-element{
        margin-bottom: 9px;
    }
    .input-group-i{
        padding: 2px 7px;
        position: relative;
        border-collapse: separate;
    }
    .input-group-addon-i{
        font-size: 14px;
        text-align: center;
        line-height: 1;
        margin-bottom: 0.267rem;
        color: #808080;
        display: inline-block;
    }
    .input-style {
        height: 40px;
        width: 100% ;
        color: #555;
        font-size: 14px;
        border: 2px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        padding: .4rem .8rem;
        display: block;
        -webkit-box-shadow: inset 0 0.027rem 0.027rem rgba(0,0,0,0.075);
        box-shadow: inset 0 0.027rem 0.027rem rgba(0,0,0,0.075);
        box-sizing: border-box;
    }
    .checkbox-group{
        padding: 2px 7px;
    }
    .checkbox-control .checkbox-item{
        margin-right: 0 !important;
        /* height: 0.853rem; */
        /* line-height: 0.8rem; */
        display: inline-block;
        font-size:14px;
        margin-top: 13px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(45%);
    }
    .checkbox-control .checkbox-item span{
        border: 1px solid #E0E0E0;
        border-radius: 4.8px;
        display: inline-block;
        padding: 0 4px;
        /* line-height: 14px; */
        height: 28px;
        width: 112px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-overflow: ellipsis;
        /* font-size: 1rem; */
        line-height: 28px;
    }
    .checkbox-box input[type="checkbox"]{
        visibility: hidden;
        position: absolute;
        margin-right: 2px;
        vertical-align: middle;
    }

    /* 提示弹窗 */
    .ui-dialog.show {
        display: -webkit-box !important;
        display: box !important;
    }
    .ui-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        background: rgba(0, 0, 0, .4);
        display: none;
    }
    .ui-dialog-cnt {
        border-radius: 6px;
        width: 270px;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        pointer-events: auto;
        background-color: rgba(253, 253, 253, .95);
        position: relative;
        font-size: 16px;
    }
    .ui-dialog-hd {
        height: 48px;
        line-height: 48px;
        text-align: center;
        position: relative;
    }
    .ui-border-b {
        border-bottom: 1px solid #e0e0e0;
    }
    .ui-border-b h3{
        line-height: 48px;
    }
    .ui-dialog-close {
        font-family: iconfont!important;
        font-size: 32px;
        line-height: 44px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: .2px;
        display: block;
        color: rgba(0, 0, 0, .5);
        color: #828282;
        display: block;
        line-height: 32px;
        position: absolute;
        top: 3px;
        right: 3px;
    }
    .ui-dialog-bd {
        min-height: 71px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        padding: 18px;
        display: -webkit-box;
        display: box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -webkit-box-orient: vertical;
    }
    .ui-dialog-bd > div, .ui-dialog-bd > ul {
        width: 100%;
    }
    em, i {
        font-style: normal;
    }
    .ui-dialog-ft {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        display: -webkit-box;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-align: center;
        border-top: 1px solid #e0e0e0;
        height: 42px;
        line-height: 42px;
    }
    .ui-dialog-ft button:last-child {
            font-size: 17px;
            font-family: 'Microsoft Yahei';
        border-right: 0;
        border-bottom-right-radius: 6px;
    }
    .ui-dialog-ft button:first-child {
        border-bottom-left-radius: 6px;
    }
    .ui-dialog-ft button {
        color: #000;
        text-align: center;
        border-right: 1px #e0e0e0 solid;
        width: 100%;
        line-height: 42px;
        background: transparent;
        display: block;
        margin: 0 !important;
        -webkit-box-flex: 1;
    }
    button {
        -webkit-appearance: none;
        border: 0;
        background: 0;
    }
    
/*商务通三*/
/*首页表单*/
.chioce_form{
	width: 90%;
	margin:0 auto;
	background: #FFFFFF;
	padding:18px 40px;
	box-shadow: 1px 1px 8px #5E5F59;
    box-sizing: border-box;
}
.chioce_form .form_title{
	text-align: center;
	margin-bottom: 15px;
}
.chioce_form .form_title h5{
	font-weight: 700;
	font-size: 13px;
	color: #000;
}
.chioce_form .form_title p{
	color: #C4251E;
	font-size: 12px;
}
.chioce_form .form_cnt p{
	line-height: 2.2;	
	font-size: 13px;
}
.chioce_form .form_cnt p i{
	color: #C4251E;
	margin-right: 5px;
}
.chioce_form .form_cnt input,.chioce_form .form_cnt .major_chioce{
	width: 100%;
	height: 40px;
	line-height: 39px;
	padding-left: 10px;
	border:1px solid #7E7E7E;
	border-radius: 4px;
	margin-bottom: 8px;
      box-sizing: border-box;
}
.chioce_form .form_cnt input::-webkit-input-placeholder{ 
    color: #D5D5D5; 
} 
.chioce_form .form_cnt input:-moz-placeholder{ 
   color: #D5D5D5; 
} 
.chioce_form .form_cnt input::-moz-placeholder{ 
   color: #D5D5D5; 
} 
.chioce_form .form_cnt input:-ms-input-placeholder{ 
   color: #D5D5D5; 
} 
.form_btn{
	display: block;
	height: 40px;
	line-height: 39px;
	background: #FF6666;
	border-radius: 4px;
	text-align: center;
	margin-top: 10px;
	width: 74%;
	box-shadow: 2px 2px 6px #5E5F59;
	margin: 0 auto;
	margin-top: 10px;
}
.form_btn p{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
}

/*报名动态*/
.bmdt{/* float: left; */max-width: 640px;/* height: 465px; */min-width:320px;background-color: #FFF;padding:0;margin-top:  20px;}
.bm {height: 30px;margin-top:20px;margin-bottom:20px;text-align:center;}
.bm .bmtitle {color: #5E2707;font-size: 24px;font-family: "Microsoft YaHei",Arial;}
.bm .bmtitle b {font-weight: normal;color: #999;font-size: 14px;text-transform: uppercase;font-family: "Microsoft YaHei", Courier, monospace;margin-left: 4px;}
.nameac {width: 100%;height: 234px;overflow: hidden;color: #fff;}
.nameac li {/* float: left; *//* padding: 0; *//* height: 38px; */max-width: 640px;padding-left: 0;letter-spacing: 2px;border:1px solid #DAD5D3;border-top:none;box-sizing: border-box;line-height: 38px;text-align: left;}
.nameac li span{color:#000;height:100%;line-height: 36px;font-size:14px;display: inline-block;text-align: center;}
.nameac li span:nth-child(4){margin-left: 0;}
.as{background:#FBFAF8;}
.name{width: 20%;}
.privce{width: 14%;}
.coure{width: 25%;}
.level{width: 30%;}
.lnr .nameac li span{ display:inline-block; line-height:38px; overflow:hidden;}
.dthead{background: #804825;border:1px solid #DAD5D3;height:38px;line-height: 38px;}
.dthead span{display: inline-block;font-size:14px;text-align: center;color:#fff;}
.dthead span:nth-child(1){margin-left: 0;}
.dthead span:nth-child(2){margin-left: 2%;}
.dthead span:nth-child(3){margin-left: 1%;}
.dthead span:nth-child(4){margin-left: 3%;}

.coolbg1 {
    width: 40%;
    margin: 10px auto 0px;
    height: 35px;
    border-radius: 5px;
    background: #ff0000;
    color: #fff;
    border: none;
    letter-spacing: 1.2px;
    font-size: 1.2em;
}
.r-lxb {
    position: fixed;
    font-size: -12px;
    right: 2%;
    top: 50%;
    z-index: 103;
    width: 50px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    background: #ee7800;
    padding: 7px;
    border-radius: 48px;
    box-shadow: 0px 0px 10px 1px #727272;
    animation-name: tada;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
@keyframes tada {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    10%, 20% {
      -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
  
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
  
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }	

#ks_ol_floatWin{
    top: 60% !important;
}
/* #LXB_CONTAINER_SHOW{
    display: none !important;
} */
#m-bmnr{
    font-size: 16px;
}

/* 离线宝样式 */
.g_lxb_container {
    display: none;
    z-index: 10000;
    width: 89.33333333%;
    position: fixed;
    top: 38.90554723%;
    left: 5.33333333%;
    border: 1px solid #0b7bd2;
    background: #fff;
    border-radius: 3px;
}
.g_lxb_container .g_lxb_wrapper {
    position: relative;
    padding: 2.66666667% 2.66666667% 4.53333333% 2.66666667%;
}
.g_lxb_container .g_lxb_wrapper input[type="text"] {
    float: left;
    /* font-size: 3rem; */
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
    width: 67.1641791%;
    line-height: 266.66666667%;
    padding-left: 2.98507463%;
}
.g_lxb_container .g_lxb_wrapper input[type="button"] {
    width: 22.8358209%;
    float: right;
    /* font-size: 3rem; */
    color: #fff;
    text-align: center;
    line-height: 266.66666667%;
    background: #0b7bd2;
    border-radius: 3px;
}
.g_lxb_container .g_lxb_wrapper .ins_text {
    padding-top: 2.3880597%;
}
.g_lxb_container .g_lxb_wrapper .ins_text p {
    /* font-size: 2.4rem; */
    color: #0b7bd2;
    line-height: 150%;
    font-size: 12px;
}
.g_lxb_container .g_lxb_wrapper .g_lxb_close {
    position: absolute;
    top: -9.36170213%;
    right: -3.28358209%;
    width: 6.56716418%;
    padding-top: 7.1971831%;
    background: url(../images/swt_close.png) no-repeat;
    background-size: contain;
}
/* new快商通 */
.c-windows {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 102;
    display: none;
}
.c-windows .c-windows-itmes{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-windows .items1 {}
.c-windows .items1-body {background:#fff;border-radius:0.3rem;}
.c-windows .items1 .item1-top{width: 330px;height: 250px;background: url(../images/window-items1-top.png) no-repeat;background-size: 100%;padding-top: 158px;box-sizing: border-box;}
.c-windows .items1 .item1-top-form{width: 90%;display: flex;justify-content: center;border-radius: 0.5rem;overflow: hidden;margin: 0 auto;}
.c-windows .items1 .item1-top-form form{display: flex;justify-content: center;}
.c-windows .items1 .item1-top-form .kstel_input{width: 60%;height: 46px;outline: none;-webkit-appearance: none;border-radius: 0;border: none;padding-left: 24px;font-size: 18px;box-sizing: border-box;}
.c-windows .items1 .item1-top-form .item1-top-form-btn{    flex: 1;font-size: 18px;text-align: center;/* line-height: .85rem; */background-color: #b46636;color: #fff;border: none;border-radius: 0;-webkit-appearance: none;border-top-right-radius: 0.5rem;border-bottom-right-radius: 0.5rem;}
.c-windows .items1 .item1-top p{margin-top: 10px;text-align: center;}
.c-windows .items1 .item1-bottom-btn{ display: flex;justify-content: center; align-items: center;}
.c-windows .items1 .item1-bottom-btn .btn{width: 144px;height: 36px;font-size: 18px;display: inline-block;box-sizing: border-box;padding: 6px 12px;margin-bottom: 0;font-weight: normal;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.c-windows .items1 .item1-bottom-btn{background-color: #fff;padding: 12px .25rem;border-radius: 0 0 0.3rem 0.3rem;margin-top:0;box-sizing: border-box;}
.c-windows .items1 .item1-bottom-btn .btn1{color: #fff;}
.c-windows .items1 .item1-bottom-btn .btn2{color: #ba8845;margin-left: 12px;border: 0.02rem solid #bc8b49;box-sizing: border-box;}
.c-windows .items1 .items1-close,.c-windows .items2 .items1-close{width: 30px;height: 30px;text-align: center;line-height: 30px;margin: 15px auto 0;border: 0.01rem solid #fff;color: #fff;border-radius: 100%;}
.color-background {
    background-color: #b46636;
}
@font-face {font-family: "iconfont";
    src: url('iconfont.eot?t=1558937069574'); /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/79cfc508917e4979911f3f9a5f12b8c9.woff') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-daohang-:before {
    content: "\e600";
  }
  
  .icon-daohang-1:before {
    content: "\e601";
  }
  
  .icon-daohang-2:before {
    content: "\e602";
  }
  
  .icon-daohang-3:before {
    content: "\e603";
  }
  
  .icon-daohang-4:before {
    content: "\e604";
  }
  
  .icon-daohang-5:before {
    content: "\e605";
  }
  
  .icon-daohang-6:before {
    content: "\e606";
  }
  
  .icon-daohang-7:before {
    content: "\e607";
  }
  
  .icon-daohang-8:before {
    content: "\e608";
  }
  
  .icon-daohang-10:before {
    content: "\e60a";
  }
  
  .icon-daohang-12:before {
    content: "\e60c";
  }
  
  .icon-daohang-14:before {
    content: "\e60e";
  }
  
  .icon-daohang-15:before {
    content: "\e60f";
  }
  
  .icon-daohang-16:before {
    content: "\e610";
  }
  
  .icon-daohang-18:before {
    content: "\e612";
  }
  
  .icon-daohang-19:before {
    content: "\e613";
  }
  
  .icon-daohang-21:before {
    content: "\e615";
  }
  
  .icon-laoshi:before {
    content: "\e60b";
  }
  
  .icon-gongzuo:before {
    content: "\e617";
  }
  
  .icon-xinwen:before {
    content: "\e618";
  }
  
  .icon-bangfu:before {
    content: "\e619";
  }
  
  .icon-jiuye:before {
    content: "\e61a";
  }
  
  .icon-guanbi:before {
    content: "\e624";
  }
  
  .icon-caidan:before {
    content: "\e625";
  }
  
  .icon-weibiaoti-_fuzhi_huabanfuben:before {
    content: "\e61e";
  }
  
  .icon-iocn-:before {
    content: "\e609";
  }
  
  .icon-iocn-1:before {
    content: "\e60d";
  }
  
  .icon-iocn-2:before {
    content: "\e611";
  }
  
  .icon-iocn-3:before {
    content: "\e614";
  }
  
  .icon-iocn-4:before {
    content: "\e616";
  }
  
  .icon-iocn-12:before {
    content: "\e628";
  }
  
  .icon-iocn-7:before {
    content: "\e620";
  }
  
  .icon-iocn-8:before {
    content: "\e621";
  }
  
  .icon-iocn-10:before {
    content: "\e623";
  }
  
  .icon-iocn-9:before {
    content: "\e61f";
  }
  
  .icon-iocn-5:before {
    content: "\e61b";
  }
  
  .icon-iocn-11:before {
    content: "\e622";
  }
  
  .icon-iocn-17:before {
    content: "\e629";
  }
  
  .icon-iocn-6:before {
    content: "\e61c";
  }
  
  .icon-iocn-13:before {
    content: "\e62a";
  }
  
  .icon-iocn-14:before {
    content: "\e62b";
  }
  
  .icon-iocn-16:before {
    content: "\e627";
  }
  
  .icon-weibiaoti-_fuzhi_huaban:before {
    content: "\e61d";
  }
  
  
/* 公共底部 */
/* 表单 */
.xfxx{
    width: 100%;
    margin-top: 20px;
    /* background-image: url(../images/bd_bj.jpg); */
    /* background-size: 100% 100%; */
}
.xfxx .tit{
    width: 100%;
    text-align: center;
}
.xfxx .tit h2{
    font-size: 20px;
    color: #333;
}
.xfxx .tit .eng{
    font-size: 10px;
    color: #666;
}
.xfxx .tit .eng span{
    color: #f06e00;
}
.xfxx .from_xx{
    width: 94%;
    text-align: center;
    position: relative;
}
.xfxx .from_xx input{
    width: 100%;
    height: 50px;
    border: 1px #a05a3c solid;
    border-radius: 30px;
    background-color: #fff;
    padding-left: 60px;
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    box-sizing: border-box;
}
.xfxx .from_xx .iconfont{
    position: absolute;
    top: 15px;
    font-size: 30px;
    left: 20px;
    color: #a05a3c;
}
.xfxx .from_xx .icon-weibiaoti-1{
    top: 142px;
}
.xfxx .from_xx .icon-chushimao1{
    top: 80px;
    font-weight: 700;
}
.xfxx .from_xx select{
    width: 100%;
    height: 50px;
    border: 1px #a05a3c solid;
    border-radius: 30px;
    background-color: #fff;
    padding-left: 60px;
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    color: #999;  
    background-color: #fff;
    box-sizing: border-box;
}
.xfxx .from_xx .jt{
    position: absolute;
    top: 75px;
    right: 15px;
    display: block;
    width: 5%;
}
.xfxx .from_xx .tj{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 20px;
    background-color: #f06e00;
    color: #fff;
    margin-top: 15px;
}
/* 表单 结束 */
.end{
    width: 100%;
    padding: 18px 20px 5px;
    margin-top: 25px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    box-sizing: border-box;
}
.end a{
    display: inline-block;
    width: 36%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #a15a3c;
    padding: 5px 0;
    border-radius: 4px;
    letter-spacing: 1px;
    float: left;
}
.end .lxwm{
    margin-top: 17px;
}
.end .footer_tel{
    display: inline-block;
    width: 58%;
    font-size: 20px;
    color: #666666;
    float: right;
}
.end .footer_tel span{
    font-size: 20px;
    display: inline-block;
    background-color: transparent;
}
.end .dz{
    display: inline-block;
    width: 58%;
    font-size: 13px;
    color: #666666;
    float: right;
    margin-top: 10px;
}
.end img{
    float: left;
    width: 21px;
    margin-right: 10px;
    margin-top: 3px;
}

.footer ul{
    margin: 0;
}
.footer .footer_bar{
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 7px;
}
.footer .footer_bar img{
    width: 23px;
    margin-bottom: 5px;
    display: inline-block;
}
.footer .footer_bar .tit{
    font-size: 11px;
    color: #f0d28c;;
    font-weight: 700;
    margin: 0;
}
.footer .footer_bar .title{
    font-size: 15px;
    color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #f06e00;
    margin-left: 12px;
    letter-spacing: 3px;
    padding-top: 5px;
}
.n-footer-zxkf-r {
    position: absolute;
    right: 44%;
    top: -5px;
    width: 20px;
    height: 20px;
    color: #fff;
    background-color: #f90000;
    font-size: 12px;
    border-radius: 50%;
}
@-webkit-keyframes twinkling{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;

    }
}

/* 公共底部 结束 */

@font-face {font-family: "iconfont";
    src: url('iconfont.eot?t=1568861698509'); /* IE9 */
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/08aaf06653894fa0a296783181d66a46.woff') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
    url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-chushimao1:before {
    content: "\e604";
  }
  
  .icon-yonghu:before {
    content: "\e646";
  }
  
  .icon-weibiaoti-1:before {
    content: "\e504";
  }
  
  .icon-left:before {
    content: "\e505";
  }
  .yw{
      width: 100%;
      padding: 0 3%;
      margin-top:20px;
      box-sizing: border-box;
  }
  .yw .huifu{
      width: 100%;
      padding: 3% 0 3% 3%;
      margin-top: 10px;
      border: 1px solid #f0f0f0;
      box-sizing: border-box;
  }
  .yw .huifu img{
    width: 6%;
      float: left;
      margin-right: 10px;
  }
  .yw .huifu .wenti{
      font-weight: 700;
  }
  .yw .huifu .wenti span{
    color: red;
    font-weight: 700;
}
.yw .huifu .huida{
    font-weight: 700;
    float: left;
}
.yw .huifu .huifu2{
    margin-top: 10px;
}
.yw .huifu .huifu2 button{
    width: 24%;
    float: right;
    background-color: #ba8745;
    color: #fff;
    padding: 3px 0;
    border-radius: 5px;
    margin-right: 15px;
}
#cnzz_stat_icon_1278295761{
    display: none;
}