body{
    font-family: "Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",Arial,sans-serif;
    font-size: 14px;
    line-height: 14px;
    background-repeat: repeat;
	color: #000;
}
.fixednav {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.fixednav1 {
    position: fixed !important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
    background: #fff;
    padding: 20px 0;
}
/*返回顶部*/
.totop{
	width: 50px;
	height: 50px;
	line-height: 55px;
	text-align: center; 
	background: #f5f5f5; 
	position: fixed;
	bottom: 30px; 
	right: 30px; 
	cursor: pointer;
	border-radius: 5px; 
	color:#ddd;
	z-index: 1000;
	font-size: 24px;
	line-height: 50px;
	/*box-shadow: 0px 0px 15px rgba(153,153,153,0.1);*/
	transition: background 0.5s;
	-webkit-transition: background 0.5s; /* Safari */
}
.totop:hover{
	color: #fff;
	background-color: #2984ef;
}

/*客服*/
.kefu_style{
    position: fixed;
    bottom: 130px; 
    right: 30px; 
    background: #fff; 
    box-shadow: 0px 0px 15px rgba(153,153,153,0.1);
    border-radius: 5px; 
    z-index: 1000;
    width: 68px;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}
.kefu_style li{
    border-bottom: 1px solid #f8f8f8;
}
.kefu_style .kefu_style_no_border{
    border: none;
}
.kefu_style .menu{
    display: none;
    width: 180px;
    position: absolute;
    top: 0px;
    right: 78px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    margin-top: 0px;
    z-index: 1000;
    padding: 20px 10px 20px 10px;
    border-radius: 5px;
    line-height: 24px;
    animation: kefu_style_donghua 0.5s;
    -moz-animation: kefu_style_donghua 0.5s;    /* Firefox */
}
.kefu_style .menu li{
    border: none;
}
.kefu_style .menu li img{
    padding-right: 8px;
}
@keyframes kefu_style_donghua
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}

@-moz-keyframes kefu_style_donghua /* Firefox */
{
    0%   {
        margin-top: 20px;
        opacity: 0;
    }
    100% {
        margin-top: 0px;
        opacity: 1;
    }
}
.kefu_style_a{
    display: block;
    padding: 20px 0px 8px 0px;
    color: #666;
}
.kefu_style li:hover .menu{
    display: block;
    transition: all .5s;
}
.kefu_style li p{
    margin-top: 6px;
}

.zixun{
    width: 68px;
    height: 68px;
    line-height: 75px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    position: fixed;
    bottom: 50px;
    right: 30px;
    border-radius: 5px;
    color: #66acff;
    z-index: 1000;
}

/* ----------------------------------------------------------------
    nav
-----------------------------------------------------------------*/

.navbar{
	min-height: 100px;
	border: none;
	border-radius: 0px;
    margin-bottom: 0px;
    padding-left: 148px;
    padding-right: 148px;
}
.navbar-default{
	background-color: rgba(255,255,255,1);
	box-shadow: none;
}
.navbar-brand{
	height: 100px;
	padding: 40px 15px 40px 15px;
    margin-right: 88px;
}
.nav>li>a{
	padding: 40px 0px 40px 0px;
	margin: 0px 44px 0px 44px;
    font-size: 18px;
    position: relative;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: none;
    color: #2984ef;
}
.navbar-default .navbar-nav>li>a{
    color: #000;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #2984ef;
}
.nav>li>a:before{
    content: "";
    position: absolute;
    left: 0%;
    right: 100%;
    bottom: 0px;
    background: #2984ef;
    height: 2px;
    border-radius: 50px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav>li>a:hover,.nav>li>a:hover .fa,.nav .active a{
    color: #eb2b03;
}
.nav li a:hover:before,.fa,.nav .active a:before{
    right: 0%;
}
.navbar-right h4{
    font-size: 20px;
    margin: 34px 15px;
    position: relative;
    padding-left: 44px;
    line-height: 32px;
}
.navbar-right h4:before{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/dianhua.png);
    position: absolute;
    left: 0%;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
	transition: transform 0.5s;
    -webkit-transition: transform 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s; 
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
	transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);

}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

