
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 100px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #9c9c9c;
	text-indent: -9999px;
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 5px;
	outline: 0;

}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffffff;
}
.bx-wrapper .bx-prev {
	left: 80px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
	right: 80px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 29px;
	height: 68px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
ul.bxslider li img {margin: 0 auto; width:100%}








@charset "utf-8";
/*css reset*/
* {
    margin: 0;
    padding: 0;
    font-size: 14px;

}
@font-face {
    font-family:"hyo3gj.ttf";
    src: url("../fonts/hyo3gj.ttf");
}

body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {margin: 0;padding: 0;}
body, button, input, select, textarea { font-size:12px; font-family:"寰蒋闆呴粦"}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight:normal;}
ol, ul {list-style: outside none none;}
*:focus {outline: none;}
a {text-decoration: none;color: #333333}
a:hover {text-decoration: none;}
b{font-weight: normal;}
img {
    border: none;
    max-width: 100%;
}
button, input, select, textarea {font-size: 100%;}
input{border: none;}
.fl{float:left;}
.fr{float:right;}

.clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;*zoom:1;}
.clearfloat:after{content:"";display: table;height: 0;clear: both;visibility: hidden;}

.header{
    position: fixed;
    height: 100px;
    background-color: rgba(58,57,57,.8);
    z-index: 100;
    width: 100%;
    top:0;
    right: 0;
    text-align: center;
    display: inline-block;
}
.bx-wrapper .bx-controls-direction a{
    display: inline-block;
    width: 29px;
    height: 68px;
    position: absolute;
    top: 281px;
    z-index: 300;
}
.bx-prev {
   background: url(../list_icon.png)no-repeat -123px -408px !important;
}
.bx-next {
    background: url(../list_icon.png)no-repeat -88px -408px !important;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    height: 80px;
    padding-top: 10px;
    margin-right: 150px;
    width: 300px;
    /* margin-left: 200px; */
}
/*nav*/
.topNav{
    float: left;
    height: 100px;
}
.topNav li{
    float: left;
    /* width: 300px; */
    /* text-align: center; */
    /* margin-top: 20px; */
}

.topNav em{
	/* float:left; */
}

