@charset "utf-8";
/*time:2020-05-22*/
/*author:新纪元-高勇*/
body *, html * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form,
label, table, tr, th, td,caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav,
section, audio, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
}
header,footer,nav,section,menu,article,aside {
    display: block;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
}
ul {
    list-style: none;
}
img {
   
    display: block;
}
.p-r {
    position: relative;
}
a {
    text-decoration: none;
}
/*iphone上的Safari解析input[typw="submit"]和input[type="submit"]按钮会以苹果浏览器默认的UI进行渲染，解决发放如下*/
input,input[type="button"],input[type="submit"]，input[type="reset"] {
    -webkit-appearance: none;
}
*,
.owl-controls {
    -webkit-tap-highlight-color: transparent;
}
html {
    background-color: #fff;
}
ul,li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}
button {
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
}
a:hover {
    color: #333;
    text-decoration: none;
}
*:focus {
    outline: none;
}
em,i {
    font-style: normal;
}
a {
    text-decoration: none;
    color: #666;
}
p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
body {
    position: relative;
    line-height: 1.6;
    margin: 0 auto;
    font-size: 14px;
    background-color: #fff;
    overflow-x: hidden;
}
.clear {
    clear: both;
}
.max-container {
    margin: 0px 2.5%;
    width: 95%;
}
.max-container>div::after,.cgz-main:after,ul.bmdt-head::after {
    content: "";
    display: block;
    clear: both;
}
.main {
    width: 100%;
    float: left;
    background-color: #fff;
}
.ff6d00 {
    color: #ff6d00;
}

/*头部*/

section.top {
    height: 35px;
    border-bottom: solid 1px #dcdcdc;
    background-color: #fafafa;
}
section.top p {
    font-size: 14px;
    color: #8b8b8b;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 6px;
}
section.top  p marquee {
    float: left;
    width: 80%;
}
section.top p a {
    float: right;
    margin-top: 5px;
    display: block;
}
section.top ul {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
    float: right;
}
section.top ul a {
    display: block;
}
section.top ul a img {
    margin-top: 0px;
}
section.top a.btn {
    margin-top: 0px;
}
section.top .list-inline>li {
    float: left;
}
div.logo {
    padding: 23px 0px;

        position: relative;

        margin: 0 auto;

        transition-duration: 1.2s;

        overflow: hidden;

        background-image: url(../images/toplogo.jpg);

        background-repeat: no-repeat;

        background-position: 0px;

        height: 74px;

        box-sizing: content-box;

        width: 600px;

        float: left;

		text-indent: -999px;
}
div.logo::before {
    content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 250px;
    height: 10px;
    background-color: rgba(255,255,255,.4);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;
}
.shixue {
    width: 167px;
	height: 67px;
    float: left;
    padding-top: 0px;
    margin-left: 40px;
	background-image: url(../images/shixue.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	color: #fff;
	    animation: move 3s 0s infinite;
	    -webkit-animation: move 3s 0s infinite;
	    transform-origin: bottom;
	    -webkit-transform-origin: bottom;
}
.shixue ul {
    list-style: none;
    padding-left: 20px;
    padding-top: 0px;
}
li.shixue1 {
    font-size: 20px;
    color: #f0ff00;
    line-height: 20px;
    padding-top: 8px;
}
li.shixue2 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 8px;
}
.toptel {
    float: right;
    margin-top: 25px;
}
.toptel i {
    width: 85px;
    height: 69px;
    display: block;
    float: left;
    margin-right: 12px;
}
.toptel ul {
    float: right;
    list-style: none;
    padding: 0px;
    width: 230px;
    padding-left: 15px;
    height: 70px;
    border-left: dotted 2px #d6d6d6;
}
li.tel1 {
    display: block;
    float: left;
}
li.h24x {
    font-size: 18px;
    color: #595959;
    border: solid 1px #ccc;
    width: 190px;
    text-align: center;
    line-height: 28px;
    display: block;
    float: left;
}