/* ----------------------------------------------------------------
    通用
-----------------------------------------------------------------*/
.col-2{
    float: left;
    position: relative;
    width: 20%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

button:focus{outline:0;}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a{
    color: #000;
}

a, a:hover, a:focus{
    text-decoration: none;
}

a:hover{
    color: #2984ef;
}

ul,p{
    margin-bottom: 0px;
}

p{
	line-height: 24px;
}

.pem{
    text-indent: 2em;
}

.text_white{
    color: #fff;
}
.text-muted{
	color: #999;
}
.text_666{
    color: #666;
}
.text-primary{
    color: #2984ef;
}
.text-success{
    color: #23c069;
}
.text-danger{
    color: #ff3434;
}

.bg_white{
    background: #fff;
}
.bg_FBFBFC{
    background: #FBFBFC;
}
.bg_f5f5f5{
    background: #f5f5f5;
}
.bg-primary{
    background: #2984ef;
}

.font12{
    font-size: 12px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}

.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_padding_left{
    padding-left: 0px;
}
.no_padding_right{
    padding-right: 0px;
}
.pgltrt10{
    padding-left: 10px;
    padding-right: 10px;
}

.pb88{
    padding-bottom: 88px;
}

.no_margin{
    margin: 0px;
}

/* ----------------------------------------------------------------
    首页
-----------------------------------------------------------------*/
.close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 36px;
}
.modal-backdrop{
    background: #fff;
}
.modal-backdrop.in{
    opacity: 1;
}
.modal{
    padding-top: 50px;
}
.modal_left h1{
    margin: 40px 0px 20px 0px;
}
.modal_left img{
    margin: 40px 0px;
}
.modal_right h2{
    margin: 140px 0px 30px 0px;
}
.tanchuang_bd .input-group{
    margin-bottom: 24px;
}
.tanchuang_bd .input-group .input-group-addon{
    border-radius: 0px;
    background: #fff;
    border-color: #eee;
    padding: 12px 18px;
}
.tanchuang_bd .input-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
    height: 40px;
    padding: 12px 18px;
}
.tanchuang_bd .form-group{
    margin-bottom: 38px;
}
.tanchuang_bd .form-group .form-control{
    border-radius: 0px;
    border-color: #eee;
    box-shadow: none;
}
.tanchuang_tjsq, .tanchuang_tjsq:hover, .tanchuang_tjsq:focus, .tanchuang_tjsq:active {
    border-radius: 0px;
    border-color: #1e79e3;
    background: #1e79e3;
    padding: 12px 24px;
}
.tanchuang_quxiao, .tanchuang_quxiao:hover, .tanchuang_quxiao:focus, .tanchuang_quxiao:active {
    border-radius: 0px;
    border-color: #ccc;
    background: #ccc;
    padding: 12px 24px;
    color: #fff;
}

.swiper_banner .swiper-wrapper .swiper-slide{
    height: 780px;
    background-position: left!important;
    background-size: cover!important;
}
.swiper-container-horizontal .swiper-pagination-bullets{
    bottom: 30px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    border: 2px solid #2984ef;
    opacity: 1;
    background: #fff;
    margin: 0px 12px 0px 0px;
}
.swiper-pagination-bullet-active{
    border: 2px solid #fff;
    background: #fff;
}
.banner_right{
    margin-top: 200px;
}
.banner_right h1{
    font-size: 52px;
    margin: 28px 0px;
}
.banner_right h2{
    line-height: 52px;
    height: 200px;
}
.banner_sqkt{
    display: inline-block;
    background: #fff;
    color: #2984ef;
    font-size: 18px;
    padding: 20px 84px 20px 28px;
    position: relative;
}
.banner_sqkt:before{
    content: "";
    width: 18px;
    height: 12px;
    background: url(../img/banner_sqkt_right.png);
    position: absolute;
    top: 22px;
    right: 48px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s; /* Safari */
}
.banner_sqkt:hover:before{
    right: 28px;
}

