/*base style*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
ins,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form {
    margin: 0;
    padding: 0;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    color: #333;
    background-color: #fff;
    font-size: 15px;
    background-image: url(about:blank);
    background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dd,
dt,
u,
ol {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    float: left;
}

a {
    color: #f60;
    text-decoration: none;
}

a:hover {
    color: #06f;
    text-decoration: none;
}

img {
    border: none;
}

/*font-size\font-family style*/
.lt {
    float: left;
}

.rt {
    float: right;
}

.s1 {
    font-size: 12px;
}

.s2 {
    font-size: 14px;
}

.s3 {
    font-size: 16px;
}

.s4 {
    font-size: 20px;
    font-family: "Microsoft Yahei"
}

.fm1 {
    font-family: "Microsoft Yahei"
}

.cl1 {
    color: #fff;
}

.cl2 {
    color: #000;
}

.clear {
    clear: both;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

/*top style*/
.top {
    width: 100%;
    height: 32px;
    background: #F8F8F8;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    z-index: 999;
}

.toper {
    margin: 0 auto;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
}

.top_g {
    padding: 2px 5px;
    background: #EC3E37;
}

.top_h {
    letter-spacing: 1px;
    color: #333;
    margin-left: 10px
}

.toper a {
    color: #333;
}

.toper a:hover {
    color: #4b96f7;
}

.head {
    margin: 0 auto;
    overflow: hidden;
    height: 90px;
}

.logo {
    padding: 10px 0;
    width: 616px;
    height: 90px;
}

.tel {
    float: right;
    width: 367px;
    height: 66px;
    /* display: inline-block; */
    margin-top: 11px;
    background: url(../images/base_png.png) no-repeat left 0px;
}

/*nav style*/
.nav {
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #ee7800;
    Letter-spacing: 1px;
}

.nav .nav_list {
    width: 100%;
    height: 54px;
}

.nav .nav_list li a {
    display: block;
    padding: 0 13px;
    margin-left: 12px;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    letter-spacing:2.5px;
}

.nav .nav_list li a:hover {
    color: #fff;
    background: #d95f02;
}
.bgc {
    background: #d95f02;
}
.nav .nav_list li a.current {
    color: #fff;
}

.m_gxzy {
    width: 276px;
    background: #d95f02;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
}

/*foot style*/
.foot_new {
    padding-top: 30px;
}

.index_hr {
    overflow: hidden;
}

.foot-dh {
    float: right;
    width: 250px;
    margin-top: 5px;
}

.baoming_lt {
    width: 20%;
    height: 330px;
    margin: 4% 0 0
}

.baoming_center {
    width: 56%;
    height: 330px;
    margin-top: 4%;
    padding: 0 2%;
}

.baoming_center ul {
    width: 14.5%;
    margin: 0 1%;
    font-size: 16px;
}

.baoming_center ul li:first-child {
    font-size: 20px;
    border-bottom: 1px black solid;
}

.baoming_center ul li {
    margin: 5px 0;
    width: 100%;
    
}

.baoming_center ul li a {
    color: #333;
}
.baoming_center ul li a:hover {
    color: #d95102;
    text-decoration: underline;
}
.foot_baoming {
    font-size: 30px;
    display: inline-block;
    border-bottom: rgba(253, 121, 25, 0.6) 3px solid;
    margin-bottom: 15px;
    padding-right: 60px;
    color: #fd7919;
    padding-bottom: 10px;
}

.baoming_rt {
    width: 20%;
    height: 330px;
    margin: 4% 0 0
}

.input-field {
    margin-bottom: 10px;
}

.form-control {
    width: 93%;
    border: 1px solid #ececec;
    padding: 6px 12px;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 40px;
    box-sizing: border-box;
}

.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #0A85BB;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: #fd7919;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 5px 55px;
    color: #fff;
    font-size: 27px;
    border-radius: 5px;
}

.btn-border {
    border: 2px solid #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

.baoming_rt p {
    font-size: 20px;
    line-height: 32px;
}

.foot_db {
    width: 100%;
    height: 230px;
    background: #2E2E2E;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    padding: 30px 0 0 0;
    font-size: 16px;
}

/*�Ҳ�����*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar {
    width: 180px;
    height: 221px;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Arial';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
    float: left;
}

.yb_bar .yb_top {
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    background: #ff4a00 url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

/*��������*/
.popup {
    right: 50%;
    top: 55%;
    position: fixed;
    z-index: 99999;
}

.popup_block {
    position: absolute;
    width: 480px;
    background-color: #FFF;
    height: auto;
    margin: -240px;
    box-sizing: border-box;
    border-radius: 10px;
    border-style: solid;
    border-color: coral;
    cursor: pointer;
    transform-style: preserve-3d;
    box-shadow: 0px 20px 100px #aaa;
}

.close {
    padding: 10px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    cursor: pointer;
}

.popup_head {
    padding: 15px;
    border-radius: 20px;
    transition-duration: 0.2s;
    color: #000;
    background-image: url(../images/chatico.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
}

.popup_body {
    padding: 5px 10px 50px 10px;
    border-radius: 20px;
}

.popup_body div .span1 {
    width: 125px;
    background-color: #ff0000;
    height: 40px;
    border-radius: 4px;
    float: left;
    margin-left: 5%;
    font: normal 16px/40px "Microsoft Yahei";
    text-align: center;
}

.popup_body div .span2 {
    width: 125px;
    background-color: #ee7800;
    height: 40px;
    border-radius: 4px;
    float: left;
    margin-left: 3%;
    font: normal 16px/40px "Microsoft Yahei";
    text-align: center;
}

.popup_body div a {
    color: #FFFFFF;
}

.popup_body div a:hover {
    color: #ffffff;
}

.popup_head:hover {
    padding-left: 20px;
}

.hjblh {
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 200;
    width: 87px;
    height: 197px;
}