li.tel1 span {
    float: left;
    margin-right: 2px;

	color: #ee2d00;

	    font-size: 26px;

	font-weight: 700;
}

li.tel1 span.on {
    font-size: 36px;
    line-height: 34px;
    margin-left: 2px;
}
@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 500px;
        top: 100px;
    }
}
@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 500px;
        top: 100px;
    }
}
@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 500px;
        top: 100px;
    }
}
@keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 500px;
        top: 100px;
    }
}
h1.col-lg-7.logo img {
    width: 630px;
    float: left;
}
.tel {
    margin-top: 40px;
    float: right;
    text-align: right;
    font-size: 24px;
    color: #ee2d00;

	line-height: 24px;
}
.tel small {
    color: #666;

	font-size: 16px;
}
.navbar-default {
    background-color: #ff0000;
    border: none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
}
.navs .nav>li>a{

	padding: 15px 27px;

}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #eb9500;
    font-size: 18px;
}
li.subnav {
    width: 200px;
    text-align: center;
}
.dropdown-menu {
    background-color: transparent;
    border: none;
    width: 200px;
    padding: 0px;
    margin: 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 18px;
}
.dropdown-menu>li>a {
    color: #fff;
    font-size: 18px;
    padding: 12px 0px;
    text-align: center;
    display: block;
}
.dropdown-menu>li {
    background-color: rgba(235,149,0,0.6);
}
.dropdown-menu>li.allmenu {
    background-color: rgba(49,49,49,.4);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #ea9400;
}

/* header-end */



section.footer-img img {

    margin-top: 20px;

}



.footer-rep {

    position: relative;

}



.footer-rep p {

    position: absolute;

    top: 50%;

    width: 700px;

    right: 0;

    margin-right: 115px;

    bottom: 0;

    margin-top: -25px;

    font-size: 14px;

    color: #333;

    line-height: 28px;

    text-align: justify;

}



section.footer {

    width: 100%;

    float: left;

    padding-bottom: 70px;

    transition: padding-bottom 2s;

}



.footer-nav {

    height: 70px;

    background-color: #c82126;

}



.footer-nav li a {

    font-size: 21px;

    color: #fff;

    line-height: 70px;

    padding-top: 0px;

    padding-bottom: 0px;

    float: left;

    padding-left: 25px;

    padding-right: 25px;

}



.footer-nav li a:hover {

    height: 70px;

}



.footer-nav .navbar-nav>li {

    float: left;

    color: #fff;

    line-height: 70px;

}



.footer-main {

    width: 100%;

    float: left;

    background-image: url(../images/footer-bg.jpg);

    background-size: cover;

    height: 570px;

}



.footer-info {

    background-color: #fff;

    height: 385px;

    margin-top: 135px;

}



.footer-logo div.footer-imgs {

    width: 304px;

    float: left;

    margin: 15px 20px;

}



.footer-logo h4 {

    float: left;

    width: 180px;

    margin-left: 10px;

    margin-top: -45px;

    text-align: center;

}



.footer-logo h4 p {

    animation: shakeX 3s 0s infinite;

    -webkit-animation: shakeX 3s 0s infinite;

    transform-origin: bottom;

    -webkit-transform-origin: bottom;

	margin: 18px 0px;

}



.tel {

    animation: move 3s 0s infinite;

    -webkit-animation: move 3s 0s infinite;

    transform-origin: bottom;

    -webkit-transform-origin: bottom;

}



.footer-logo h4 img {

    width: 120px;

    margin: 0px auto;

}



.footer-logo ul {

    width: 350px;

    font-size: 16px;

    margin-right: 20px;

    margin-left: 60px;

    margin-top: 10px;

    float: left;

}



.footer-logo ul li {

    width: 100%;

    float: left;

}



.footer-logo ul li i {

    font-size: 28px;

    float: left;

    display: block;

    line-height: 45px;

    margin-right: 10px;

}



