@charset "utf-8";
/* CSS Document */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif
}
a:active,
a:hover {
    outline: 0
}
b,
strong {
    font-weight: bold
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    background-color: #fff;
    min-width: 1007px;
    text-align: center;
}
a {
    color: #212121;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover {
    color:#2368dd;
    text-decoration: none
}
.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.container {
    width: 1007px;
    *zoom: 1;
    margin-right: auto;
    margin-left: auto
}
.container:before,
.container:after {
    content: " ";
    display: table
}
.container:after {
    clear: both
}
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
    display: flex;
    flex-direction: column;
}

/*=========header=========*/
.header{
	background: #fff;
}
.logo{
	width: 165px;
	margin:20px 0 0 22px;
}
.logo img{
	width: 165px;
}
.nav{
	height: 51px;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 50px;
}
.nav ul li{
	float: left;
    color: #212121;
    font-size: 16px;
    width: 98px;
    text-align: center;
    height: 51px;
    line-height: 51px;
}
.nav ul li a{
    display: block;
    height: 100%;
    width: 100%;
    color: #212121;
}
.nav ul li.on a{
	color: #2368dd;
}
.nav .navHoverBd{
    width: 98px;
    height: 2px;
    background-color: #2368dd;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.nav ul li ul{
    height: auto;
    overflow: hidden;
    background: #000;
    border-radius: 10px;
    display: none;
}
.nav ul li ul li{
    float: none;
    font-size: 20px;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.nav ul li ul li a{
    color: #fff;
}
.nav ul li.on ul li a{
    color: #fff;
}
.nav ul li.on ul li a.cur{
    color: #2368dd;
}

/*========main=======*/
.banner{
    height: auto;
    overflow: hidden;
}
.Cooperative{
    margin-top: 60px;
}
.Cooperative_title{
    font-size: 16px;
    text-align: left;
    color: #847d72;
}
.Cooperative_title span{
    color: #212121;
    font-weight: bold;
    font-size: 18px;
    margin-right: 25px;
}
.Cooperative_box{
    border:1px solid #f9e095;
    padding-bottom: 20px;
}
.Cooperative_box ul li{
    float: left;
    width: 130px;
    height: 40px;
    margin:20px 0 0 12px;
    display: inline;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.Cooperative_box ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
.Cooperative_box ul li img{
    width: 130px;
    height: 40px;
}
.m_yunying{
    margin-top: 10px;
}
.m_yunying_title{
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 2px solid #f7ab00;
    font-size: 16px;
    color: #212121;
    font-weight: bold;
}
.m_yunying_title span{
    float: right;
    font-weight: 100;
    font-size: 16px;
}
.m_yunying_title span a{
    color: #847d72;
}
.m_yunying_title span a:hover{
    color: #f7ab00;
}
.m_yunying_bottom{
    border-bottom: 1px solid #eaeaea;
}
.m_yunying_bottom_1{
    width: 189px;
    background: #fefde4;
}
.m_yunying_bottom_1_img{
    width: 189px;
    height: 180px;
    overflow: hidden;
}
.m_yunying_bottom_1_img img{
    width: 189px;
}
.m_yunying_bottom_1_bt{
    height: 90px;
    overflow: hidden;
    padding: 29px 0 0 25px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #212121;
}
.m_yunying_bottom_1_bt i{
    width: 46px;
    height: 46px;
    overflow: hidden;
    float: left;
    margin:3px 12px 0 0;
}
.m_yunying_bottom_1_bt span{
    display: block;
    color: #f87e0f;
}
.m_yunying_bottom_2{
    width: 818px;
}
.m_yunying_bottom_2_list{
    width: 173.5px;
    border-right: 1px solid #eaeaea;
    padding: 25px 15px;
}
.m_yunying_bottom_2_list:hover h2,
.m_yunying_bottom_2_list:hover .m_yunying_bottom_2_list_p,
.m_yunying_bottom_2_list:hover .m_yunying_bottom_2_list_img {
    z-index: 2;
    -webkit-transform: translate3d(-5px,0, 0);
    transform: translate3d(-5px,0, 0);
}
.m_yunying_bottom_2_list h2{
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.m_yunying_bottom_2_list_p{
    height: 35px;
    text-align: center;
    font-size: 12px;
    color: #847d72;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.m_yunying_bottom_2_list_img{
    width: 175px;
    height: 147px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.m_yunying_bottom_2_list_img img{
    width: 175px;
    height: 147px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.m_yunying_bottom_2_list_img img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.yx_list{
    width: 388px;
    border-left: 1px solid #eaeaea;
    padding: 48px 0 40px 20px;
}
.yx_list_img{
    width: 176px;
    height: 211px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.yx_list_img img{
    width: 176px;
    height: 211px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.yx_list_img img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.yx_list_text{
    width: 182px;
    height: 211px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #847d72;
    white-space:normal;
    word-break:break-all;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.yx_list_text h2{
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 10px;
}
.yx_list:hover .yx_list_img,
.yx_list:hover .yx_list_text{
    z-index: 2;
    -webkit-transform: translate3d(-5px,0, 0);
    transform: translate3d(-5px,0, 0);
}

.th_list{
    width: 393px;
    border-left: 1px solid #eaeaea;
    padding: 15px 0 14px 15px;
}
.th_list_img{
    width: 256px;
    height: 270px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.th_list_img img{
    width: 256px;
    height: 270px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.th_list_img img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.th_list_text{
    width: 105px;
    height: 211px;
    margin-top: 40px;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    color: #847d72;
    white-space:normal;
    word-break:break-all;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.th_list_text h2{
    height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 10px;
}
.th_list:hover .th_list_img,
.th_list:hover .th_list_text{
    z-index: 2;
    -webkit-transform: translate3d(-5px,0, 0);
    transform: translate3d(-5px,0, 0);
}

.cg_list{
    width: 203.5px;
    border-left: 1px solid #eaeaea;
    padding: 25px 0 17px 0;
}
.cg_list h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cg_list p{
    font-size: 12px;
    color: #847d72;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cg_list a.img{
    display: block;
    margin:0 auto;
    width: 125px;
    height: 191px;
    overflow: hidden;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cg_list a.img img{
    width: 125px;
    height: 191px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.cg_list a.img>img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cg_list:hover h2,
.cg_list:hover p,
.cg_list:hover a.img{
    z-index: 2;
    -webkit-transform: translate3d(-5px,0, 0);
    transform: translate3d(-5px,0, 0);
}
.cg_list a.img .ewm{
    display: block;
    width: 125px;
    height: 191px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.cg_list a.img .ewm .ewm_bg{
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=80);  ;
    opacity: 0.8;
}
.cg_list a.img .ewm img{
    width: 125px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -62.5px;
}

.bl{
    border:0;
}

/*=========footer===========*/
.footer {
    clear: both;
    width: 100%;
    background: #141B30;
    padding-top: 73px;
}
.ft-container {
    width: 80%;
    margin: 0 auto;
}
.ft-ctx {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.ctx-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.ft-social{
    display: flex;
    flex-direction: column;
    align-items: start;
}

.line {
    width: 80px;
    height: 2px;
    background-color: #2368dd
}

.ft-title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}
.footer-span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.footer-img {
    margin-top: 30px;
}

.footer-logo {
    width: 233px;
    height: 77px;
}

.footer-right {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-qr {
    margin-top: 40px;
    /*background-color: #fff;*/
}

.ft-ercode {
    width: 80px;
    height: 80px;
}

.footer-address {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding-bottom: 40px;
}

a {
    text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
}
.footer-a:hover{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding-bottom: 40px;
}
.footer-a {
    text-decoration: none;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding-bottom: 40px;
}




/*========产品与服务==========*/
.Product_1{
    background: #30a1f1;
}
.Product_1_box{
    width: 998px;
    margin:0 auto;
    overflow: hidden;
    padding: 36px 0 118px 0;
    line-height: 0;
}
.Product_yx{
    margin-top: 80px;
}
.Product_yx_1{
    border-bottom: 1px solid #f1f1f1;
}
.Product_yx_1_title{
    width: 998px;
    height: 70px;
    line-height: 70px;
    text-align: left;
    overflow: hidden;
    margin:0 auto;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}
.Product_bottom{
    width: 998px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 55px;
    text-align: left;
    font-size: 20px;
    color: #010101;
}
.Product_bottom img{
    display: block;
    margin:0 auto;
    margin-top: 50px;
}
.Product_wx{
    margin-top: 100px;
    background: #f76401;
}
.Product_wx_box{
    width: 998px;
    margin:0 auto;
    overflow: hidden;
}
.yxpt{
    width: 998px;
    margin: 0 auto;
    margin-top: 40px;
}
.yxpt ul li{
    width: 145px;
    margin-right: 20px;
    padding: 20px 0;
    text-align: center;
    float: left;
    background: #f0f0f0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.yxpt ul li:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}
.yxpt ul li img{
    width: 109px;
    height: 109px;
    display: block;
    margin:0 auto;
}
.yxpt ul li span{
    display: block;
    margin-top: 20px;
}

.dzkf{
    width: 998px;
    margin: 0 auto;
    margin-top: 40px;
}
.dzkf ul li{
    width: 160px;
    margin-left: 40px;
    text-align: center;
    float: left;
    display: inline;
    position: relative;
    z-index: 1;
}
.dzkf ul li img{
    width: 142px;
    height: 148px;
    display: block;
    margin:0 auto;
    -webkit-transition: all .6s;
    transition: all .6s
}
.dzkf ul li:hover img{
    z-index: 2;
    -webkit-transform: rotateY(150deg);
    transform: rotateY(150deg);
}

.dzkf ul li span{
    display: block;
    margin-top: 30px;
}

.Product_wx_box{
    width: 998px;
    height: 366px;
    overflow: hidden;
    margin:0 auto;
}
.Product_wx_box_2{
    width: 390px;
    height: 366px;
    overflow: hidden;
    position: relative;
    background: url(../images/wx_img_bg.png) no-repeat;
}

.Product_wx_box_2 ul li{
    width: 81px;
    height: 81px;
    overflow: hidden;
    position: absolute;
    -webkit-transition: all .6s;
    transition: all .6s
}
.Product_wx_box_2 ul li:hover {
    z-index: 2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.Product_wx_box_2 ul li img{
    width: 81px;
    height: 81px;
}
.Product_wx_box_2 ul li.wx_logo_1{
    left: 132px;
    top: 22px;
}
.Product_wx_box_2 ul li.wx_logo_2{
    left: 275px;
    top: 55px;
}
.Product_wx_box_2 ul li.wx_logo_3{
    left: 235px;
    top: 150px;
}
.Product_wx_box_2 ul li.wx_logo_4{
    left: 202px;
    top: 253px;
}
.Product_wx_box_2 ul li.wx_logo_5{
    left: 75px;
    top: 240px;
}
.Product_wx_box_2 ul li.wx_logo_6{
    left: 18px;
    top: 110px;
}

.lp_box{
    width: 998px;
    height: 499px;
    overflow: hidden;
    margin:0 auto;
}
.lp_left{
    width: 560px;
    height: 499px;
    position: relative;
}
.lp_left img.lp_1{
    width: 560px;
    height: 499px;
    position: absolute;
    left: 0;
    top: 0;
}
.lp_left img.lp_2{
    width: 80px;
    height: 75px;
    position: absolute;
    left: 179px;
    top: 253px;
}
.lp_left img.lp_3{
    width: 80px;
    height: 75px;
    position: absolute;
    left: 258px;
    top: 240px;
}
.lp_right{
    width: 414px;
    height: 499px;
}

.yxzx_box{
    width: 988px;
    height: 502px;
    margin:0 auto;
    overflow: hidden;
}
.yxzx_box_left{
    width: 600px;
    height: 502px;
    overflow: hidden;
    position: relative;
    background: url(../images/yxzx_bg.png) no-repeat;
}
.yxzx_box_left img.yx_1{
    width: 502px;
    height: 502px;
    position: absolute;
    left: 60px;
    top: 0;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes xz {
  from {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }

  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.yxzx_box_left ul li{
    -webkit-transition: all .6s;
    transition: all .6s
}
.yxzx_box_left ul li:hover {
    z-index: 2;
    -webkit-transform: scale(1.5);
    transform: scale(1.4);
}
.yxzx_box_left ul li.yx_2{
    width: 75px;
    height: 75px;
    position: absolute;
    left: 135px;
    top:178px;
    z-index: 100;
}
.yxzx_box_left ul li.yx_3{
    width: 75px;
    height: 75px;
    position: absolute;
    left: 356px;
    top:123px;
    z-index: 101;
}
.yxzx_box_left ul li.yx_4{
    width: 95px;
    height: 95px;
    position: absolute;
    left: 112px;
    top:272px;
    z-index: 101;
}
.yxzx_box_left ul li.yx_5{
    width: 95px;
    height: 95px;
    position: absolute;
    left: 421px;
    top:200px;
    z-index: 101;
}
.yxzx_box_right{
    width: 385px;
}
.thsh{
    width: 988px;
    height: 305px;
    overflow: hidden;
    margin:0 auto;
    background: url(../images/th_bg.png) no-repeat;
    margin-top: 60px;
}
.thsh_left{
    width: 400px;
    height: 305px;
}
.thsh_right{
    width: 560px;
    height: 305px;
    position: relative;
}
.thsh_right ul li.th1{
    width: 81px;
    height: 81px;
    position: absolute;
    left: 0;
    top: 178px;
}
.thsh_right ul li.th2{
    width: 81px;
    height: 81px;
    position: absolute;
    left: 48px;
    top: 27px;
}
.thsh_right ul li.th3{
    width: 81px;
    height: 81px;
    position: absolute;
    left: 125px;
    top: 146px;
}
.thsh_right ul li.th4{
    width: 81px;
    height: 81px;
    position: absolute;
    left: 147px;
    top: 74px;
}
.thsh_right ul li.th5{
    width: 81px;
    height: 81px;
    position: absolute;
    left: 403px;
    top: 58px;
}

/*======成功案例========*/
.case_banner{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    /*width: 2060px;*/
}
.case{
    width: 1000px;
    margin:0 auto;
}
.case_box{
    width: 1000px;
    overflow: hidden;
    position: relative;
}
.case_img{
    width: 1000px;
    margin-top: 20px;
    background: #f2f2f2;
    height: 415px;
    overflow: hidden;
}
.swiper-button-prev,
.swiper-button-next{
    display: block;
    width: 41px;
    height: 70px;
    position: absolute;
    top:193px;
}
.swiper-button-next{
    left: 20px;
    background: url(../images/prev.png) no-repeat;
}
.swiper-button-prev{
    right: 20px;
    background: url(../images/next.png) no-repeat;
}
.case_text{
    margin-top: 30px;
    text-align: left;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    padding: 0 80px;
}
.case_text span{
    color: #000000;
    font-weight:bold;
}
.case_text h2{
    font-size: 22px;
    font-weight: bold;
    color: #d9491f;
    margin-bottom: 30px;
}
/*======新闻中心=======*/
.news_banner{
    text-align: center;
    overflow: hidden;
    background: #f7f7f7;
}
.news{
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
.news_box{
    width: 1000px;
    margin:0 auto;
    margin-top: 10px;
}
.news_list{
    padding:15px 15px 15px 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}
.news_list:hover {
    z-index: 2;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

.news_list_img{
    width: 165px;
    height: 110px;
    overflow: hidden;
    margin-top: 20px;
}
.news_list_img img{
    width: 165px;
    height: 110px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.news_list_img img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_list_nr{
    width: 770px;
    padding-left: 40px;
    text-align: left;
}
.news_xian{
    width: 1px;
    height: 100%;
    position: absolute;
    font-size: 0;
    top: 0;
    left: 192px;
    background: #e6cc7e;
}
.news_list_nr span.sijian{
    display: block;
    color: #f87e0f;
    font-weight: bold;
    font-size: 20px;
    background: url(../images/news_sj.jpg) no-repeat left center;
    padding-left: 25px;
    position: relative;
    z-index: 100;
    margin-left: -30px;
}
.news_list_nr span.news_bt{
    display: inline-block;
    margin-top: 10px;
    background: #f4741e;
    border-radius: 10px;
    margin-left: 10px;
    position: relative;
}
.news_list_nr span.news_bt i{
    display: block;
    width: 10px;
    height: 9px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -4.5px;
    background: url(../images/news_jt.jpg) no-repeat;
}
.news_list_nr span.news_bt a{
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.news_text{
    text-align: left;
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-top: 10px;
}
.more{
    margin-top: 30px;
}
.more a{
    display: block;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #e8e8e8;
    border-radius: 10px;
    color: #565656;
    font-size: 20px;
    font-weight: bold;
}
.more a:hover{
    background: #f4741e;
    color: #fff;
}

/*=========新闻详细=========*/

.news_user{
    margin-top: 20px;
    border-bottom: 1px solid #eaeaea;
}
.news_detail_box{
    width: 1000px;
    height: 45px;
    line-height: 45px;
    margin:0 auto;
    text-align: left;
    color: #565656;
    font-size: 18px;
}
.news_detail_box a{
    color: #565656;
    font-size: 18px;
    margin:0 5px;
}
.news_detail_text{
    width: 1000px;
    margin:0 auto;
}
.news_detail_text_bt{
    margin-top: 55px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000000;
}
.news_detail_text_bt span{
    display: block;
    color: #000;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 100;
}
.news_detail_text_nr{
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    color: #000000;
    line-height: 1.7;
}

/*===关于我们====*/

.about_box{
    width: 1008px;
    margin:0 auto;
    margin-top: 45px;
}
.about_box_left{
    width: 119px;
    background: #f2f2f2;
}
.about_box_left h2{
    padding: 12px 0;
    background: #2368dd;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.about_box_left ul li{
    height: 60px;
    overflow: hidden;
}
.about_box_left ul li a{
    display: block;
    height: 58px;
    line-height: 58px;
    border-bottom:2px solid #f2f2f2;
    overflow: hidden;
    text-align: center;
    color: #212121;
    font-size: 16px;
}
.about_box_left ul li a:hover{
    background: #fff;
    border-bottom: 2px solid #2368dd;
    color: #2368ddf;
}
.about_box_left ul li.cur a{
    background: #fff;
    border-bottom: 2px solid #2368dd;
    color: #2368dd;
}
.about_box_right{
    width: 836px;
}
.about_box_right_1{
}
.about_box_right_1_title{
    height: 44px;
    line-height: 44px;
    text-align: left;
    background: #2368dd;
    padding: 0 25px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.about_box_right_1_nr{
    background: #f2f2f2;
    text-align: left;
    padding: 30px 50px 50px 50px;
    font-size: 14px;
    color: #212121;
}
.qy_yq{
    background: #fff;
    text-align: left;
    padding: 35px 50px;
    font-size: 14px;
    color: #212121;
}
.dsj_text{
    background: #f2f2f2;
    padding: 0 60px 60px 60px;
    text-align: left;
}
.dsj_text h3{
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
.dsj_text ul{
    margin-top: 30px;
}
.dsj_text ul li{
    line-height: 30px;
    text-align: left;
    color: #212121;
    font-size: 14px;
}
.dsj_text ul li span{
    margin-right: 80px;
    display: inline-block;
    min-width: 50px;
}
.jm_nr{
    padding: 0 20px 20px 20px;
}
.jm_nr_list{
    margin-top: 15px;
    text-align: left;
}
.jm_nr_list_1{
    color: #212121;
    font-size: 14px;
}
.jm_nr_list_1 a.jm_but{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #2368dd;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
}
.jm_nr_list_2{
    text-align: left;
    font-size: 14px;
    color: #212121;
    display: none;
}
.jobTitle{
    font-weight: bold;
    padding: 10px 0;
}
.lxwm_text{
    padding: 30px 65px;
    text-align: left;
    color: #212121;
    font-size: 14px;
    line-height: 1.5;
    min-height: 200px;
}
.lxwm_text span{
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.lxwm_text_1{
    padding: 30px 65px;
    text-align: left;
    color: #212121;
    font-size: 14px;
    line-height: 1.5;
    min-height: 200px;
    background: #f2f2f2;
}

/*======右侧浮动导航========*/
.sprite {
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/ico.png);
}
.sprite {
  *display: inline;
}
.quickLink {
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 40px;
  z-index: 99;
}

.quickLink a {
  width: 40px;
  height: 40px;
  display: block;
  margin-top: 5px;
  background-color: #47433a;
  color: #fff;
}

.quickLink a:hover {
    background-color: #f4741e;
}

.quickLink a.backUp {
  background-position: -178px -16px;
  background-color: transparent;
}

.quickLink a.backUp:hover {
  background-position: -268px -16px;
}

.iconPhone {
  background-position: -18px -15px;
}

.quickLink a.iconPhone:hover p {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f4741e;
  position: absolute;
  bottom: 45px;
  right: 41px;
  width: 150px;
  text-align: center;
}
.iconRcode {
  background-position: -87px -15px;
}

.quickLink a.iconRcode:hover p{
  display: block;
  background-color: #f4741e;
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 41px;
  text-align: center;
  line-height: 0;
  overflow: hidden;
  margin:0;
  padding: 0;
  font-size: 0;
}
.quickLink a.iconRcode p img{
    width: 100%;
    margin:0;
    padding: 0;
    line-height: 0;
}
.block {
  display: block;
}
.none {
  display: none;
}

@media screen and (min-device-width:240px) and (max-device-width:768px){
    /*导航*/
    .nav{
        float: left;
        margin:20px 0 0 50px;
        height: 60px;
    }
    .nav ul li{
        float: left;
        color: #212121;
        font-size: 26px;
        width: 130px;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }
    .nav ul li a{
        display: block;
        height: 100%;
        width: 100%;
        font-size: 26px;
        color: #212121;
    }
    .nav ul li.on a{
        color: #2368dd;
    }
    .nav .navHoverBd{
        width: 130px;
        height: 2px;
        background-color:#2368dd;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    /*关于我们*/
    .about_box_left{
        display: none;
    }
    .about_box_right{
        width: 100%;
    }
    /*右侧*/
    .quickLink {
      position: fixed;
      bottom: 100px;
      right: 20px;
      width: 60px;
      z-index: 99;
    }

    .quickLink a {
      width: 60px;
      height: 60px;
      display: block;
      margin-bottom: 5px;
      background-color: #47433a;
      color: #fff;
    }

    .quickLink a:hover {
        background-color: #f4741e;
    }

    .quickLink a.backUp {
      background-position: -171px -87px;
      background-color: transparent;
    }

    .quickLink a.backUp:hover {
      background-position: -265px -87px;
    }

    .iconPhone {
      background-position: -16px -87px;
    }

    .quickLink a.iconPhone:hover p {
      display: block;
      height: 60px;
      line-height: 60px;
      background-color: #f4741e;
      position: absolute;
      bottom: 70px;
      right: 61px;
      width: 250px;
      text-align: center;
      font-size: 24px;
    }
    .iconRcode {
      background-position: -83px -87px;
    }

    .quickLink a.iconRcode:hover p {
      display: block;
      background-color: #f4741e;
      width: 200px;
      height: 200px;
      position: absolute;
      bottom: 5px;
      right: 65px;
      text-align: center;
      line-height: 0;
      overflow: hidden;
    }
    .quickLink a.iconRcode p img{
        width: 100%;
    }
}
































































