.jiage_js{
    margin-bottom: 88px;
}
.jiage_jsmt{
    display: block;
    overflow: hidden;
    background: #F9FAFC;
}
.jiage_jsmt .jlist{
    display: block;
    overflow: hidden;
    background: #F9FAFC;
    padding: 25px 0;
}
.jiage_jsmt .lttitle{
    line-height: 40px;
    float: left;
}
.jiage_jsmt .rmt{
    float: right;
    text-align: right;
}
.jiage_jsmt .bto{
    border-top: 1px solid #e2e2e2;
}
.jiage_jsmt .zzjg{
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}

.index_bt h2{
    margin: 88px 0px 18px 0px;
}
.index_bt{
    margin-bottom: 38px;
}
.jg_thumbs{
    margin-bottom: 30px;
}
.jg_thumbs .swiper-slide{
    cursor: pointer;
    padding: 12px 24px;
    font-size: 16px;
    background: #fff;
    color: #666;
    border: 2px solid #efefef;
}
.jg_thumbs .swiper-slide-thumb-active{
    background: #2984ef;
    border-color: #2984ef;
    color: #fff;
}
.jg_top .swiper-slide{
    background: #fff; 
    padding: 0px 18px;
}
.jg_top_top{
    padding: 46px 0px 32px 0px;
    border-bottom: 1px solid #f7f7f7;
}
.jg_top_top1 h3{
    margin: 0px 0px 24px 0px;
}
.jg_top_top1 p strong{
    font-size: 30px;
}
.jg_top_top2{
    margin-top: 18px;
}
.index_anniu{
    background: #2984ef;
    color: #fff;
    padding: 14px 32px;
    margin: 12px 8px 0px 8px;
    display: inline-block;
}
.index_anniu:hover{
    color: #fff;
}
.index_anniu2{
    background: #ffb800;
}

.jg_top_bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
.jg_shuju{
    line-height: 18px;
    margin: 15px 0px;
    padding-left: 30px;
}
.jg_shuju:before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/jg_shuju.png);
    position: absolute;
    left: 0px;
}
.fuwu_style{
    height: 388px;
    padding-left: 28px;
    padding-right: 28px;
}
.fuwu_style div{
    height: 160px;
    line-height: 160px;
}
.fuwu_style h4{
    margin: 24px 0px 16px 0px;
}

.txqyyx_bg{
    background: url(../img/txqyyx_bg.jpg);
    background-position: center!important;
    background-size: cover!important;
    height: 640px;
}
.txqyyx_style{
    padding-left: 48px;
    padding-right: 48px;
}
.txqyyx_media .media{
    height: 140px;
    padding-right: 32px;
}
.txqyyx_media .media .media-left{
    padding-right: 24px;
}
.txqyyx_media .media .media-left div{
    width: 68px;
    height: 68px;
    line-height: 68px;
    border-radius: 68px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1)
}

.anli_style{
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}
.guanggao{
    background: url(../img/guanggao.jpg);
    background-position: center;
    background-size: cover;
    margin-top: 62px;
}
.guanggao h2{
    margin: 68px 0px;
}
.guanggao .jg_top_top2{
    margin: 0px;
}
.index_anniu3{
    background: #fff;
    color: #2984ef;
    margin: 62px 0px;
}
.index_anniu3:hover{
    color: #2984ef;
}

.news_left{
    background: #f5f5f5;
    padding: 62px 48px 52px 48px;
    margin-bottom: 88px;
}
.news_left h3{
    margin: 0px 0px 26px 0px;
}
.news_left p{
    margin: 22px 0px 22px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
}
.news_left_ckxq,.news_left_ckxq:hover,.news_left_ckxq:focus,.news_left_ckxq:active {
    display: inline-block;
    background: #2984ef;
    color: #fff;
    padding: 14px 32px;
    margin-top: 38px;
    display: inline-block;
}

