/* 全局样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F6F9FE;
}
img {
    max-width: 100%;
    border:none;
}
li {
	list-style: none outside none;
}
a {
	text-decoration: none;
}
input, select, textarea {
    padding: 5px;
    border: 1px solid #bbb;
    margin-right: 10px;
    *height: 24px;
    _height: 34px;
    line-height: 1.42857143;
}

.i-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.middle {
	vertical-align: middle;
}
.ver-top {
	vertical-align: top;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.header-wrapper,
.content-wrapper,
.footer-wrapper {
	width: 1024px;
	margin: 0 auto;
}
.p-l-20 {
	padding-left: 20px;
}
.m-l-5 {
	margin-left: 5px !important;
}
.m-r-5 {
	margin-right: 5px !important;
}
.m-t-5 {
	margin-top: 5px;
}
.m-b-10 {
	margin-bottom: 10px;
}
.m-l-28 {
	margin-left: 28px;
}
.m-l-10 {
	margin-left: 10px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-b-30 {
	margin-bottom: 30px !important;
}
.m-l-30 {
	margin-left: 30px !important;
}
.bold {
	font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.font-12 {
	font-size: 12px;
}
/* 颜色 */
.color1 {
	color: #fb3b12;
}
.color2 {
	color: #7D7D7D;
}
.color3 {
	color: #5D9CEB;
}
.color4 {
	color: #FC0607;
}
.color5 {
	color: #666;
}
.color6 {
	color: #ff8000;
}
.bg1 {
	background-color: #fb3b12;
}
/* 图标 */
.icon {
	background-repeat: no-repeat;
	background-position: center center; 
}
.cont-title-1 {
	width: 53px;
	height: 53px;
	background-image: url(../images/cont-title-img.png);
	margin-right: 10px;
}
.cont-title-2 {
	width: 55px;
	height: 55px;
	background-image: url(../images/iconfont-ly.png);
	margin-right: 10px;
}
.re-phone {
	width: 31px;
	height: 25px;
	background-image: url(../images/re-phone.png);
}
.tips2img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-image: url(../images/tips2.png);
}
/* 按钮 */
.cz-btn {
	display: inline-block;
    width:auto;
    width:100px;
	min-width: 100px;
	line-height: 1.42857143;
	text-align: center;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 7px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	font-family: inherit;
    zoom:1;
   border-radius:3px;
}
/* 按钮 */
.q-btn {
	display: inline-block;
	min-width: 140px;
	/*line-height: 1.42857143;*/
    height:34px;
    line-height:34px;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border: 0 none;
	cursor: pointer;
	font-family: inherit;
	vertical-align:middle;
}
.cz-btn:focus {
	outline: 0 none;
}
.blue {
    background-color: #4590ED;
    _margin-bottom: 2px;
    *margin-bottom: 2px;
}
.blue:hover {
	background-color: #3386EC;
}
.orange {
	background-color: #fb3b12;
    *height:43px;
   
}
.orange:hover {
	background-color: #F32E04;
}
/* 头部 */
.header {
	background-color: #5d9ce9;
}
.header-wrapper {
	height: 86px;
}
.rg-logo {
	margin-top: 10px;
}
.header-nav {
	margin-top: 45px;
}
.header-nav li {
	float: left;
	padding: 2px 20px;
	border-right: 1px solid #fff;
}
.header-nav .li-last {
	border-right: 0 none;
	padding-right: 5px;
}
.header-nav li a {
	color: #fff;
}
.header-nav li a:hover {
	text-decoration: underline;
}
.content-wrapper {
    height: auto !important;
    height: 688px;
    min-height: 688px;
    margin-top: 30px;
    margin-bottom: 46px;
    padding: 12px;
    border: 1px solid #eee;
    background-color: #fff;
}
.footer {
	background-color: #5d9ce9;
}
.footer-wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
	color: #fff;
}
.footer-wrapper a {
	color: #fff;
}
.ph-unmber {
	font-size: 20px;
	color: #bad1f4;
	margin-left: 10px;
}
.re-address {
	margin-left: 50px;
}
/* 提示 */
.re-tips2 {
	border: 1px solid #eee;
	background-color: #fdf1d9;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fb3b12;
	margin-top: 15px;
	margin-bottom: -13px;
    clear:both;
    border-radius:3px;
}
.ser {
    text-align: left;
    zoom: 1;
}
ser::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    .ser label {
        height: 34px;
        line-height: 34px;
        float: left;
    }
    .ser .form-control {
        width: 220px;
        display: inline-block;
        float: left;
    }
    .ser button {
        margin-bottom: 1px;
        float: left;
    }
#edit .form-group{
    margin-left:0;
    margin-right:0;
}
.bootstrap-table .fixed-table-container{
    padding-top:15px;
}
.layui-layer-title{
    text-align:left;
}
#myForm {
    text-align: left;
}

/* 联系客服 */

.left-contact-box {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    top: 250px;
    right: 0px;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
    height: 160px;
    max-width:200px;
}

.left-contact-swiper {
    font-size: 12px;
    background: #29a7e2;
    position: fixed;
    right: 0px;
    _position: absolute;
    z-index: 1500;
    border-radius: 6px 0 0 6px;
    width: 30px;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: 0;
}

    .left-contact-swiper a {
        position: relative;
        z-index: 9;
        top: 0;
        left: -2px;
        background-image: url('../Images/shopnc.png');
        background-repeat: no-repeat;
        display: block;
        height: 150px;
        font-size: 0;
        cursor: pointer;
    }

    .left-contact-swiper .btnCtn {
        background-position: -410px 0;
        transform: scale(0.8);
    }

    .left-contact-swiper .btnOpen {
        background-position: -450px 0;
        transform: scale(0.8);
    }

.left-contact-content {
    float: left;
    padding-left: 5px;
    overflow: hidden;
    display: block;
    height: 160px;
}

    .left-contact-content div {
        background: #F7F7F7;
        border-radius: 6px;
        margin-top: 4px;
    }

    .left-contact-content h3 {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        line-height: 24px;
        padding: 5px;
        text-align: center;
    }

    .left-contact-content ul li {
        line-height: 29px;
        height: 29.5px;
        overflow: hidden;
        text-align: left;
        margin: 0 4px;
    }

        .left-contact-content ul li span, .left-contact-content ul li a {
            color: #777;
        }