.topNav li a{
    padding-top: 23px;
    float: left;
    font-size: 15px;
    color: #ffffff;
    width: 105px;
    height: 77px;
    line-height: 23px;
    text-align: center;
    /* margin-top: 25px; */
}
.active{background-color: #0089D1;}
.topNav li:hover{background-color: #0089D1;cursor: pointer;}


.home_icon,.about_icon,.product_icon,.news_icon,.support_icon,.crm_icon{
    display: block;
    margin: 0 auto 13px;
    width: 23px;
    height: 23px;
    background-color: #007aff;
}
.home_icon{
    background: url("../home_icon.png")no-repeat center;
}
.about_icon{
    width: 25px;
    background: url("../about_icon.png")no-repeat center;
}
.product_icon{
    background: url("../product_icon.png")no-repeat center;
}

.crm_icon{
    background: url("../crm_icon.png")no-repeat center;
}

.news_icon{
    background: url("../news_icon.png")no-repeat center;
}
.support_icon{
    background: url("../support_icon.png")no-repeat center;
}
.topTel{
    float: right;
    width: 188px;
    height: 100px;
}
.topTel em{
    float: left;
    width: 24px;
    height: 100px;
    margin-right: 10px;
    background: url("../icon_phone.png")no-repeat center;
}
.topTel p{
  font-size: 15px;
  color: #FFffff;

    margin: 27px auto -4px;
}
.topTel span{
    font-size: 22px;
    color: #FFffff;
}

/*banner*/
.banner{
    display: block;
    margin:  auto 0px;
    max-height: 750px; position:relative;
    /*background: url("../images/indexbanner_1.png")no-repeat center;*/
}
/*----------------------*/
#container {
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.sections,.section {
    height:100%;
}
#container,.sections {
    position: relative;
}
.section {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}

/*#section1 {
    background: url("../images/indexbanner_1.png")no-repeat center;
}
#section2 {
    background: url("../images/indexbanner_1.png")no-repeat center;
}
#section3 {
    background: url("../images/indexbanner_1.png")no-repeat center;
}*/
/*-----------------------*/
.banner .banTet{
    text-align: center;
    padding-top: 259.3px;
}
.banner .banTet .zy,.banner .banTet .zyEng{
    font-size: 55px;
    font-weight: bold;
    color: #0089D1;
    text-shadow:#fff 3px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -webkit-text-shadow:#fff 3px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
    -moz-text-shadow:#fff 3px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}
.banner .banTet .zyEng{ font-size: 19px; margin-top: 7px;}
.banner .banTet .zyNo1{
    font-size: 18px;
    color: #343434;
    margin-top: 32px;
}
.banner .banTet a.understand{
    display: block;
    margin: 40px auto 0px;
    width: 145px;
    height: 45px;
    line-height: 45px;
    background-color: #0089D1;
    color: #ffffff;
    font-size: 13px;
    text-align: center;

}
 .query{
    display: block;

    width: 350px;
    height: 77px;
    background-color: rgba(10,10,10,.8);
    margin-top: 114.5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 20px 39px 20px;
    /*position: relative;*/
    position:absolute; left:50px; bottom:0;
}
.query h2{
    font-size: 21px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.query input{
    width: 180px;
    height: 40px;
    border:none;
    /*padding: 0px 0px 0px 6px;*/
}

.query  i{
    float: left;
    width: 16px;
    height: 40px;
    background: url("../search.png")no-repeat center;
    margin: 0px 12px 0px 16px;
}
.query div.bgF{
    display: inline-block;
    width: 310px;
    height: 40px;
    background-color: #ffffff;
}

.query div.bgF a{
    float: right;
    width: 80px;
    height: 40px;
    line-height: 40px;
    background-color: #0089D1;
    color: #ffffff;
    font-size: 13px; text-align:center;
}
.contentH{
    display: block;
    height: 180px;

}
.contentH li{
    float: left;
    width: 309px;
    height: 55px;
    padding-left: 90px;
    margin: 62px auto;
}

.contentH li:nth-child(2){
    border-right:1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.contentH li .index_icon_wk,.contentH li .index_icon_zzB,.contentH li .index_icon_netB{
    float: left;
    width: 46px;
    height: 46px;
    margin-right: 25px;
    /*background: url("../images/index_icon_wkb_1.png")no-repeat center;*/
}
.contentH li a p{
    font-size: 20px;
    color: #333333;
    margin-bottom: 2px;

}
.contentH li a span{color: #939393;}
/*.contentH li .index_icon_zzB{background: url("../images/index_icon_zzb_1.png")no-repeat center;}
.contentH li .index_icon_netB{background: url("../images/index_icon_netb_1.png")no-repeat center;}*/

.contentH  .contentActive a p,.contentH  .contentActive a span{
color: #0089D1;
}
/* line245~255  20161210 update*/
.contentH li a:hover p,.contentH li a:hover span{
color: #0089D1;
}
/*.contentH li:nth-child(1) a:hover  em.index_icon_wk{
background: url("../images/index_icon_wk_1.png")no-repeat center;
}
.contentH li:nth-child(2) a:hover  em.index_icon_zzB{
background: url("../images/index_icon_zzr_1.png")no-repeat center;
}
.contentH li:nth-child(3) a:hover em.index_icon_netB{
    background: url("../images/index_icon_netr_1.png")no-repeat center;
}*/
.hm-t-main {
display:none!important;
}

/*涓昏惀涓氬姟img*/
.business .ul{
    margin: 50px -33px 0px 0px;
	display: inline-block;
}
.business .ul .li{
    float: left;
    width: 275px;
    height: 225px;
    margin: 0px 33px 80px 0px;
    position: relative;
    overflow: hidden;
}
.business .ul .li img{
    width: 275px;
    height: 225px;
}
.business .ul .li .maskLayer{
    width: 275px;
    height: 225px;
    background-color: rgba(2, 2, 2, .6);
    text-align: center;
    position: absolute;
    top:180px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.business .ul .li .maskLayer i{

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 55px;
    background: url("../images/fdj_1.png")no-repeat center ;
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s ;*/
    /*-ms-transition: all 1s ;*/
    /*-o-transition: all 1s ;*/
    /*transition: all 1s ;*/
   opacity: 0;
}

.business .ul .li .maskLayer span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 45px;
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.business .ul .li .maskLayer .flySpan{
    width: 100%;
    line-height: 45px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;

}

.business .ul .li:hover  .maskLayer{top:0px;}
.business .ul .li:hover .maskLayer span{bottom: 70px;}
.business .ul .li:hover  .maskLayer i{
    opacity: 1;
    top:50px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
    -o-transition: all 1s ;
    transition: all 1s ;
}
.business .ul .li:hover  .flySpan{ display: none;}
.swiper-container {
    width:100%;
    height:225px;
    margin-top:-100px;
    display:none;
}
    .swiper-container img {
      width:100%;
      height:auto;
    }
 .swiper-container .ul {
    margin-top:0
}
 .business {
    text-align: center;
    overflow: hidden;
}
 .spnStyle, .spnStyle i {
     display:block;
    font-size: 30px;
    color: #0089D1;
    font-style: normal;
}
 .business p {
    margin-top: 20px;
    line-height: 1.5;
    width: 965px;
    display: inline-block;
}
.spnStyle i, .spnStyle em, .business p {
    color: #333333;
}

    /*鏂伴椈涓績*/
.news{
    text-align: center;
}
.index_news{
    width: 640px;
    text-align: left;
    margin-top: 55px;
}

.index_news img{
  float: left;
    margin: 0px 23px 0px 34px;
    width: 199px;
    height: 125px;
}
.index_news p{
   float: left;
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
    width: 320px;
    text-align:center
}
.index_news a{
    float: left;
    color: #0089D1;
}
.borderC{
    float: left;
    height: 100px;
    margin-top: 69px;
    border-right: 1px solid #dcdcdc;
}
.news ul.fl{
    width: 451px;
    text-align: left;
    /*list-style:disc;*/
    margin: 59px 0px 0px 90px;
    line-height: 2;
}
.news ul.fl li a i{
    float: left;
    width: 5px;
    height: 5px;
    margin-top: 11px;
    border-radius: 50%;
    background: #000000;
    margin-right: 12px;
}

.news ul.fl li a:hover{color: #0089D1;}
.news ul.fl li a:hover i{background: #0089D1;}
/*鍚堜綔浼欎即*/
.picMarquee-left{
    margin-top: 60px;
}
.mt{
    margin-top: 0px;
    margin-bottom: 60px;
}
.partners{
   text-align: center;
    margin-top:60px;
}
.tempWrap{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.partners ul.fl {
    margin: 60px -15px 60px 0px;

}

.partners ul.fl li{
    float: left;
    width: 226px;
    /*height: 64px;*/



}
  .partners ul.fl li a {
     margin: 0px 15px 20px 0px;
    border:1px solid #f1f1f1; display:block;

  }
.partners ul.fl li img{
    display: block;
    margin: 5px auto 0px;
}

    /*footer*/
.footer{ height: 270px;
    background-color: #292929;

}
/*footer left*/
.footerL{
    float: left;
    width: 680px;

}

.footer .footerL ul li{
    float: left;
    margin: 40px 38px 0 0;
}
.footer .footerL ul li a{
    color: #FFffff;
}
.footer .footerL textarea{
    height: 70px;
    width: 300px;
    float: left;
    resize:none;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #585858;
    color: #666666;
    margin-top: 40px;
    overflow-y: hidden;
}
.footerLF{
    float: left;
    width: 370px;

}
.footer .footerL input{

    width: 120px;
    height: 35px;
    margin-top: 25px;
    font-size: 12px;
    color: #FFffff;
    background-color: #0089D1;
  }
.footer .footerL input:hover,.query div.bgF a:hover,.banner .banTet a.understand:hover{
    cursor: pointer;
    background-color: #da0415;
}
.footerL img.fr{
    margin: 40px 18px 0 0;
}
.footerL p.fr{
    color: #FFffff;
    margin-top: 15px;
    font-size: 13px;
    margin-top:20px;
}
textarea::-webkit-input-placeholder {padding-top:25px}

/*footer center*/

.footerC{
    width: 290px;
    color: #FFffff;
    margin-left: 50px;
}
.footerC .fPhone,.footerC .fEmail,.footerC .fAddr{
    float: left;
    width: 23px;
    height: 23px;
    background: url("../index_ftrphone.png")no-repeat center;
    margin-right: 14px;
}
.footerC .fEmail{background: url("../index_ftremail.png")no-repeat center;}
.footerC .fAddr{background: url("../index_ftrdw.png")no-repeat center;}
.footerC h2{
    font-size: 18px;
    margin:36px 0px 25px 0px;
}
.footerC p{
    margin-bottom: 14px;
    line-height: 22px;
}

.footerR {
    width: 291px;
    float: right;
    /*margin:40px 0 23px 90px;*/
    margin-top: 40px;

}
.footerR p{
    font-size: 13px;
    margin-top: 24px;
    color: #FFffff;
    line-height: 2;
}
.footerB{
    display: block;
    height:40px;
    background-color: #4d4d4d;
    text-align: center;
    line-height: 40px;
    color: #FFffff;
	overflow:hidden;
}
.footerB p a{
    color: #FFffff;

}

.footerB p a:hover{
 text-decoration: underline;
}
.footerB .container {
    font-size:13px;
}
.footerB .container a{
    font-size:13px;
}
/*****************************  aboutUs 浼佷笟姒傚喌*******************************/

.zk_banner{
    height: 300px; background-size:cover;
    /*background: url("../images/aboutusbanner01_1.jpg")no-repeat center;*/
}
.zk_bgc{
    height: 300px;
    background-color: rgba(19, 19, 19, .2);
    overflow: hidden;
}
.zk_txt{
    padding-top: 158px;
    overflow: hidden;
}

.zk_txt h3{
  font-size: 30px;
    color: #FFffff;

}
.zk_txt p{
    font-size: 11px;
    color: #FFffff;
    margin: 10px auto 16px;
}
.zk_txt span{
    float: left;
    width: 50px;
    border-top: 3px solid #FFffff;
}
.zk_txt h4{
    font-size: 90px;
    /*color: #d4d3d4;*/
    color:rgba(255,255,255,.2);
    margin-top: -12px;
    /*font-family: "hyo3gj.";*/
}
.zk_txt .news_fs{
    margin-right: 85px;
}
.zk_txt .s_call_m{
    margin-right: -140px;
}



.zk_aboutWe{
    width: 270px;
    /*height: 820px;*/
    /*border-right: 1px solid #ebebeb;*/
    padding-top: 60px;
}
.zk_main .zk_aboutWe h3{
    font-size:30px;
    color: #0089D1;
}
.zk_main .zk_aboutWe p{
    font-size: 18px;
    color: #333333;
    margin-top: 2px;
}
.zk_main .zk_aboutWe .h{
    display: inline-block;
    width: 60px;
    border-top: 3px solid #0089D1;
    margin: 25px auto 20px;
}
.zk_aboutWe h3 span {
display:none
}

.zk_aboutWe ul li{
    width: 240px;
    height: 50px;
    line-height: 50px;

}
/*active*/
.zk_aboutWe .abUs_active,.zk_aboutWe .abUs_active a{
    background-color: #0089D1;
    color: #FFffff;
}

.zk_aboutWe ul li a{
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 16px;
}

.zk_aboutWe ul li em{
    float: left;
    width: 20px;
    height: 20px;
    margin:15px 15px 15px 30px;
}

.as_icon_Zk{background: url("../as_icon_zkb.png")no-repeat center;}
.as_icon_Zz{background: url("../as_icon_zzb.png")no-repeat center;}
.as_icon_Net{background: url("../as_icon_netb.png")no-repeat center;}
.as_icon_Hz{background: url("../as_icon_hzb.png")no-repeat center;}
.as_icon_Zp{background: url("../as_icon_zpb.png")no-repeat center;}

.abUs_active .as_icon_Zk{background: url("../as_icon_zk.png")no-repeat center;}
.abUs_active .as_icon_Zz{background: url("../as_icon_zz.png")no-repeat center;}
.abUs_active .as_icon_Net{background: url("../as_icon_net.png")no-repeat center;}
.abUs_active .as_icon_Hz{background: url("../as_icon_hz.png")no-repeat center;}
.abUs_active .as_icon_Zp{background: url("../as_icon_zp.png")no-repeat center;}

.zk_aboutWe ul li:hover a{
    background-color: #0089D1;
    color: #FFffff;
}
/*1*/
.zk_aboutWe ul li:hover .as_icon_Zk{background: url("../as_icon_zk.png")no-repeat center;}
/*2*/
.zk_aboutWe ul li:hover .as_icon_Zz{background: url("../as_icon_zz.png")no-repeat center;}
/*3*/
.zk_aboutWe ul li:hover .as_icon_Net{background: url("../as_icon_net.png")no-repeat center;}
/*4*/
.zk_aboutWe ul li:hover .as_icon_Hz{background: url("../as_icon_hz.png")no-repeat center;}
/*5*/
.zk_aboutWe ul li:hover .as_icon_Zp{background: url("../as_icon_zp.png")no-repeat center;}


/*浼佷笟姒傚喌*/
.zk_abDes{
    float: left;
    /*margin-left: 30px;*/
    width: 899px;
    /*width: 100%;*/
    border-left:1px solid #ebebeb;
    padding: 30px 0px 100px 28px;
}

.zk_abDes_head h3{
    display: inline-block;
    height: 33px;
    font-size: 24px;
    margin-bottom: 2px;
    color: #333333;
}

.zk_abDes_head p{
    float: right; margin-top:12px;
}
.zk_abDes_head p a:hover {
   color: #0089D1;
}
/*.zk_abDes_main,.zz_abDes_main,.net_abDes_main,.Fed_abDes_main,.zp_abDes_main{*/
    /*border-top:1px solid #e6e6e6;*/
    /*margin-top: 4px;*/
/*}*/

.zk_abDes_main img{
    display: block;
    margin: 30px auto 40px;
}
.zk_abDes_main p {
    font-size: 16px;
    color:#333;
    padding: 0px 25px;
    text-indent: 2em;
    line-height: 1.5;
    margin-bottom: 30px;
}

/*****************************  aboutUs 浼佷笟璧勮川*******************************/
.zz_abDes_main ul{
   display: block;
    margin-right: -31px;
    margin-top: 42px;
}
.zz_abDes_main ul li{
    float: left;
    width: 280px;
    height: 333px;
    margin-right: 30px;
    text-align: center;
}
.zz_abDes_main ul li a {
    display: block;
    height: 195px;
    background-color: #f5f5f5;
    padding-top: 45px;

}

.zz_abDes_main ul li  img{
    display: block;
    margin: 0px auto ;
    height:150px;
}
.zz_abDes_main ul li  p{
    margin-top: 28px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
 .zz_abDes_main ul li img {
    }

/*/!* 浼佷笟璧勮川---璋冩暣宸︿晶ul楂�*!/*/
/*.zz_aboutWe{*/
    /*height: 1111px;*/
/*}*/
/*/!*鍚堜綔浼欎即--璋冩暣宸︿晶ul楂�*!/*/
/*.fed_aboutWe{*/
    /*height:696px;*/
/*}*/
/*/!*浜у搧鏈嶅姟--璋冩暣宸︿晶ul楂�*!/*/
/*.product_h{*/
    /*height: 720px;*/
/*}*/
/*/!*浜у搧鏈嶅姟-娓╂帶浜у搧--璋冩暣宸︿晶ul楂�*!/*/
/*.product_code{*/
    /*height: 1567px;*/
/*}*/
/*/!*浜у搧鏈嶅姟-璁惧璁炬柦--璋冩暣宸︿晶ul楂�*!/*/
/*.cold_hgt{*/
    /*height: 1416px;*/
/*}*/
/*/!*浜у搧鏈嶅姟-瑙ｅ喅鏂规--璋冩暣宸︿晶ul楂�*!/*/
/*.pdt_plan_h{*/
    /*height: 695px;*/
/*}*/
/*/!*鏂伴椈涓績 -浼佷笟鏂伴椈--璋冩暣宸︿晶ul楂�*!/*/

/*.news_hy_h{*/
    /*height: 1391px;*/
/*}*/
/*/!*鏈嶅姟鏀寔 鍗曞彿鏌ヨ--璋冩暣宸︿晶ul楂�*!/*/
/*.service_qur_h{*/
    /*height: 650px;*/
/*}*/
/*鏈嶅姟鏀寔 鑱旂郴鎴戜滑--璋冩暣宸︿晶ul楂�*/
.call_me_h{
    height: 500px;
}
/*****************************  aboutUs 鏈嶅姟缃戠粶*******************************/
.net_abDes_main{
    display: block;
}
.net_abDes_main p,.zp_abDes_main p{
    display: block;
    text-indent: 2em;
    font-size: 16px;
    color: #333333;
    margin-top: 35px;
    line-height: 1.5;
}

.net_abDes_main img{
    display: block;
    margin:68px auto 0px;

}
/*****************************  aboutUs 鍚堜綔浼欎即*******************************/
.Fed_abDes_main ul{
margin: 40px -62px 0px 0px;
}
.Fed_abDes_main ul li{
    float: left;
    width: 256px;
    height: 64px;
    line-height: 64px;
    border:1px solid #f1f1f1;
    margin:0 62px 30px 0;
    display: table;
}
.Fed_abDes_main ul li img{
    display: block;
    margin:0 auto;
    display: table-cell;
    vertical-align: middle;
}

/*****************************  aboutUs 浜烘墠鎷涜仒*******************************/
.zp_accordionH{
    height: 54px;
    line-height: 54px;
    padding: 0px 50px;
}
.zp_open{
    background-color: #0089D1;
    color: #FFffff;
    margin-top:20px;
}
.zp_close {
    background-color: #f5f5f5;
    color: #333333;

}

.zp_accordionH:hover{
    cursor: pointer;
}
.zp_accordionH span{ font-size: 16px;}
.zp_accordionH span:nth-child(2){margin: 0px 180px 0px 156px;}

 .zp_open .arrow{
    float: right;
    width: 17px;
    height: 9px;
    margin-top: 22px;
    background: url("../images/arrowup_1.png");
}
.zp_close .arrow{
    float: right;
    width: 17px;
    height: 9px;
    margin-top: 22px;
    background: url("../images/arrowdown_1.png");
}

/*.zp_accordionH:hover  .arrow{*/
    /*cursor: pointer;*/
    /*background: url("../images/arrowdown_1.png");*/
/*}*/
.zp_accordionM{
    padding-left: 30px;
    display:none;
}
.zp_accordionM h4{
    margin-top: 25px;
    font-size: 16px;
    color: #333333;
}
.zp_accordionM p{
    font-size: 16px;
    margin-top: 0;
    text-indent: 0;
    color: #333333;

}
.zp_accordionM .mm{
    display: inline-block;
    color: #0089D1;
    font-size: 19px;
    padding-top: 45px;
    padding-bottom: 45px;
    font-style:normal
}
 .zp_accordionM div {
    width:100%;
    height:115px;
    text-align:center
}
.hide{display: none;}
.show{display: block;}


/*---------------------------浜у搧鏈嶅姟- 涓昏惀涓氬姟-----------------------------------------------------*/

.product_icon_m{background: url("../product_icon01b.png")no-repeat center;}
.product_icon_p{background: url("../product_icon02b.png")no-repeat center;}
.product_icon_s{background: url("../product_icon03b.png")no-repeat center;}
.product_icon_j{background: url("../product_icon04b.png")no-repeat center;}

.abUs_active .product_icon_m{background: url("../product_icon01.png")no-repeat center;}
.abUs_active .product_icon_p{background: url("../product_icon02.png")no-repeat center;}
.abUs_active .product_icon_s{background: url("../product_icon03.png")no-repeat center;}
.abUs_active .product_icon_j{background: url("../product_icon04.png")no-repeat center;}

.zk_aboutWe ul li:hover a{
    background-color: #0089D1;
    color: #FFffff;
}
/*1*/
.zk_aboutWe ul li:hover .product_icon_m{background: url("../product_icon01.png")no-repeat center;}
/*2*/
.zk_aboutWe ul li:hover .product_icon_p{background: url("../product_icon02.png")no-repeat center;}
/*3*/
.zk_aboutWe ul li:hover .product_icon_s{background: url("../product_icon03.png")no-repeat center;}
/*4*/
.zk_aboutWe ul li:hover .product_icon_j{background: url("../product_icon04.png")no-repeat center;}

.product_m ul{
    margin:54px  -26px 0px 0px;
}
.product_m ul li{
    float: left;
    width: 205px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    margin-right: 26px;
}
.product_m ul li a{
    display: block;
    height: 100%;
    font-size: 16px;
    color: #666666;
    background-color: #ebebeb;
}
.product_m ul .pdt_m_active a{
    color: #FFffff;
    background-color: #0089D1;
}
.product_m ul li a:hover{
    color: #FFffff;
    background-color: #0089D1;
    cursor:pointer;
}
.product_m_dec{
    padding-top: 62px;
    position: relative;

}
.zk_abDes_head{
    border-bottom: 1px solid #e6e6e6;
}

.product_m_dec img{
    position: absolute;
    top: 102px;
    border:3px solid #f5f5f5;
    width: 384px;
    height: 334px; display:block;
}

.product_m_txt{
    float: right;
    width: 474px;
    height: 420px;
    background-color: #0089D1;
    padding-left: 114px;

}
.product_m_txt h3{
    font-size: 24px;
    color: #FFffff;
    font-weight: bold;
    margin: 40px auto 25px;
}
.product_m_txt i{
   display: block;
    width: 55px;
    border-bottom:3px solid #FFffff;
    margin-bottom: 25px;
}
.product_m_txt p{
    width:445px;
    color: #FFffff;
    text-indent:2em;
    margin-bottom: 30px;
    line-height:22px;
}

/*----------浜у搧鏈嶅姟-娓╂帶浜у搧-----------------------------*/

.product_wk_m{
    margin-bottom: 70px;
}
.product_wk_m p{
    text-indent: 2em;
    margin-top: 30px;
    font-size: 16px;

}
.product_wk_m p img{
   vertical-align: middle;
}
.transport ul{
    margin-right: -85px;
}
.transport ul li{
    float: left;
    width: 412px;
    height: 257px;
    margin-bottom: 90px;
    margin-right: 80px;
}
.transport ul li img{
    float: left;
    margin-right: 30px;
}
.transport ul li span{
   display: inline-block;
    background-color: #1a3964;
    width: 165px;
    height: 40px;
    line-height: 40px;
    color: #FFffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;
}
.transport_d i{
    float: left;
    width: 13px;
    height: 24px;
    margin: 9px 10px 0px 30px;
    background: url("../images/product_icon_t_1.png");
}
.wk_time{

    height: 22px;
    width: 237px;
    position: absolute;
    bottom:3px;

}
.wk_time p{
    width: 236px;
    height: 6px;
    background-color: #d6d6d6;
    border-radius: 3px;

}
.wk_time p i{
    float: left;
    width: 185px;
    height: 6px;
    background-color: #1a3964;
    border-radius: 3px;

}
.transport_ctr{
    float: left;
    height: 100%;
    width: 240px;
    position: relative;
}
.transport_ctr h4{
    font-size: 18px;
    font-weight: bold;
    margin:25px 0px 10px 0px;
    color: #1a3964;
}
.transport_ctr p{
    color: #333333;
    line-height: 2;
}
.wk_time a{
    font-size: 11px;
    color: #666666;
}
.wk_time a:first-child{
    margin-right: 130px;
}

/*棰滆壊璁剧疆*/
/*鍐疯棌杩愯緭*/
.transport ul li .cold span,.transport ul li .cold div p i{ background-color: #7471e0;}
.transport ul li .cold h4{color: #7471e0;}
/*100灏忔椂闀垮害*/
.transport ul li .cold div p i,.transport ul li .cool div p i{width:195px;}
/*闃村噳杩愯緭*/
.transport ul li .cool span,.transport ul li .cool div p i{ background-color: #00bf53;}
.transport ul li .cool h4{color: #00bf53;}
/*甯告俯杩愯緭*/
.transport ul li .coolC span,.transport ul li .coolC div p i{ background-color: #ffa600;}
.transport ul li .coolC h4{color: #ffa600;}
/*table*/
.transport_data{
    width: 900px;
    height: 430px;
    text-align: center;
    border-color: #FFffff;

}
.transport_data thead tr td{
    color: #333333;
}
.transport_data tr,.transport_data td{
    width: 180px;
    height: 40px;
    color: #666666;
    border-color: #d2d2d2;
}
/*-------------- 浜у搧鏈嶅姟---璁惧璁炬柦----------------------------------------*/

.cold_house,.cold_t{
    width: 100%;
    height: 406px;
    background-color: #f0f0f0;
    margin:40px 0px 20px 0px;
}

.cold_house h4,.cold_bus h4,.cold_print h4,.cold_t h4{
    width: 160px;
    height: 50px;
    font-size: 24px;
    color: #ffffff;
    background-color: #0089D1;
    text-align: center;
    line-height: 50px;
}

.cold_house img{
    margin:40px 0px 0px 30px;
}
.cold_house_txt{
    float: right;
    /*margin-top: 26px;*/
    width: 280px;
    padding-right: 12px;
    margin-right:30px
}
.cold_house_txt p{
    display: inline-block;
    width: 290px;
    border-bottom:1px solid #e0e0e0;
    padding-bottom: 12px;
    color: #0089D1;
    padding-top:20px;
    line-height:24px
}
.cold_house_txt p:last-child{border: none;}

.cold_house_txt span {
    display: inline-block;
    margin-right: 13px;
    width: 15px;
    float:left;
    height: 15px;
    color: #ffffff;
    background-color: #0089D1;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 20px;
    line-height:15px;
    margin-top:3px
}

.cold_bus,.cold_print{
    width: 440px;
    height: 408px;
    background-color: #f0f0f0;
}
.cold_bus img{
    margin: 55px 0px 0px 80px;
}
.cold_bus p,.cold_print p{
    font-size: 16px;
    text-align: center;
    margin-top: 13px;
}
.cold_print img{margin: 45px 0px 0px 135px;}

.cold_print p{  margin-top: 23px;}

.cold_t{
    display: block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 80px;
}
.cold_t .cold_mac{
    margin: 35px 0px 0px 15px;
}
.cold_mac_t{
    margin: 0px 0px -3px -63px;
}
.cold_t_txt{
    width: 370px;
    height: 188px;
    float: right;
    margin-right:25px;

    font-size: 16px;
    line-height:2

}
.cold_t_txt p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 40px;
}
/*-------------- 浜у搧鏈嶅姟---瑙ｅ喅鏂规----------------------------------------*/
.pdt_plan{

}

.pdt_plan p{
    text-indent:2em;
    margin-bottom: 30px;
    color: #333333;
}
.pdt_plan_p{
    font-size: 16px;
    margin-top: 40px;
    line-height: 2;
}

/*****************************  鏂伴椈涓績 浼佷笟鏂伴椈*******************************/

.news_icon_qy{background: url("../news_icon_qyb.png")no-repeat center;}
.news_icon_hy{background: url("../news_icon_hyb.png")no-repeat center;}
.news_icon_tz{background: url("../news_icon_tzb.png")no-repeat center;}

.abUs_active .news_icon_qy{background: url("../news_icon_qy.png")no-repeat center;}
.abUs_active .news_icon_hy{background: url("../news_icon_hy.png")no-repeat center;}
.abUs_active .news_icon_tz{background: url("../news_icon_tz.png")no-repeat center;}

.zk_aboutWe ul li:hover a{
    background-color: #0089D1;
    color: #FFffff;
}
/*1*/
.zk_aboutWe ul li:hover .news_icon_qy{background: url("../news_icon_qy.png")no-repeat center;}
/*2*/
.zk_aboutWe ul li:hover .news_icon_hy{background: url("../news_icon_hy.png")no-repeat center;}
/*3*/
.zk_aboutWe ul li:hover .news_icon_tz{background: url("../news_icon_tz.png")no-repeat center;}


.news_list ul li {
    display: block;
    height: 210px;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 30px;

}
.news_list ul li a.img{
	width:275px;
	height:180px;
	text-align:center;
	display:inline-block;
}
.news_list ul li img{
	max-width:275px;
	max-height:180px;

}
.news_list_ctt h4:hover,.news_list_ctt p:hover,.news_list_ctt p+a:hover{
    color:#0089D1;
}


.news_list_ctt h4{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 11px;
}
.news_list_ctt h4 a{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 11px;
}
.news_list_ctt a:hover,.news_list_ctt p:hover,.news_list_ctt p+a:hover{
    color:#0089D1;
}


.news_list_ctt .a{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-top: 11px;


}
.news_list_ctt p{
    color: #666666;
    margin-top: 23px;
    margin-bottom: 44px;
    line-height: 2;
}
.news_list_ctt{
    height: 100%;
    float: right;
    width: 600px;
    position: relative;

}

.news_list_ctt .a{
    font-size: 13px;
    color: #666666;
    /*margin-top: 44px;*/
    position: absolute;
    bottom: 40px;
}
.news_list_ctt a.fr{
    right: 0;
}

.met_pager,.news_page{
    display: block;
    margin: 0px auto;
    padding: 60px 0px 90px 0px;
    text-align:center;
}
.news_page li{
    float: left;

}

.met_pager .PageText,.met_pager #metPageT, .met_pager #metPageB{
display:none;
}
.met_pager a,.met_pager .PreSpan,.met_pager .NextSpan,
#page a{
    margin:0 5px;
    background-color: #ebebeb;
    color: #666666;
    padding: 5.5px 11px;
}
.met_pager a.Ahover,#page a.RepeaterNumberList_Now{
    background-color: #eb3534;
    color: #ffffff;
}
.met_pager .PreSpan:hover,.met_pager .NextSpan:hover,.met_pager a:hover,.news_page li a:hover{
    background-color: #eb3534;
    color: #ffffff;
}
.news_page li .page_n:hover{
    background-color: #ffffff;
    color: #666666;
}
.news_page .page_4{
    margin-right: 0;
}

.news_page .page_n{
    margin-right: 0;
    background-color: #ffffff;
}
.news_page .page_last{
    width: 50px;
    margin-right: 0;
}
/*-------------------鏈嶅姟鏀寔--鍗曞彿鏌ヨ-----------------------------------------------------------------*/
.service_query{background: url("../images/service_icon_queryb_1.png")no-repeat center;}
.service_phone{background: url("../images/service_icon_phoneb_1.png")no-repeat center;}

.abUs_active .service_query{background: url("../images/service_icon_query_1.png")no-repeat center;}
.abUs_active .service_phone{background: url("../images/service_icon_phone_1.png")no-repeat center;}

.zk_aboutWe ul li:hover a{
    background-color: #0089D1;
    color: #FFffff;
}
/*1*/
.zk_aboutWe ul li:hover .service_query{background: url("../images/service_icon_query_1.png")no-repeat center;}
/*2*/
.zk_aboutWe ul li:hover .service_phone{background: url("../images/service_icon_phone_1.png")no-repeat center;}
/*3*/

.service_q{
    width: 557px;
    margin-top: 45px;
    position: relative;
}
.service_q input{

   position: absolute;
    top: 0;
    left: 0;
    width: 343px;
    height: 42px;
    border: 1px solid #e6e6e6;
    padding-left: 40px;
    padding-right: 25px;

}

.service_q em{
    position: absolute;
    top: 15px;
    left: 14px;

    width: 16px;
    height: 16px;
    background: url("../images/search_1.png");
    z-index: 10;
}
.service_q b{
    position: absolute;
    top: 18px;
    left: 385px;
    width: 11px;
    height: 11px;
    background: url("../images/service_icon_x_1.png");
    z-index: 10;
}
.service_q b:hover{
    cursor:pointer;

}
.service_q a{
    float: right;
    width: 120px;
    height: 40px;
    background-color: #0089D1;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin-top: 2px;

}
.service_q a:hover{
    cursor:pointer;
    background-color: #bf0615;
}

.q_results{

    display: block;
    height: 350px;
    border:1px solid #e7e7e7;
    background-color: #f9f9f9;
    margin-top: 145px;
    padding: 15px 0px 0px 15px;
    overflow-y:scroll
}
.q_results a{
    color: #666666;
}
.q_results a i{
    float: left;
    width: 17px;
    height: 18px;
    margin-right: 15px;
    background: url("../images/service_icon_qr_1.png");
}

/*****************************  鏈嶅姟鏀寔** 鑱旂郴鎴戜滑*******************************/


.s_call_me{
    display: block;
    padding-top: 45px;
}

.call_me_map{
    float: left;
    margin-right: 40px; width:575px; height:353px;
}
.call_me_map img{
    float: left;

}

.call_me_add{
    float: left;
    width: 260px;
}
.call_me_add h4{
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}
.call_me_add p{
    height: 23px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #333333;
}
.call_me_add p i{
    float: left;
    width: 23px;
    height: 23px;

    margin-right: 15px;
}
.call_icon_phone{ background: url("../images/phone_1.png");}
.call_icon_email{ background: url("../images/email_1.png");}
.call_icon_add{ background: url("../images/add_1.png");}
.call_me_add img{margin-top:40px; margin-left:80px}
.call_me_add h4 img{margin-top:0; margin-left:0}
.qr_txt{
    text-align: center;
}



.closecc {

    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:101;
    background-color:rgba(128,128,128,.5) ;
    box-sizing: border-box;

}
.bbg{
     position: fixed;
    width: 800px;
    height: 530px;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -300px;
    background-color: #fff;
    background-color: #ffffff;

    z-index: 105;

}
.bbg img{
   display: block;
    width: 100%;
    height: 100%;

}

/**********************鏂伴椈涓績-璇︽儏椤�*************************/
.news_d{
    display: block;
    text-align: center;
    padding-top: 70px;
}
.news_d h3{
    font-size: 24px;
    color: #333333;
    margin-bottom: 18px;
}
.news_d span,.news_d a{
    color: #999999;
    font-size: 13px;
}
.news_d span{
    margin-left: 20px;

}

.news_details_txt{
    display: block;
    border:1px solid #efeef3;
    margin-top: 40px;
    padding-top: 40px;
	border-bottom:none;

}
.news_details_txt .news_txt{
    border-bottom:1px solid #efeef3;
    padding-bottom: 50px;
    margin-bottom: 70px;
}
.news_txt img{
    display: block;
    margin:45px auto;

}
.news_txt p,.news_txt h4{
    font-size: 13px;
    color: #333333;
}

.news_txt h4{
    font-weight: bold;
    margin:35px 0;
}
.news_txt p{
    line-height: 2;
}
.news_h{ padding-bottom: 0;}
.about_zp{
    height: 830px;}


.enlarge {
    cursor: pointer;
    display: none;
    height: 40px;
    position: absolute;
    right: 3%;
    top: 30px;
    width: 40px;
    z-index: 1000000000;
}
.enlarge .icon::before, .enlarge .icon::after {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    transition-duration: 0.5s;
    width: 38px;
}
.enlarge .icon::before {
    top: -9px;
}
.enlarge .icon::before, .enlarge .icon::after {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    transition-duration: 0.5s;
    width: 38px;
}
.enlarge .icon::after {
    top: 9px;
}
.enlarge .icon {
    background-color: #fff;
    border-radius: 2px;
    height: 6px;
    left: 2px;
    position: absolute;
    right: 3%;
    top: 18px;
    transition-duration: 0.5s;
    width: 38px;
}
.enlargeSelect.enlarge .icon::before {
    transform: translateY(9px) rotate(45deg);
}
.enlargeSelect.enlarge .icon::after {
    transform: translateY(-9px) rotate(-45deg);
}
.enlargeSelect.enlarge .icon {
    width: 0;
}
.bx-wrapper .bx-pager {
  display:none;
}
.transport {
 overflow:hidden;
}
.talWx {
   display:none
}

.bxslider li { height:750px;position:relative}
.bxslider li div{
  display:block; width:100%; height:100%; background-size:cover !important;
}


.footers {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99; height:74px;
}
.footers ul li {
    float: left;
    width: 25%;
    text-align: center;
    height: 74px;
    line-height: 40px;
}
.footers .li-77 {
    background-color: #628ef5;
}
.footers em {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
}
.em-77 {
    background: url("../images/index_1.png") no-repeat 0px 0px;
}
.footers .li-3 {
    background-color: #f66375;
}
.em-4 {
    background: url("../images/sript_1.png") no-repeat 0px -56px;
}
.footers .li-4 {
    background-color: #2dbd99;
}
.em-5 {
    background: url("../images/sript_1.png") no-repeat 0px -90px;
}
.footers .li-5 {
    background-color: #faae3c;
}

.em-6 {
    background: url("../images/sript_1.png") no-repeat 0px -125px;
}
.footer-texts {
    display: inline-block;
    vertical-align: middle;
    width: 100%; color:#fff;
}
.footers_bottom {
 display:none;
}
.footers {
  display:none;
}

.spnStyle i,.spnStyle em {
   display:none
}




.q_results .xx .list-time {
    padding:12px 20px;
    border-bottom:solid 1px #dedede;
    position:relative
}
.q_results .xx .list-time img{
   position:absolute;
   left:5px;
   top:50%;
   margin-top:-9px;
}


.q_results .xx .list-time span{
    width:35px;
    height:16px;
    display:block;
    background:#f13e40;
    text-align:center;
    line-height:16px;
    font-size:12px;
    color:#fff;
    float:left;
    position:absolute;
    top:50%;
    margin-top:-8px;


}
 .q_results .xx .list-time p {
       float:left;
       margin-left:60px;
       color:#666
    }

    .q_results .xx .list-time01 p {
       float:left;
       margin-left:60px;
       color:#f13e40
    }


.q_results .xx li:last-child{
   border:none
}
.footerss {
display:none
}


.zy {
  font-size:55px;
  color:#0089D1;
  text-align:center;
  font-weight:bold;
  text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
  position:relative;
  top:270px;
}
.english {
    font-size:18px;
    color:#0089D1;
    text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
     text-align:center;
    font-weight:bold;
    position:relative;
    top:275px;
}
.zyEng {
 font-size:18px;
 color:#666;
 text-align:center;
 position:relative;
 top:310px;
}
.zyNo1 {
 font-size:18px;
 color:#666;
 text-align:center;
 position:relative;
 top:320px;
}
.zyNo2 {
 font-size:18px;
 color:#666;
 text-align:center;
 position:relative;
 top:330px;
}
.understand {
  display:block;
  width:165px;
  height:45px;
  background:#0089D1;
  text-align:center;
  line-height:45px;
  font-size:13px;
  color:#fff;
  position:relative;
  top:360px;
  left:50%;
  margin-left:-83px;
}
.footer_qrcode {
    float:right;
   width:156px;


}
.footerL p.fr {
  margin-top:25px;
}





@charset "utf-8";

@media screen and (max-width:1230px) {
    .container {
        width: 94%; margin:0 auto;
    }
    .topTel {
        display: none;
    }
    .header {
     height:60px;
     width: 100%;
     left: 0;
    }
    .logo img {
      width:120px; height:auto; max-width:none;
    }
    .topNav {
        width: 200px;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgba(58, 57, 57, 0.8);
        height:370px;
        left:-200px;
    }
    .topNav li {
       float: none;
       width: 100%; height:50px; line-height:50px;
     }

     .topNav li em{
         display: none;
     }
     .topNav li a {
      float:none; width:100%;
    }
    .logo {
      height:48px;
      margin-left:30px;
      padding-top:12px;
      width: 100%;
    }
    .enlarge {
     display:block; top:8px;
    }
    .contentH {
      height:auto;width:888px;margin:0 auto;
    }
   .contentH li {
       margin: 15px auto;box-sizing:border-box;padding-left:30px;width:295px;height:auto
        }
    .business {
      width:100%;
    }
    .business p {
      width:100%;
    }
    .business ul li {
      width:46%;
      margin: 0 0px 80px 2%; height:auto
      }
    .business ul li img {
     width:100%; height:auto; display:block;
    }
    .business ul {
     margin-left:-1%;
    }
    .business ul li .maskLayer {
      width:100%; height:100%; bottom:100%; top:auto;
    }
    .index_news {
      float:none;
      width:610px;
    }
    .news ul.fl {
      float:none;
      width:100%;
      margin:30px 0 0 0;
    }
    .index_news img {
     margin-left:0;
    }
    .borderC {
      display:none;
    }
    .picMarquee-left {
      width:100% !important; overflow:hidden !important;
    }
    .footer {
      height:auto;
      padding:1px 0 1px 0;
    }

    .footerB {
      height:auto;
    }
    .footerC {
      margin:0 auto;
    }
    footerR {
      float:none;
    }

    .zk_aboutWe {
      width:100%; float:none; margin-bottom:20px;
    }
    .zk_aboutWe ul li {
     width:23%; float:left; text-align:center; margin:0 1%;
    }
    .zk_abDes {
      width:100%; border-left:0;
    }
    .zk_abDes {
       width:100%; float:none; padding:0;
    }
    .Fed_abDes_main ul li {
      width:31%;
      margin: 0 0 30px 2%;
      height:auto;
    }
    .Fed_abDes_main ul li img {
      width:100%; height:auto;
    }
    .Fed_abDes_main ul {
      margin-left:-2%;
      margin-right:0;
    }
    .net_abDes_main img {
      max-width:100%;
    }
    .about_zp {
      height:auto; margin-bottom:20px;
    }
    .zp_accordionM {
      padding-left:0;
    }
     .zp_accordionM span {
      width:100%; float:none; margin:0; padding:10px 0;
    }
    .zz_abDes_main ul li {
     width:31.3%;
     margin:0 0 0 2%;
     height:auto;
    }
    .zz_abDes_main ul {
      margin-left:-2%;
      margin-right:0;
    }
    .zz_abDes_main ul li p {
      margin-top:0; padding:10px 0;
    }
    .zz_abDes_main ul li a {
      height:auto; background:none;
    }
    .zz_abDes_main ul li img {
        width:100%; height:auto;
    }
    .news_list ul li {
      min-height:210px; position:relative;  padding-left:290px; height:auto;
    }
    .news_list_ctt {
     width:auto;
    }
    .news_list li img {
      position:absolute; left:0; top:30px;

    }
    .news_list_ctt a {
      position:static;
    }
    .footerR {
      display:none;
    }
    .product_m ul {
      margin-left:-2%; margin-right:0;
    }
    .product_m ul li {
     width:23%; margin:0 0 0 2%;
    }
    .product_m_dec {
      margin-bottom:50px;
    }
    .call_me_h {
      height:auto;
    }
    .banner .banTet .zy, .banner .banTet .zyEng {
      font-size:30px;
    }
    .banner .banTet {
      padding-top:145px;
    }
    .banner .banTet .zyEng {
      font-size:16px;
    }
    .talWx {
      display:none; width:102px; height:102px; margin:37px auto; margin-bottom:20px; float:right;
    }
    .picMarquee-left {
      margin-top:20px;
    }
    .partners {
      margin-top:20px;
    }
    .footerC {
      width:200px;
    }
    .footer .container {
      width:310px; margin:0 auto;
    }
    .footerC h2 {
      font-size:16px;
    }
    .footerC h2 {
      margin:10px 0 10px 0;
    }
    .footerB {
     line-height:24px;
    }
    .zk_aboutWe ul li em {
       display:none;
    }
     .footerC p font{
      width:163px; float:right; display:block;
    }
    .business ul li .maskLayer {
     bottom:-85%;
    }
    .footerL {
    width:400px;margin:0 auto
    }
        .footerL img.fr {
        margin: 15px 18px 0 0;
        }
}
@media screen and (max-width:960px) {
    .news_list_ctt .a {
    font-size: 13px;
    color: #666666;
    /* margin-top: 44px; */
    position: absolute;
    bottom: 15px;
}
    .transport ul {
      margin-right:0;
    }
    .transport ul li {
     width:278px; margin-right:0; position:relative; margin-bottom:0
  }
    .transport_ctr {
      width:auto;
    }
    .transport ul li img {
      position:absolute; left:0; top:0;
    }
    .contentH {
      height:auto;width:630px;margin:0 auto;
    }
   .contentH li {
       margin: 15px auto;box-sizing:border-box; padding-left:15px;width:204px;margin-bottom:30px
        }
  .contentH li .index_icon_wk, .contentH li .index_icon_zzB, .contentH li .index_icon_netB{
       float:none;
       display:block;
       margin-left:70px;
    }
    .contentH li a p {
        text-align:center;
    }
    .contentH li a span {
      display:none;
    }
     .product_m_txt span {
        margin-left:125px
    }
    .product_m ul li a {
    font-size:14px;
    }
    .product_m_txt p {
     width:auto
    }
    .product_m_txt h3 {
        padding-left:125px;
        font-size:20px
    }
    .cold_house_txt {
     float:none;
    }
    .cold_house, .cold_t {
      height:auto;
    }
    .cold_house img {
      width:80%; margin:30px 10% 0;
    }
    .cold_bus, .cold_print {
      width:100%; float:none; margin-bottom:20px; height:auto; padding-bottom:30px
    }
    .cold_bus img {
     margin:55px auto 0px; display:block;
    }
    .cold_print {
      padding-top:50px;
    }
    .cold_print img {
        margin:0 auto 0px; display:block;
         }
    .cold_t_txt {
      float:none;
       width:80%;
       margin-left:10%;
    }
    .cold_t .cold_mac {
      margin:35px auto 50px; display:block;
    }
    .cold_t_txt {
      height:auto; padding-bottom:10px;
    }
    .product_m_dec img {
      width:100px; height:auto;
    }
    .product_m_txt {
      width:96%; float:none; padding-left:0; padding:2%; height:auto; background-color:none;
      background-size:cover!important; background-position:center center !important; background-repeat:no-repeat !important;
    }

    .call_me_map {
      width:100%; float:none;
    }
    .call_me_add {
        width:100%;
    }
    .business ul li {
      margin-bottom:20px;
    }
    .call_me_add {
       display:none;
    }
}
@media screen and (max-width:670px) {

    .header {
     height:50px;
    }
    .logo img {
      width:120px; height:auto; max-width:none;margin-left:-25px
    }
    .logo {
    padding-top:5px
    }
    .enlarge {
    top:3px
    }
    .bx-viewport {
       height:300px;
    }
    .bxslider li {
      height:750px;
    }
    .zp_accordionH {
      padding:0;
    }

    .query {
     padding:10px 10px 25px 10px; width:390px;
    }
     .query div.bgF {
     width:390px;
    }
    .index_news img {
      width:200px; height:auto; float:left;
    }
    .index_news a {
     float:none; display:block;
    }
    .index_news p {
      width:340px; margin-bottom:30px;float:none
    }
    .news ul {
        display:none
    }
    .index_news {
        margin-top:30px;
    }
    .picMarquee-left {
       margin-top:30px;
    }
    .business .ul .li img {
        width:100%;
        height:auto
    }
    .business .ul .li .maskLayer {
        width:100%;
    }
    .contentH li a p {
        text-align:center;font-size:14px;
    }
    .contentH li a span {
      display:none;
    }
    .zp_accordionH span {
      width:25%; text-align:center; margin:0 !important; padding:0 !important; float:left;
    }
    .zp_open {
      padding:0;
    }
    .zp_accordionH {
      width:100%;
    }
    .zp_open .arrow {
      margin-top:22px !important; margin-right:10px !important;
    }
    .zp_close .arrow {
    margin-top:22px !important; margin-right:10px !important;
    }

   .transport ul {
      margin-right:0;
    }
    .transport ul li {
     width:278px; margin-right:0; position:relative; margin-bottom:0;height:auto
  }
    .transport_ctr {
      width:auto;
    }
    .transport ul li img {
      position:absolute; left:0; top:0;
    }

.zy {
  font-size:16px;
  color:#0089D1;
  text-align:center;
  font-weight:bold;
  text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
  position:relative;
  top:50px;
}
.english {
  display:none
}
.zyEng {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:52px;
}

.zyNo1 {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:55px;
}
.zyNo2 {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:58px;
}
.understand {
  display:block;
  width:80px;
  height:25px;
  background:#0089D1;
  text-align:center;
  line-height:25px;
  font-size:8px;
  color:#fff;
  position:relative;
  top:62px;
  left:50%;
  margin-left:-40px;

}
.header {
    height: 50px;
    width:100%;
    box-sizing:border-box
}
}

@media screen and (max-width:640px) {
    * {
     font-size:12px
    }
    .bx-prev, .bx-next {
        display: none!important;
    }

    body {
        overflow-x: hidden;
    }

    .product_m_dec img {
        display: block;
    }

    .product_m_txt span {
        margin-left: 125px;
    }

    .product_m ul li a {
        font-size: 14px;
    }

    .product_m_txt p {
        width: auto;
        font-size:14px!important;
        line-height:22px!important
    }

    .product_m_txt h3 {
        padding-left: 125px;
        font-size: 20px;
    }

    .zk_aboutWe {
        width: 100%;
        position: fixed;
        padding-left: 0;
        left:0;
        top:-10px;
        z-index: 99;
    }

        .zk_aboutWe p {
            display: none;
        }

    .zk_main .zk_aboutWe h3 {
        color: #fff;
        height: 45px;
        text-align: center;
        line-height:45px;
        background: rgb(192,0,0);
        font-size:18px;
        padding-left:10px
    }

    .zk_main .zk_aboutWe li {
        width: 100%;
        float: none;
        margin: 0 auto;
        background: rgba(0,0,0,.5);
        display: none;
    }

        .zk_main .zk_aboutWe li a {
            color: #fff;
        }

    .zk_main .zk_aboutWe .h {
        display: none;
    }

    .business ul li:hover .maskLayer i {
        top: 5%;
    }

    .business ul {
        display: none;
    }

    .contentH {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }

    .footer .container {
        display: none;
    }

    .footerss .container {
        display: block;
    }

    .contentH li {
        margin: 15px auto;
        box-sizing: border-box;
        padding-left: 0px;
        width: 33%;
        margin-bottom: 30px;
        position:relative
    }

    .contentH li .index_icon_wk, .contentH li .index_icon_zzB, .contentH li .index_icon_netB {
        float: none;
        display: block;
        margin-left: 27px;

    }

    .swiper-container {
        display: block;
        margin: 20px auto;
    }

    .bxslider li {
        height: 300px;
    }

    .banner .banTet {
        padding-top: 100px;
    }

    .banner .banTet .zy, .banner .banTet .zyEng {
        font-size: 24px;
    }

    .banner {
        height: auto;
    }

    .query input {
        width: 140px;
    }

    .query div.bgF {
        width: 80%;
    }

    .query {
        padding: 10px 10px 25px 35px;
        width: 100%;
    }

    .section {
        padding-bottom: 150px;
    }

    #container {
        height: auto;
    }

    .Fed_abDes_main ul {
        margin-left: -1%;
    }

        .Fed_abDes_main ul li {
            width: 48%;
            margin: 0 0 30px 1%;
        }

    .zk_txt h4 {
        display: none;
    }

    .zz_abDes_main ul {
        margin-left: -2%;
    }

        .zz_abDes_main ul li {
            width: 48%;
            margin: 0 0 0 2%;
        }

    .news_list ul li {
        position: static;
        padding-left: 0;
    }

    .news_list li img {
        position: static;
        width: 100%;
        height: auto;
    }

    .transport ul li {
        width: 100%;
        position: static;
        padding-left: 0;
        margin-bottom: 20px;
    }

    .transport ul li img {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
    }

    .wk_time a:first-child {
        margin-right: 75px;
    }

    .wk_time p i {
        width: 58%;
    }

    .transport_ctr {
        width: 58%;
    }

    .wk_time {
        position: static;
    }

    .service_q {
        width: 100%;
    }

    .service_q a {
        width: 100%;
        float: none;
        width: 100%;
        display: block;
        margin-top: 30px;
    }

    .service_q input {
        width: 92%;
        float: none;
        padding-left: 8%;
        padding-right: 0;
        position: static;
    }

    .service_q b {
        left: auto;
        right: 20px;
    }

    .q_results {
        margin-top: 30px;
    }

    .product_m ul li {
        width: 48%;
        margin-bottom: 20px;
    }

    .zk_txt h3 {
        font-size: 18px;
    }

    .business ul li:hover .maskLayer span {
        bottom: 10%;
    }

    .footers_bottom {
        display: block;

    }

    .footers {
        display: block;
    }

    .news_page {
        padding: 30px 0 30px 0;
    }

    .business ul {
        margin-right: 0;
    }

    .business ul li {
        width: 100%;
        margin-left: 0;
    }

    .footerss {
        display: block;
        background:#fff


    }
    .footerC {
    width:100%;
    box-sizing:border-box;
    padding-left:8px
    }
    .footerC h2 {
     color:#333!important;
     font-weight:bold;
     font-size:18px
    }
        .footerC p font {
        width:100%;
        float:none
        }
        .footerC p {
        margin-bottom:10px;
        color:#333;
         font-weight:bold;
         font-size:14px
        }
            .footerC p font {
              color:#333;
              font-weight:normal;
            }
    .zk_abDes_head {
    box-sizing:border-box;
    padding:0 8px
    }
    .serverCallMe {
    background:rgb(237,237,237)

    }
    .zk_abDes {
    background:#fff
    }
    .query h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .query div.bgF {
        height: 25px;
    }

    .query div.bgF i, .query div.bgF a, .query div.bgF input {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .query {
        height: 45px;
    }

    .contentH li a p {
        margin-top: 10px;
    }

    .spnStyle, .spnStyle i {
        font-size: 24px;
    }

    .spnStyle em {
        font-size: 18px;
    }

    .index_news img {
        width: 120px;
        height: 70px;
        margin-right: 8px;
    }

    .index_news p {
        font-size: 12px;
        margin-bottom: 20px;
        margin-top: 0;
        font-size:14px
    }

    .footerB .container a {
        display: none;
    }

    .footers {
       height:50px;
    }
  .footers ul li {
     height:50px;
     line-height:20px;
     font-size:12px
   }
    .footer {
    padding:0;

    }
    .footers_bottom {
    height:47px;
    display:inline-block
    }
      .zk_abDes_main p {
    margin-bottom:15px
    }
    .zk_abDes_main img {
        margin-bottom:15px;
        margin-top:10px
    }
    .zz_abDes_main ul {
    margin-top:0
    }
    .Fed_abDes_main ul li:nth-child(17) {
     clear:left;
    }
    .Fed_abDes_main ul {
        margin-top:15px
    }
    .net_abDes_main p, .zp_abDes_main p {
    margin-top:10px
    }

    .product_m ul {
    margin-top:15px
    }
    .product_m_dec {
    padding-top:0;
    margin-bottom:30px;
    }
    .product_m_dec img {
        top:22px
    }
    .product_wk_m p {
    margin-top:15px;
    font-size:13px;
    line-height:20px
    }
    .product_wk_m {
        margin-bottom:0
    }
    .cold_house img {
    width: 60%;
    margin: 20px 20%;
   }
    .cold_t .cold_mac{
     width: 60%;
    margin: 20px 20%;
   }
    .cold_print img{
    width: 60%;
    margin: 20px 20%;
   }
    .cold_bus img{
    width: 60%;
    margin: 20px 20%;
   }
    .cold_house h4, .cold_bus h4, .cold_print h4, .cold_t h4 {
    width: 100px;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    background-color: #0089D1;
    text-align: center;
    line-height: 35px;
    }
    .cold_t_txt {
        float: none;
        width: 90%;
        margin-left:5%;
    }
    .cold_t_txt p{
    font-size:13px!important;
    margin-bottom:10px;
    line-height:1.8;
    }
    .cold_print p span{
    font-size:13px!important;
    color:#333;
    line-height:1.8;
    }
    .cold_bus p span{
    font-size:13px!important;
    color:#333;
    line-height:1.8;
    }
   .cold_bus, .cold_print {
    padding-top:0;
    padding-bottom:20px
    }
    .cold_house_txt span {
    margin-left:13px;
    margin-top:0
    }
    .cold_t {
     margin-bottom:20px
    }
    .cold_house {
    margin-top:20px
    }
    .cold_house_txt {
    width:314px;
    }
    .cold_house_txt p {
    padding:10px 0 5px;
    line-height:20px;
    font-size:14px
    }
    .pdt_plan p{
      font-size:13px!important;
      margin-bottom:15px;
      line-height:1.5
    }
    .pdt_plan .pdt_plan_p {
    font-size:14px!important;
    line-height:1.5;
    margin-top:20px
    }
    .footers {
     display:none
    }
    .hm-t-go-top {
    display:none
    }
    .s_call_me {
     padding-top:15px
    }
     .banner {
        height:240px;
        margin-top:50px
    }
    .banner li{
       height:240px
    }

    .zp_accordionM .mm {
    /* display: inline-block; */
    display: block;
    float: inherit;
    color: #0089D1;
    margin-bottom: 15px;
    font-size: 19px;
    padding-top:0px;
    padding-bottom: 0px;
    font-style: normal;
}
#qiao-icon-wrap .qiao-icon-head {
   width:60px!important;
   height:60px!important;
   background-size:60px!important;
   background-position:center!important
    }
    .lxb-container {
    display:none!important;
     position:absolute!important;
     left:-1000px!important;
    }
    .hm-t-main {
    display:none!important;
    }
    .zk_banner {
        height: 95px;
        background-size: cover!important;
        background:#fff!important
    }
    .zk_bgc {
      height: 95px;
    }
    .zk_txt {
        padding-top: 110px;

    }
    .zk_abDes {
    padding-top:20px
    }

        .zk_txt h3 {
         font-size:16px
        }
    .hm-t-go-top {
    display:none!important;
    }
    .business .ul .li {
    margin-right:10px!important;
    height:160px

    }
    .business .ul .li .maskLayer {
       top:120px;
    }
    .swiper-slide {
    width:50%!important
    }

    .business .ul .li .maskLayer i {
    height:155px
    }
    .swiper-container {
    margin-bottom:-15px!important
    }

    /*涓昏惀涓氬姟*/
.business {
    text-align: center; overflow:hidden;
}
 .spnStyle,.spnStyle i{
    font-size: 23px;
    color: #0089D1;
     font-style: normal;

}
.spnStyle i,.spnStyle em,.business p{
    color: #333333;
}
.spnStyle em{
    font-size: 20px;
    font-style: normal;
}
.business p{
    margin-top: 20px;
    line-height: 1.5;
    display: inline-block;

}
.news_list_ctt .a {
    font-size: 13px;
    color: #666666;
    /* margin-top: 44px; */
    position: absolute;
    bottom: 15px;
}
.business .ul .li .maskLayers{
    width: 100%;
    height:225px;
    background-color: rgba(2, 2, 2, .6);
    text-align: center;
    position: absolute;
    top:120px;
}
.business .ul .li .maskLayers span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 45px;
    color: #ffffff;

}
.business .ul .li .maskLayers .flySpans{
    width: 100%;
    line-height: 45px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
     font-size:13px;
    text-align:center;
    margin-left:-5px

}

    .net_abDes_main img {
    margin-top:20px
    }
   .net_abDes_main p, .zp_abDes_main p {
    font-size:13px!important
    }
    .zp_abDes_main p span {
    font-size:14px!important
    }
    .zp_accordionH {
        height: 45px;
        line-height: 45px;
    }
    .zp_accordionM div {
    margin-top:20px
    }
    .zp_accordionM span {
        width: 100%;
        float: none;
        margin: 0;
        padding: 6px 0;
        font-size: 16px;
    }
    .zp_accordionH span {
    font-size:15px
    }
    .contentH li .index_icon_wk, .contentH li .index_icon_zzB, .contentH li .index_icon_netB {
       width:35px;
       height:35px;
       background-size:35px!important;
       position: relative;
       left: 50%;
       margin-left: -17px;

    }
      .zk_aboutWe h3 span {
      display:inline-block!important;
     text-align:center;


    }

}
@media screen and (max-width:350px) {
     .index_news p {
      width:305px;float:none;margin-top:0;
      font-size:14px
    }
    .banner {
        height:200px
    }
     .banner li{
        height:200px
    }
     .zy {
  font-size:16px;
  color:#0089D1;
  text-align:center;
  font-weight:bold;
  text-shadow:#fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
  position:relative;
  top:48px;
}
.english {
  display:none
}
.zyEng {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:51px;
}

.zyNo1 {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:54px;
}
.zyNo2 {
 font-size:10px;
 color:#666;
 text-align:center;
 position:relative;
 top:57px;
}
.understand {
  display:block;
  width:80px;
  height:25px;
  background:#0089D1;
  text-align:center;
  line-height:25px;
  font-size:8px;
  color:#fff;
  position:relative;
  top:60px;
  left:50%;
  margin-left:-40px;

}
    .query div.bgF {
        width: 85%;
    }

    .query {
        padding: 10px 10px 25px 20px;
        width: 100%;
    }
      .zk_aboutWe h3 span {
      display:inline-block!important;
      float:right;
    }
}




.tem_index_news{padding:50px 0 80px;text-align:center;}
.tem_index_news_tab{display:inline-block;margin:0 0 10px;height:37px;border-right:1px solid #8c989f;list-style:none;line-height:37px;}
.tem_index_news_tab li{float:left;}
.tem_index_news_tab li h3{padding:0 40px;height:35px;border:1px solid #8c989f;border-right:0;font-weight:normal;line-height:35px;cursor:pointer;}
.tem_index_news_tab li.flex-active h3{background:#8c989f;color:#fff;}
.tem_index_news_tab li:hover h3{background:#8c989f;color:#fff;}
.tem_index_news_list{margin:20px 0 0;}
.tem_index_news_list li{float:left;overflow:hidden;list-style:none;text-align:left;}
.tem_index_news_list li a{display:block;}
.tem_index_news_list li dl{margin-right:10px;padding-top:21px;height:115px;}
.tem_index_news_list li dl.tem_even{margin-right:0;margin-left:10px;}
.tem_index_news_list dt{position:relative;float:left;overflow:hidden;width:100px;height:115px;border-bottom:1px solid #e7e8ed;font-size:0;}
.tem_index_news_list dt img{margin-left:10px;width:90px;height:90px;border-radius:60px;}
.tem_index_news_list dd{float:left;margin-left:-100px;width:100%;}
.tem_index_news_list dd a{padding:0 10px;}
.tem_index_news_list_txt{margin-left:100px;height:115px;border-bottom:1px solid #e7e8ed;}
.tem_index_news_list_txt h3{overflow:hidden;margin-bottom:3px;height:23px;color:#000;font-weight:normal;line-height:23px;}
.tem_index_news_list_txt p{overflow:hidden;height:42px;color:#818181;}
.tem_index_news_list_txt span.time{display:block;height:25px;color:#818181;line-height:25px;}
.tem_index_news_list li dl:hover{background:#f7f8fa;}
.tem_index_news_list .tem_index_more{float:none;width:200px;text-align:center;}




/**
 * Swiper 3.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: July 14, 2015
 */
.swiper-container{margin:15px auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;background:#808080;}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#da4d1d}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:40px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 0.106667rem}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow{z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}