.news_media{
    padding: 38px 18px;
    border-top: 1px solid #f5f5f5;
    display: block;
    margin: 0px;
}
.news_media_bottom{
    border-bottom: 1px solid #f5f5f5;
}
.news_right{
    margin-bottom: 88px;
    padding-left: 48px;
}
.news_media h4{
    margin: 0px 0px 18px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
}
.news_media h4:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #2984ef;
    position: absolute;
    left: 0px;
    top: 8px;
}
.news_media  p{
    margin: 22px 0px 0px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666;
}
.news_media .media-right h3{
    width: 108px;
    text-align: right;
    color: #888;
    margin: 0px;
    position: relative;
    padding-bottom: 58px;
}
.news_media .media-right h3:before{
    content: "";
    width: 31px;
    height: 19px;
    position: absolute;
    right: 0px;
    top: 58px;
    background: url(../img/news_media_right_tb.png);
}
.news_media:hover{
    background: #2984ef;
    color: #fff;
}
.news_media:hover p{
    color: #fff;
}
.news_media:hover h4:before{
    background: #fff;
}
.news_media:hover h3{
    color: #fff;
}
.news_media:hover .media-right h3:before{
    background: url(../img/news_media_right_tb2.png);
}

.dibu_bottom{
    background: #000;
    color: #fff;
    padding-top: 78px;
}
.dibu_bottom_logo{
    padding-bottom: 32px;
}
.dibu_bottom_ul1{
    margin-top: 52px;
}
.dibu_bottom_ul1 li a{
    color: #aaa;
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    margin-right: 48px;
}
.dibu_bottom_ul1 li a:hover{
    color: #2984ef;
}
.dibu_bottom2{
    border-left: 1px solid #202020;
    padding: 0px 38px;
}
.dibu_bottom_media .media-left div{
    width: 94px;
}
.dibu_bottom_media .media-left{
    padding-right: 20px;
}
.dibu_bottom_media .media-body p:nth-of-type(3){
    color: #8c8c8c;
}
.dibu_bottom_ul2{
    border-bottom: 1px solid #202020;
    padding: 36px 0px;
}
.dibu_bottom_ul2 li{
    margin: 12px 4px;
}
.dibu_bottom_ul3{
    margin-top: 40px;
    margin-bottom: 40px;
}
.dibu_bottom_ul3 li a{
    color: #8c8c8c;
}
.dibu_bottom_ul3 li a:hover{
    color: #2984ef;
}
.dibu_bottom_p{
    margin-top: 40px;
    margin-bottom: 40px;
    color: #8c8c8c;
}

.news_media2{
    border: none;
    padding: 20px 18px;
    margin-bottom: 0px;
    border-bottom: 1px solid #f5f5f5;
}
.news_media2 .media-right h3{
    padding-bottom: 0px;
}
.news_media2 h4{
    margin-bottom: 0px;
    font-size: 16px;
}
.news_media2 .media-right div{
    width: 108px;
    text-align: right;
    color: #888;
    margin: 0px;
    position: relative;
    line-height: 18px;
}
.news_media2:hover .media-right div{
    color: #fff;
}

.swiper_banner{
    position: relative;
}
.swiper_banner_tj{
    position: absolute;
    top: 0px;
    z-index: 1200;
    background: rgba(255,255,255,1);
    border-radius: 10px;
    padding: 24px;
    margin-top: 150px;
}
.swiper_banner_tj .tanchuang_bd .input-group{
    margin-bottom: 12px;
}
.swiper_banner_tj h3{
    margin: 20px 0px 40px 0px;
}
.swiper_banner_tj .tanchuang_tjsq{
    margin-top: 26px;
}
.swiper_banner_tj_wz{
    min-height: 0px;
}