.footer-logo ul li i.add {

    animation: jello 3s 0s infinite;

    -webkit-animation: jello 3s 0s infinite;

    transform-origin: bottom;

    -webkit-transform-origin: bottom;

    color: #ee2d00;

}



.footer-logo ul li a {

    color: #333;

    font-size: 16px;

    line-height: 45px;

    font-weight: 400;

    display: block;

    float: left;

}



.footer-from {

    background-color: #909090;

    height: 385px;

    margin-top: 135px;

}



.footer-from h4 {

    margin: 50px 60px 20px 60px;

}



.footer-from h4 a {

    color: #fff;

    font-weight: 700;

    font-size: 26px;

}



.footer-from h4 a small {

    color: #fff;

    font-size: 20px;

    font-weight: 100;

}



.form-main {

    width: 410px;

    margin: 30px 0px 0px 60px;

}



.form-main .form-group {

    margin-bottom: 20px;

}



.form-main button.btn.btn-default {

    color: #ffffff;

    background-color: #c82126;

    border: none;

    padding: 10px 80px;

    font-size: 16px;

}



.footer_area {

    display: block;

    width: 100%;

    position: absolute;

    bottom: 0px;

    left: 0px;

}



.footer_area .links li {

    display: inline-block;

    float: left;

    margin-right: 20px;

    line-height: 50px;

}

.footer-p p a {
    display: inherit;
}
.footer-p p {
    display: inline-block;
    text-align: center;
    margin: 20px 0px;
}

.footer_area .links li a {

    font-size: 14px;

    color: #fff;

    margin-bottom: 0px;

    font-weight: normal;

    display: block;

}



.footer_area .copyright {
    font-size: 14px;
    color: #fff;
    float: right;
    margin: 0px 0px;
    line-height: 50px;
}



.footer_area .copyright .flag_num {

    display: none;

}



.footer_area .flag_m {

    display: none;

}



.footer-subnav {

    position: relative;

    height: 50px;

}



.footer-link {

    width: 100%;

    float: left;

    height: 70px;

    background-color: #fff;

}



.footer-link li {

    display: inline-block;

    line-height: 70px;

	height: 70px;

    margin: 0px 25px 0px 0px;

}



.footer-link li b {

    font-size: 18px;

    color: #666;

}



.footer-link span {

    font-size: 16px;

}



.footer-link li a {

    color: #666;

}

.footer .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ee2d00;
    border: none;
    border-bottom: solid 2px #ee2d00;
}

/* footer-end */



	/*弹窗*/
	
	/*弹窗2019*/