/* ----------------------------------------------------------------
    内页
----------------------------------------------------------------- */
.jiage{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 15px rgba(153,153,153,0.1);
    margin-top: 88px;
    margin-bottom: 88px;
    padding: 62px 50px 50px 50px;
}
.jiage h2{
    margin: 42px 0px 8px 0px;
}
.jiage h4{
    margin-bottom: 48px;
    font-size: 16px;
}
.jiage h4 strong{
    font-size: 30px;
}
.jiage .list-group{
    margin: 36px 0px 32px 0px;
}
.jiage .list-group .list-group-item{
    border: none;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0px;
    padding: 0px;
    line-height: 51px;
    font-size: 16px;
}
.jiage .list-group .list-group-item img{
    padding-right: 15px;
}
.jiage .list-group .list-group-item .badge{
    background: none;
    padding: 0px;
    color: #2984ef;
    font-size: 18px;
    font-weight: normal;
    margin-top: 18px;
}
.jiage2 .list-group .list-group-item .badge{
    color: #23c069;
}
.jiage a{
    transition: padding-left 0.5s;
    -webkit-transition: padding-left 0.5s; /* Safari */
    display: inline-block;
}
.jiage a:hover{
    padding-left: 20px;
}

.jiage_ny_banner{
    height: 580px;
    background: url(../img/banner_ny_img1.jpg);
    background-position: center!important;
    background-size: cover!important;
}

/*定价详情*/
.djxq_style{
    background: url("../img/djxq_banner1.jpg") no-repeat center;
    background-size: auto 100%;
    padding: 1px 0px;
}
.djxq_bg{
    margin-bottom: 100px;
}
.djxq_bg>tbody>tr>td,.djxq_bg>thead>tr>th{
    color: #333;
    border-color: #eee;
    padding: 18px 12px;
    font-size: 12px;
    text-align: center;
    vertical-align:middle;
}
.djxq_bg>thead>tr>th{
    border-bottom: none;
}
.djxq_bg>tbody>tr>td>a{
    display: inline-block;
    width: 78px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    color: #999;
    border-radius: 50px;
    -webkit-transition: background 0.5s; /* Safari */
    transition: background 0.5s,color 0.5s;
    background: #236def;
    color: #fff;
}
.djxq_bg>tbody>tr>td>a:hover{
    background: #018fff;
    color: #fff;
}
.djxq_bg>tbody>tr,.djxq_bg>thead>tr>th{
    background: #fff;
}
.djxq_bg>tbody>tr:hover{
   background: #f5f5f5;
   z-index: 10000;
}
.djxq_bg tbody tr td:nth-child(11){
   font-weight: 700;
}

.price_gmlc{
    background: url(../img/price_gmlc_right.png) no-repeat;
    background-position: right 42px;
    padding-bottom: 50px;
}
.price_gmlc_right{
    background: none;
}
.price_cjwt{
    background: #f9fafc;
    border-radius: 10px;
    padding: 42px 42px 32px 42px;
    margin-bottom: 28px;
}
.price_cjwt h4{
    margin: 0px;
}
.price_cjwt_style{
    position: relative;
    padding-left: 32px;
    margin-top: 10px;
}
.price_cjwt_style span{
    background: #2984ef;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}
.price_cjwt_style p{
    line-height: 38px;
}
.price_gmlc_db{
    margin: 48px 0px 88px 0px;
}

.tabs_bt2{
    margin: 62px 0px 30px 0px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;
}
.tabs_bt2 p,.tabs_nr p{
    color: #4A4A4A;
}
.tabs_nr div{
    box-shadow: 0px 5px 15px rgba(41,132,239,0.2);
    padding: 22px 22px;
    border-radius: 10px;
    height: 140px;
    margin-bottom: 30px;
}
.tabs_nr p{
    font-size: 12px;
}
.tabs_nr h4{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 14px;
    margin-top: 0px;
    position: relative;
}
.tabs_nr h4:before{
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    background-image: url(../img/indexIcons541f46.png);
}
.tabs_nr1 h4:before{
    background-position: -840px -862px;
}
.tabs_nr2 h4:before{
    background-position: -440px -862px;
}
.tabs_nr3 h4:before{
    background-position: -40px -862px;
}
.tabs_nr4 h4:before{
    background-position: -960px -822px;
}
.tabs_nr5 h4:before{
    background-position: -680px -862px;
}
.tabs_nr6 h4:before{
    background-position: -280px -862px;
}
.tabs_nr7 h4:before{
    background-position: -760px -862px;
}
.tabs_nr8 h4:before{
    background-position: -800px -822px;
}
.tabs_nr9 h4:before{
    background-position: -520px -862px;
}
.tabs_nr10 h4:before{
    background-position: -880px -822px;
}
.tabs_nr11 h4:before{
    background-position: -200px -862px;
}
.tabs_nr12 h4:before{
    background-position: -720px -822px;
}
.tabs_nr13 h4:before{
    background-position: -600px -862px;
}
.tabs_nr14 h4:before{
    background-position: -400px -862px;
}
.tabs_nr15 h4:before{
    background-position: -600px -822px;
}
.tabs_nr16 h4:before{
    background-position: -80px -862px;
}
.tabs_nr17 h4:before{
    background-position: -160px -862px;
}
.tabs_nr18 h4:before{
    background-position: -120px -862px;
}

.tabs_nr_1 h4:before{
    background-position: -614px -778px;
}
.tabs_nr_2 h4:before{
    background-position: -294px -778px;
}
.tabs_nr_3 h4:before{
    background-position: -480px -822px;
}
.tabs_nr_4 h4:before{
    background-position: -774px -778px;
}
.tabs_nr_5 h4:before{
    background-position: -934px -778px;
}
.tabs_nr_6 h4:before{
    background-position: -400px -822px;
}
.tabs_nr_7 h4:before{
    background-position: -854px -778px;
}
.tabs_nr_8 h4:before{
    background-position: -694px -778px;
}
.tabs_nr_9 h4:before{
    background-position: -240px -822px;
}
.tabs_nr_10 h4:before{
    background-position: -374px -778px;
}
.tabs_nr_11 h4:before{
    background-position: -454px -778px;
}
.tabs_nr_12 h4:before{
    background-position: -40px -822px;
}
.tabs_nr_13 h4:before{
    background-position: -320px -822px;
}
.tabs_nr_14 h4:before{
    background-position: -160px -822px;
}
.tabs_nr_15 h4:before{
    background-position: -534px -778px;
}
.tabs_nr_16 h4:before{
    background-position: -560px -822px;
}
.tabs_nr_17 h4:before{
    background-position: -80px -822px;
}

.nr_nav{
    background: #fbfbfb;
    border-bottom: 1px solid #f3f3f3;
}
.nr_nav ul li a{
    font-size: 18px;
    padding: 30px 0px;
    display: inline-block;
    color: #666;
    margin-right: 80px;
}
.nr_nav ul li a:hover{
    color: #000;
}
.nr_nav ul li.active a{
    color: #000;
    border-bottom: 2px solid #2984ef;
}

.jiage_ny_banner2{
    background: url(../img/banner_ny_img2.jpg);
}
.function_pc{
    border-top: 1px solid #f5f5f5;
}
.function_pc_top{
    border: none;
}
.function_pc .col-md-5,.function_pc .col-md-7,.function_pc .col-md-6{
    padding-top: 88px;
    padding-bottom: 88px;
}

.move_left{
    padding-top: 80px;
    padding-bottom: 80px;
}
.move_left h1{
    font-weight: 300;
    margin-bottom: 20px;
}
.move_left ul{
    margin-top: 40px;
}
.move_left ul li a span{
    font-size: 26px;
    width: 34px;
    color: #BDBDBD;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 3px;
}
.move_left ul li a{
    padding-left: 62px;
    display: block;
    padding-bottom: 30px;
    line-height: 24px;
    margin-top: 30px;
    position: relative;
    color: #666;
}
.move_left ul li.move_ali a{
    padding-bottom: 0px;
}
.move_left ul li a:before{
    content: "";
    width: 40px;
    height: 1px;
    background: #EAEAEA;
    position: absolute;
    bottom: 1px;
}
.move_left ul li.move_ali a:before{
    content: "";
    width: 0px;
    height: 0px;
}
.move_left ul li.active a span{
    color: #186fd5;
}
.move_left ul li.active a{
    color: #000;
}
.move_right{
    padding-top: 120px;
    padding-bottom: 80px;
}
.foxmail_bt{
    padding-top: 80px;
}
.foxmail_bt h1{
    font-weight: 300;
    margin: 40px 0px 18px 0px;
}
.foxmail_bt p{
    padding-bottom: 80px;
    border-bottom: 1px solid #efefef;
}
.foxmail_right{
    padding-top: 84px;
    padding-bottom: 84px;
}
.foxmail_left{
    padding-top: 178px;
    padding-bottom: 178px;
}
.foxmail_left h1{
    font-weight: 300;
    margin-bottom: 18px;
}

.api_style1{
    border: 1px solid #f5f5f5;
    padding: 18px 18px 28px 18px;
    margin: 40px 0px;
}
.api_style1 h4{
    margin: 10px 0px 16px 0px;
}
.api_style2{
    padding-top: 48px;
    padding-bottom: 48px;
}

.api_ruanjian{
    background: #fff;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.api_ruanjian .img_center{
    height: 220px;
    line-height: 220px;
}
.ie_re_style3{
    padding: 78px 15px;
}
.api_ruanjian_top{
    padding-top: 78px;
}
.api_bt h2{
    margin: 78px 0px 38px 0px;
}
.api_sm{
    background: #fff;
    box-shadow: 0px 15px 30px rgba(0,102,204,0.15);
    border-radius: 10px; 
    margin-bottom: 78px;
    padding-bottom: 24px;
}
.api_sm div{
    height: 240px;
    line-height: 240px;
}

.et-hero-tabs,.et-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee;
  padding: 0 2em;
  margin-top: 77px;
}