.pop_up_18 {
    width: 590px;
    position: fixed;
    background: #FFF;
    left: 0;
    right: -50%;
    margin: auto;
    box-shadow: 0 5px 5px #bfb7b7;
    top: 20%;
    display: none;
    transition: 3.5s;
    z-index: 999;
    border-radius: 12px;
    overflow: hidden;
}
.pop_up_close {
    background: url(../images/out1.png) no-repeat center;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 22px;
    width: 22px;
    cursor: pointer;
    transition: .5s;
}
.pop_up_close:hover {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pop_left_1 {
    float: left;
    padding-left: 11px;
    width: 321px;
    box-sizing: content-box;
}
.pop_left_1 #sexdb p {
    margin: 0px;
}
.pop_right {
    float: right;
    width: 255px;
}
.pop_left_loc {
    background: transparent;
    color: #666666;
    padding-left: 0;
    margin-bottom: 0px;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 32px;
    line-height: 14px;
}
.pop_left_po {
    color: #000;
    font-size: 23px;
    margin-top: 12px;
    font-weight: 600;
    margin-bottom: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0px;
}
.pop_left_po_2 {
    margin-top: 22px;
    line-height: 14px;
    font-size: 16px;
    color: #ff4200;
    margin-bottom: 0px;
}
.pop_left_po_3 {
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 20px;
}
.pop_left_po_4 {
    overflow: hidden;
    padding-top: 14px;
    padding-bottom: 14px;
}
.pop_left_po_4 li:nth-child(4) {
    margin-right: 0;
}
.pop_left_po_5 {
    overflow: hidden;
}
.pop_left_po_5 input {
    width: 85px;
    line-height: 32px;
    background-color: beige;
    float: left;
    padding-left: 10px;
    margin-right: 10px;
    border: none;
}
.pop_left_po_6 {
    overflow: hidden;
    padding-top: 20px;
}
.pop_left_po_6 button {
    width: 300px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 10px;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.pop_left_po_6 button:nth-child(2) {
    background-color: #ff4200;
}
.pop_left_po_6 button:nth-child(3) {
    background-color: #ff4200;
}
.pop_left_po_3 li {
    width: 70px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}
.pop_left_po_dx1 {
    background: url(../images/dx_img_list_3.png);
}
.pop_left_po_3 .pop_left_po_dx {
    background: url(../images/dx_img_list_4.png);
    color: #ff7800;
}
.pop_left_po_4 li {
    width: 70px;
    line-height: 28px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}
.zydb_ym {
    background: url(../images/dx_img_list_3.png);
}
.pop_left_po_4 .zydb_ym1 {
    background: url(../images/dx_img_list_4.png);
    color: #ff7800;
}
.pop_left_posis {
    border-bottom: 1px dashed black;
    padding-bottom: 10px;
    margin: 10px 0;
}
.pop_left_posis span {
    background: url(../images/ico_07.jpg) no-repeat right;
    padding-right: 25px;
    color: #f64400;
    float: right;
}
.pop_left_zx a {
    background: #f64400;
    color: white !important;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 90px;
    border-radius: 7px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 auto;
}
.pop_left_zx a:hover {
    box-shadow: 0 2px 5px #f64400;
    transition: .1s ease;
}
.pop_left_zx {
    display: flex;
}
.pop_right a img {
    display: block;
}
/*弹窗2*/
#fc_bottom {
    min-width: 1200px;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
    display: none;
    left: 0;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    z-index: 99999;
    height: 70px;
}
#fc_bottom ._w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.fc_bottom_l {
    position: absolute;
    left: 0;
    bottom: -99px;
}
.fc_bottom_r {
    float: right;
    width: 800px;
    box-sizing: border-box;
    padding: 0px 0 0 0px;
}
.formList {
    float: left;
    margin-left: 100px;
}
.formList li {
    float: left;
    margin-right: 0px;
    padding: 0px;
}
.formList input {
    background: #fff;
    height: 35px;
    padding: 0 10px;
    width: 200px;
    border: none;
    color: #222;
    font-size: 16px;
    margin-top: 20px;
    outline: none;
    border-radius: 5px;
}
input#hometel {
    background: #fff;
    height: 35px;
    padding: 0 10px;
    width: 200px;
    border: none;
    font-size: 16px;
    color: rgba(34, 34, 34, 0.7);
    margin-top: 20px;
    float: left;
    margin-left: 20px;
    -webkit-appearance: none;
}
.formBtn {
    margin-top: 20px;
    width: 192px;
    height: 36px;
    line-height: 36px;
    border: none;
    color: white;
    cursor: pointer;
    background: #FE6606;
    font-size: 16px;
    text-align: center;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    min-height: 1px;
}
.fc_bottom_c {
    float: right;
    font-size: 28px;
    color: #00b7ee;
    position: relative;
    text-indent: 2.5em;
    line-height: 30px;
    left: 40px;
    top: -14px;
}
.fc_bottom_c_p1 .span1 {
    font-size: 24px;
    color: #00b7ee;
    animation: gogogo 2s infinite linear;
    -webkit-animation: gogogo 2s infinite linear;
}
.fc_bottom_c_p1 .span2 {
    color: #00b7ee;
    opacity: .7;
    font-size: 20px;
}
.zh_close {
    position: absolute;
    right: -24px;
    font-size: 34px;
    top: 5px;
    color: #fff;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 20px;
}
/*左边悬浮框*/
.right-fixed-box {
    left: -100%;
    position: fixed;
    top: 240px;
    left: -100%;
    transition: 2s;
    width: 154px;
    background: url(../images/xljn.png) left top no-repeat;
    background-size: 139px 139px;
}
.right-fixed-box-active {
    left: 5px;
    transition: 0.5s;
    z-index: 9999;
}
.right-fixed-box ul {
    margin-top: 139px;
    margin-left: 0;
}
.right-fixed-box ul li {
    width: 132px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 16px;
    color: #f69001;
    margin-bottom: 3px;
    cursor: pointer;
    text-align: center;
    border: 1px dashed #f69001;
    color: #df5838;
}
.right-fixed-box ul li a {
    font-size: 14px;
    display: block;
    color: #222;
}
.right-fixed-box ul li:last-child {
    background: #f69001;
    width: 134px;
    height: 37px;
}
.right-fixed-box ul li:last-child a {
    font-size: 16px;
    color: #fff;
    line-height: 37px;
    display: block;
}
.right-fixed-box ul li:hover {
    background: #f69001;
}
.right-fixed-box ul li:hover a {
    color: #fff !important;
}
.right-fixed-box .left-close {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #df5838;
    color: #df5838;
    text-align: center;
    position: absolute;
}