.et-hero-tabs-container {
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 77px;
  background: #fff;
  z-index: 10;
  overflow: auto;
}
.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease;
  font-size: 0.8rem;
}
.et-hero-tab:hover {
  color: white;
  background: rgba(102, 177, 241, 0.8);
  transition: all 0.5s ease;
}

.et-hero-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  background: #66B1F1;
  transition: left 0.3s ease;
}

@media (min-width: 800px) {
  .et-hero-tabs h1,
  .et-slide h1 {
    font-size: 3rem;
  }
  .et-hero-tabs h3,
  .et-slide h3 {
    font-size: 1rem;
  }

  .et-hero-tab {
    font-size: 1rem;
  }
}

.gzyh_gundong_bk{
    background: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
    height: 110px;
    line-height: 110px;
    margin-bottom: 30px;
    display: block;
}
.case_dxkh{
    padding-bottom: 88px;
}
.case_dxkh h4 {
    font-size: 20px;
    border-top: 1px solid #f5f5f5;
    margin: 48px 0px 34px 0px;
    padding-top: 50px;
}

.list_khan{
    display: block;
    background: #fff;
    margin-bottom: 24px;
    -webkit-transition: box-shadow 0.5s,color 0.5s;
    transition: box-shadow 0.5s,color 0.5s;
}
.list_khan:hover{
    box-shadow: 0 15px 30px rgba(0, 102, 204, 0.15);
}
.list_khan .pull-left{
    width: 300px;
    height: 228px;
}
.list_khan p{
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list_right_ul span {
    display: inline-block;
    width: 48px;
    height: 28px;
    line-height: 28px;
    border-radius: 50px;
    background: #2984ef;
    color: #fff;
    text-align: center;
    margin: 0px 0px 0px 14px;
}
.list_khan .media-body{
    padding: 24px;
}
.list_khan .media-body .p1{
    margin-bottom: 24px;
}
.list_khan h3{
    margin: 12px 0px 18px 0px;
}

.img_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_nav li a{
    display: inline-block;
    padding: 12px 24px;
}
.case_nav .active a,.case_nav li a:hover{
    background: #236def;
    color: #fff;
}

.case_detils_style1{
    margin: 88px 0px 28px 0px;
}
.case_detils_img{
    margin-bottom: 28px;
}
.price_banner h1{
    color: #fff;
    padding: 220px 0px 16px 0px;
    margin: 0px;
}
.price_banner p span{
    display: inline-block;
    padding: 10px 28px;
    background: #fff;
    color: #f00;
    border-radius: 50px;
}

/* ----------------------------------------------------------------
    效果
----------------------------------------------------------------- */
.hvr-grow {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform,box-shadow;
    transition-property: transform,box-shadow;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    transform: translateY(-5px);
    box-shadow: 0px 3px 15px rgba(153,153,153,0.2);
}

/* ----------------------------------------------------------------
    响应
----------------------------------------------------------------- */
@media (max-width: 1500px){
    .navbar{
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-brand{
        margin-right: 24px;
    }
    .nav>li>a{
        margin: 0px 20px 0px 20px;
    }
    .txqyyx_style{
        padding-left: 0px;
        padding-right: 0px;
    }
    .txqyyx_media .media{
        padding-right: 0px;
    }
}

@media (max-width: 900px){
	.news_right{
        padding: 0px 15px;
    }
    .swiper_banner .swiper-wrapper .swiper-slide{
        height: 500px;
    }
    .banner_right{
        margin-top: 80px;
    }
    .dibu_bottom2{
        padding: 0px 15px;
    }
    .dibu_bottom_ul1{
        margin: 48px 0px 24px 0px;
    }
    .dibu_bottom_p .text-right{
        text-align: left;
    }
    .dibu_bottom_ul3{
        margin-bottom: 20px;
    }
    .dibu_bottom_p{
        margin-top: 20px;
    }
    .guanggao {
        background-position: left;
    }
    .news_left{
        padding: 42px 24px 32px 24px;
    }
    .visible-xy-block{
        display: none;
    }
    .col-2{
        position: relative;
        width: 100%;
        float: left;
    }
    .price_gmlc{
        background: url(../img/price_gmlc_right2.png) no-repeat;
        background-position: center bottom;
        margin-bottom: 38px;
    }

    .et-hero-tabs-container ul{
        width: 1200px;
    }
}

@media (max-width: 750px){
    .jiage_jsmt .jlist{
        padding: 10px 0;
    }
    .banner_right h1{
        font-size: 32px;
    }
    .banner_right h2{
        font-size: 24px;
    }
    .banner_right{
        text-align: center;
    }
    .jg_top_top2{
        text-align: left;
    }
    .jg_top_top1,.jg_top_top2{
        padding: 0px;
    }
    .fuwu_style{
        height: 340px;
    }
    .txqyyx_bg{
        height: 300px;
    }
    .index_anniu{
        margin: 12px 12px 0px 0px;
    }
    .index_anniu3{
        margin: 12px 12px 48px 0px;
    }
    .jiage_ny_banner{
        height: 240px;
    }
    .jiage{
        padding: 30px 30px;
    }
    .jiage .list-group .list-group-item .badge{
        font-size: 16px;
    }
    .zixun{
        right: 15px;
    }
    .kefu_style{
        right: 15px;
    }
    .list_khan .pull-left{
        width: 100%;
        padding-right: 0px;
    }
    .case_nav li a{
        margin-bottom: 12px;
    }

    .et-hero-tabs-container ul{
        width: 750px;
    }
    .nr_nav ul li a{
        margin-right: 24px;
    }
    .price_banner h1{
        font-size: 24px;
        padding: 80px 0px 16px 0px;
    }
}

.navbar-default .navbar-toggle{
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: none;
}
.navbar-toggle{
	margin-top: 34px;
	margin-right: 10px;
}