.xfk img {
    width: 100%;
    display: block;
}
	/*右边悬浮框*/
  /*侧栏咨询窗口*/
.swtRirhgt {
    width: 60px;
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 300;
}
.swtRirhgt > .xuefei {
    display: block;
    width: 60px;
    height: 65px;
    float: right;
    background-color: #ff7f00;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.swtRirhgt > .xuefei:hover {
    width: 70px;
}
.swtRirhgt > .xuefei > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url('../images/celan_1.jpg');
}
.swtRirhgt > .zhuanye {
    display: block;
    width: 60px;
    height: 65px;
    float: right;
    background-color: #ffae00;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.swtRirhgt > .zhuanye:hover {
    width: 70px;
}
.swtRirhgt > .zhuanye > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url('../images/celan_2.jpg');
}
.swtRirhgt > .swtzx {
    display: block;
    width: 60px;
    height: 65px;
    float: right;
    background-color: #ff7f00;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.swtRirhgt > .swtzx:hover {
    width: 70px;
}
.swtRirhgt > .swtzx > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url(../images/celan.png);
    background-position: -175px 0;
}
.swtRirhgt > .telzx {
    display: block;
    width: 100%;
    height: 65px;
    float: right;
    position: relative;
}
.swtRirhgt > .telzx > .telinner {
    display: block;
    width: 300px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffae00;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.swtRirhgt > .telzx > .telinner > .telicon {
    display: block;
    width: 60px;
    height: 65px;
    position: relative;
    float: left;
    cursor: pointer;
}
.swtRirhgt > .telzx > .telinner > .telicon p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url(../images/celan.png);
    background-position: -175px -49px;
}
.swtRirhgt > .telzx > .telinner > .telinput {
    width: 236px;
    height: 65px;
    float: right;
    background-color: #ffad00;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin {
    width: 227px;
    height: 38px;
    margin-top: 13px;
    -moz-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
    box-shadow: 0 0 3px rgba(8, 1, 3, 0.2);
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    padding: 0;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberTxt {
    width: 146px;
    height: 38px;
    float: left;
    background-color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    color: #a4a4a4;
    line-height: 38px;
    padding-left: 14px;
    -moz-border-radius: 19px 0 0 19px;
    -webkit-border-radius: 19px 0 0 19px;
    border-radius: 19px 0 0 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn {
    display: block;
    width: 81px;
    float: left;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background-color: #ff7f00;
    -moz-border-radius: 0 19px 19px 0;
    -webkit-border-radius: 0 19px 19px 0;
    border-radius: 0 19px 19px 0;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.swtRirhgt > .telzx > .telinner > .telinput > .telinputin .tellNumberBtn:hover {
    background-color: #d26900;
}
.qqzx {
    display: block;
    width: 60px;
    height: 65px;
    float: right;
    background-color: #ff7f00;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.qqzx:hover {
    width: 70px;
}
.qqzx > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url(../images/celan.png);
    background-position: -175px -98px;
}
.wechatzx {
    display: block;
    width: 60px;
    height: 65px;
    float: right;
    background-color: #ffad00;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
}
.wechatzx > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url(../images/celan.png);
    background-position: -175px -147px;
}
.wechatzx > .qrcode {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 50px;
    top: 50%;
    margin-top: -60px;
    visibility: hidden;
    background: url("") no-repeat left center;
    background-size: 100%;
    transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
    -moz-transition: 0.4s right cubic-bezier(0.6, 4, 0.3, 0.8);
    border-right: 10px solid transparent;
}
.wechatzx:hover {
    width: 70px;
}
.wechatzx:hover > .qrcode {
    right: 70px;
    visibility: visible;
}
.backtopbtn {
    display: block;
    width: 60px;
    height: 65px;
    cursor: pointer;
    float: right;
    background-color: #474747;
    position: relative;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.backtopbtn:hover {
    width: 70px;
}
.backtopbtn > p {
    display: block;
    width: 40px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -20px;
    background-image: url(../images/celan.png);
    background-position: -175px -197px;
}
@keyframes move {
    0%, 65% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    70% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    80% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    85% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    90% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg);
    }
    95% {
        -webkit-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes rotatex {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px) scale(1.05, 0.95);
    }
    75% {
        ransform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes rotatex {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: translateX(10px) scale(1.05, 0.95);
    }
    75% {
        ransform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hslwd {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(10px) scale(1.1, 0.9);
    }
    75% {
        ransform: translateY(5px);
    }
    100% {
        transform: translateY(0);
    }
}

.othersa{

	width: 290px;

	height: 142px;

	overflow: hidden;

}

.othersa img {
    height: 142px;
}

/*面包屑*/

.xddw{

	position: relative;

}

.xddw a:hover {
    color: #ffae00;
}

.position{

	margin: 20px 0px 0px 0px;

	    display: block!important;

		width: 100%;

		position: absolute;

	}

.position, .position a {
    color: #999;

	    display: inline-block;
}

a.qrcode {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0px auto;
}

a.qrcode::before {
    content: "";
    width: 120px;
    border-top: 2px solid #fe6606;
    position: relative;
    top: 0;
    display: block;
    animation: ewmsm 5s infinite;
    -moz-animation: ewmsm 5s infinite;
    -webkit-animation: ewmsm 5s infinite;
    -o-animation: ewmsm 5s infinite;
    -moz-box-shadow: 0px 0px 7px rgb(224, 146, 0);
    box-shadow: 0px 0px 7px rgb(224, 146, 0);
}
.backg4 {
    background: #fff;
}
.mr {
    width: 1200px;
    margin: 0 auto;
}
.newdh img {
    float: left;
}.newdh .caidan {
    width: 670px;
    float: left;
    display: flex;
    height: 80px;
    margin-left: 40px;
}
.newdh .item {
    flex: 1;
    height: 80px;
    line-height: 71px;
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
}.newdh .item a {
    color: #000;
}
.newdh .item a:hover{height:75px;width:78px;height:75px;line-height:71px;background:#f60;display:block;color:#fff;}
.newdh .dr {
    float: right;
    height: 80px;
    line-height: 80px;
}
.newdh img {
    float: left;
}
section.lotel {
    background-color: #fff;
}

.logo img {
    width: initial;
    display: block;
}

section.banner {
    width: 100%;
    overflow: hidden;
}

section.banner img {
    max-width: 100%;
}
			@keyframes ewmsm {
				0% {
					top: 0;
				}
				50% {
					top: 100%;
				}
				100% {
					top: 0px;
				}
			}
			@-webkit-keyframes ewmsm {
				0% {
					top: 0;
				}
				50% {
					top: 100%;
				}
				100% {
					top: 0px;
				}

				}

