

body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 16px;min-width: 1200px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
ul, li, ol {list-style: none outside none;}

h2, .h2 { font-size: 30px; line-height: 55px;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
a:hover{text-decoration:none}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #2c99ff;}
ul {margin: 0;list-style: none;padding: 0;}
i,em{ font-style:normal;}
.pr{position: relative;}
.pa{position: absolute;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}

.clear{clear:both; height:0; line-height:0; font-size:0;}
s {
    text-decoration: none;
}
.f_fl{float:left;}
.f_fr{float:right;}


.m-txt1{
	overflow: hidden;
	margin-top: 5px;
	margin: 0;
	/*padding-left: 38px;*/
}
.m-txt1 .tit{
	font-size: 16px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #a9a9a9;
	font-weight: 600;
}
.m-txt1 .txt{
	/*margin-right: 100px;*/
}
.m-txt1 .txt p{
	line-height: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #2f2f2f;
}


.cp{width: 20%;}
.m-txt1 .btn{
	display: block;
	width: 98px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #258C44;
	color: #fff;
	border-radius: 5px;
}
.m-txt1 .btn:hover{
	background-color: #444;
}
.m-txt1 .btn span{
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}


#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}
.web_w{min-width:1200px;width:1200px; margin:0 auto;}
.special_dzxsz{position: relative;min-width:1200px;}
.special_dzxsz .am-img-responsive{position: relative; z-index: 1;width: 100%!important;}
.special_dzxsz .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;}
.special_dzxsz .text .name{font-size: 24px;}

.special_dzxsz_zcfk .text{align-items: center;}
.special_dzxsz_zcfk .text .des{width: 50%;float: right;flex-direction: column;}
.special_dzxsz_zcfk .text .des .name{color:#aa0000;}
.special_dzxsz_zcfk .text .ms{margin-top: 7%;font-size: 18;}
.special_dzxsz_zcfk .text .ms p::before{display: inline-block;width: .6rem;height: .6rem;background-color: #aa0000;content: '';margin-right: 1.5rem;vertical-align: middle;}

.am-pureview-slider .am-pinch-zoom::after{display: none;}
.am-table-striped > tbody > tr:nth-child(2n+1) > td, .am-table-striped > tbody > tr:nth-child(2n+1) > th {background-color: #f5f5f5;}
.am-table tr td,.am-table tr th{ vertical-align:middle!important;}
.am-flex{display: flex;}
.am-flex::before,.am-flex::after{display: none;}
picture{display: block;}
.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 73%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}

.btn {
    display: block;
    /*width: 90px;*/
    /*height: 32px;*/
    line-height: 32px;
    padding-left: 15px;
    background-color: #2c99ff;
    color: #fff;
    margin-top:10px;
}
.btn:hover{
	background-color: #444;
	color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png);
}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #2c99ff;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}
.banner_cont {
    background: url(../images/nban.png) center no-repeat;
    width: 100%;
    height: 600px;
	
}

.section-title{
    max-width:10.24rem;
    margin: 0.8rem auto 0 auto;
    position: relative;
}
.section-title img{
    width: 100%;
    margin: 0 auto;
}
.section-title .title-content{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size:0.5rem;
    line-height: 1.0;
}
.section-title .title-content p{font-weight: bold;}

.section-describe{
    margin: 0.2rem auto 0.2rem auto;
    text-align: center;
    width:38%;
    font-size:0.2rem;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:0.34rem;
    letter-spacing: 0.02rem;
	text-transform: uppercase;
}

section{
    overflow:hidden;
}
.container_box{
    max-width: 1200px;
    padding:0;
    margin: auto;
}
.solution-content-box{
    width: 100%;
    margin: 1rem auto 0.55rem auto;
    text-align: center;
}

.solution-item-details{
    background:rgba(243,243,245,1);
    border-radius:10px;
    margin-bottom: 0.4rem;
    padding-bottom: 0.3rem;
}
.solution-item-details img{
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.7s;
}
.solution-item-details .top-img{
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
}
.solution-item-details:hover img{
    transform: scale(1.1);
}
.caption{
    margin-top: 0.32rem;

}
.caption h3{
    font-size: 0.28rem;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:0.4rem;
}
.caption p {
    margin: 0 auto 0.26rem auto;
    max-width: 90%;
    height: 1rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 0.32rem;
    text-align: left;
}

.solution-btn{
    border-radius:5px;
    border:1px solid rgba(216,216,216,1);
    padding: 0.1rem 0.2rem;
    font-size: 0.17rem;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:0.4rem;
    cursor:pointer;
    margin-top: 0;
}

.solution-btn:hover{
    background-color: #1F80EF;
    color: #ffffff !important;
    border: none;
}


.dividing-line{
    width:0.8rem;
    height:2px;
    margin:0 auto;
    background:rgba(216,216,216,1);
    border:1px solid rgba(151,151,151,1);
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}


.wrap2 {
	width: 96%;
	margin: 0 auto;
	
	position: relative;
}
.header {
	background: rgba(255,255,255,0.95);
	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.logo {
	float: left;
}
.logo img {
	vertical-align: middle;
}
.menu {
	float: right;
}
.menu {
	float: right;
}
.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu ul li {
	float: left;
	padding-left: 18px;
	text-align: center;
	padding-right: 18px;
	margin-top: 20px;
	border-left: 1px solid #CCCCCC;
	position: relative; /* 必须加，下拉定位 */
}
.menu ul li:first-child {border-left: none;}
.menu ul li a {
	display: inline-block;
	color: #333;
	position: relative;
	padding: 0 10px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
}

/* 原有黄色动画 */
.menu ul li a:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -5px;
	z-index: -1;
	height: 10px;
	background: #ffcb00;
	border-radius: 5px;
	transition: width 0.3s ease;
}
.menu ul li .yw{height: 20px;line-height: 20px;font-size: 14px;}
.menu ul li.on a:before, .menu ul li a:hover:before {
	width: 100%;
}
.menu ul li.on a, .menu ul li a:hover {
	color: #000;
	text-decoration: none;
}

/* ====================== */
/* 【新增】下拉菜单样式 */
/* ====================== */
.menu ul li .submenu {
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 160px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 999;
}
.menu ul li .submenu li {
	float: none;
	margin: 0;
	padding: 0;
	border-left: none;
	text-align: left;
}
.menu ul li .submenu li a {
	display: block;
	padding: 8px 15px;
	line-height: 1.5;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
}
.menu ul li:hover .submenu {
	opacity: 1;
	visibility: visible;
	top: 35px;
}

.section {padding: 75px 0;}

.hero-wrap {
 
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  
  z-index: 0; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #111111;
    z-index: -1; }
  .hero-wrap.hero-wrap-2 {
    min-height: auto;
    height: 700px;
    background-position: top center;
    background-attachment: fixed; }
    .hero-wrap.hero-wrap-2 .overlay {
      opacity: 0; }
    .hero-wrap.hero-wrap-2 .slider-text {
      min-height: auto;
      height: 700px; }
  .hero-wrap .slider-text {
 
    min-height: 650px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 3; }
    .hero-wrap .slider-text .text {
      position: relative;
      z-index: 0; }
    .hero-wrap .slider-text .subheading {
      font-weight: 700;
      color: #0779e4;
      font-size: 13px;
      display: inline-block;
      letter-spacing: 1px;
      margin-bottom: 5px;
      position: relative;
      z-index: 0;
      display: inline-block;
      background: #fff;
      border-radius: 4px;
      padding: 4px 9px; }
	  
	  .hero-wrap .slider-text .biaoti{color: #000; text-align:center ; font-size: 30px;font-weight: bold;margin-top: 16%;text-transform: uppercase;}
	  
	  .hero-wrap .slider-text .biaotiyw{color:#4f4f4f;text-align: center;font-size: 16px;text-transform: uppercase;}
	  
     
    .hero-wrap .slider-text h1, .hero-wrap .slider-text .h1 {
      font-weight: 400;
      color: #000;
      font-size: 20px;
      line-height: 2;margin-top: 5%; margin-bottom: 2%;}
	  
	  .hero-wrap .slider-text h2{
	    font-weight: 400;
	    color: #4f4f4f;
	    font-size: 18px;
	    line-height: 2; margin-top: 1%;}
	  
      .hero-wrap .slider-text h1 span, .hero-wrap .slider-text .h1 span {
        color: #fff; }
        .hero-wrap .slider-text h1 span .wrap, .hero-wrap .slider-text .h1 span .wrap {
          border-right: 1px solid transparent;
          position: relative; }
          .hero-wrap .slider-text h1 span .wrap:after, .hero-wrap .slider-text .h1 span .wrap:after {
            position: absolute;
            bottom: 15px;
            right: -22px;
            content: '';
            width: 20px;
            height: 4px;
            background: #fff;
            -webkit-animation: blink 1s linear infinite;
            animation: blink 1s linear infinite; }



.bg-light {
  background: #f8f8f8 !important; }

.bg-primary {
  background: #0779e4 !important; }

.bg-black {
  background: #000000; }

.bg-secondary {
  background: #0779e4; }

.bg-darken {
  background: #111111 !important; }

.btn {
  padding: 9px 12px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .btn span {
    font-size: 16px;
    line-height: 1;
    margin-left: 10px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #0779e4 !important;
    border: 1px solid #0779e4 !important;
    color: #fff !important; }
    .btn.btn-primary span {
      color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #0779e4;
      background: transparent;
      color: #0779e4; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #0779e4 !important;
      background: transparent !important;
      color: #0779e4 !important; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent !important;
        background: #0779e4 !important;
        color: #fff !important; }
  .btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #0779e4 !important; }
    .btn.btn-white:hover {
      border: 1px solid #fff;
      background: transparent;
      color: #fff; }
    .btn.btn-white.btn-outline-white {
      border: 1px solid rgba(255, 255, 255, 0.7) !important;
      background: transparent !important;
      color: #fff !important; }
      .btn.btn-white.btn-outline-white:hover {
        border: 1px solid transparent !important;
        background: #fff !important;
        color: #000000 !important; }
  .btn.btn-black {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important; }
    .btn.btn-black:hover {
      border: 1px solid #000000;
      background: transparent;
      color: #000000; }
    .btn.btn-black.btn-outline-black {
      border: 1px solid #000000;
      background: transparent;
      color: #000000; }
      .btn.btn-black.btn-outline-black:hover {
        border: 1px solid transparent;
        background: #000000;
        color: #000000; }
  .btn.btn-darken {
    background: #111111 !important;
    border: 1px solid #111111 !important;
    color: #fff !important; }
    .btn.btn-darken:hover {
      border: 1px solid #111111;
      background: transparent;
      color: #111111; }
    .btn.btn-darken.btn-outline-darken {
      border: 1px solid #111111;
      background: transparent;
      color: #111111; }
      .btn.btn-darken.btn-outline-darken:hover {
        border: 1px solid transparent;
        background: #111111;
        color: #111111; }

.aside-stretch {
  background: #0779e4; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #0779e4; }

.img-about {
  height: 600px;
  position: relative;
  width: 100%; }
  .img-about:after {
    position: absolute;
    bottom: 30px;
    left: -30px;
    width: 100%;
    height: 100px;
    content: '';
    background: #f2f2f2;
    background: #57abfa;
    z-index: -1; }
  .img-about:before {
    position: absolute;
    bottom: 130px;
    left: -30px;
    width: 100%;
    height: 100px;
    content: '';
    background: #f2f2f2;
    background: #89c4fb;
    z-index: -1; }
/*reason*/
#reason{width: 100%;padding: .36rem 0;box-sizing: }
.reason-box-title{width: 7rem;height: 1.7rem;margin: 0 auto .4rem;}
.reason-box-title h2{font-size: .6rem;color: #000000;font-weight: 600;position: relative;text-align: center;margin-bottom: 0px;}
.reason-box-title h2:before{content: '';width: 100%;height: 55%;background: #FFFFFF;opacity: .4;position: absolute;left: 0;top: 0;}
strong{color: #144caa;}
.reason-box-title span{line-height: 1;text-align: center;font-size: .4rem;color: #666666;display: block;margin-top: .1rem;}
.reason-box-title i{width: .18rem;height: .18rem;background: url(../images/reason_box_title_i_bg.png)no-repeat;background-size: .18rem .18rem;display: block;margin: .26rem auto;}
.ys_box{max-width: 1000px; margin: 0 auto;}
.reason-one{width: 100%;height: 7.9rem;background: url(../images/reason_one_bg.jpg)no-repeat;background-size: 19.2rem 7.9rem;position: relative;}
.reason-one .reason-img{width: 40%;height: 6.6rem;position: absolute;top: .65rem;left: 1.6rem;}
.reason-img img{/* width: 100%; */height: 100%;display: block;margin: 0 auto;}
.reason-box{margin: 0 auto;}
.reason-con{width: 60%;}
.reason-one .reason-con{float: right;padding: 1rem .2rem 0;box-sizing: border-box;}
.reason-con-title{width: 100%;height: 1.25rem;padding-left: 1.4rem;box-sizing: border-box;background: url(../images/reason_con_ico01.png)no-repeat left center;background-size: 1.2rem 1.25rem;padding-top: .2rem;box-sizing: border-box;}
.reason-con-title h5{font-size: .24rem;color: #666666;/* line-height: .4rem; */margin-top: 10px;text-transform: uppercase;}
.reason-con-title h4{font-size: .36rem;color: #144cab;/* line-height: .6rem; */font-weight: bold;margin-bottom: 0px;}
.reason-con i{display: block;width: 4.6rem;line-height: .4rem;border-bottom: .01rem dashed #666565;color: #666565;text-transform: uppercase;font-size: .14rem;margin-left: .2rem;margin-top: .4rem;}
.reason-con ul{margin-top: .3rem;}
.reason-con ul li{width: 100%;box-sizing: border-box;background: url(../images/reason_li_ico.png)no-repeat .19rem center;background-size: .22rem .23rem;line-height: .8rem;font-size: .26rem;color: #020202;font-weight: 500;}
.reason-two{width: 100%;height: 7.9rem;background: url(../images/reason_two_bg.jpg)no-repeat;background-size: 19.2rem 7.9rem;position: relative;margin-top: .3rem;}
.reason-two .reason-con-title{background: url(../images/reason_con_ico01.png)no-repeat left center;background-size: 1.2rem 1.25rem;}
.reason-two .reason-img{width: 40%;height:6.6rem;position: absolute;top: .65rem;right: 1.5rem;}
.reason-two .reason-con{float: left;padding: 1.9rem .2rem 0;box-sizing: border-box;}
.reason-three{width: 100%;height: 7.9rem;background: url(../images/reason_one_bg.jpg)no-repeat;background-size: 19.2rem 7.9rem;position: relative;margin-top: .3rem;}
.reason-three .reason-img{width: 40%;height: 6.6rem;position: absolute;top: .65rem;left: 1.5rem;}
.reason-three .reason-con{float: right;padding: 1.5rem .2rem 0;box-sizing: border-box;width: 60%;transform: translateX(1rem);}
.reason-three .reason-con-title{background: url(../images/reason_con_ico01.png)no-repeat left center;background-size: 1.2rem 1.25rem;}
.reason-con-img{margin-left: .2rem;height: 1.55rem;width: 100%;}
.reason-con-img img{height: 1.55rem;float: left;margin-right: .18rem;}
.bot{width: 100%;background: url(../images/bot_bg.jpg)no-repeat top center;background: 19.2rem 100%;}
.index-slogens{background: url(../images/index_slogens_bg.jpg)no-repeat center center;background-size: 19.2rem 2.4rem;}
.index-slogens h4{position: relative;}
.index-slogens h4:before{content: '';width: 2rem;font-size: .48rem;line-height: .9rem;font-weight: 600;position: absolute;left: 0;top: 0;font-weight: bold;background: linear-gradient(to top,#9dd1ff,#0289fe,#9dd1ff);overflow: hidden;height: .46rem;-webkit-background-clip: text;color: transparent;}
.index-slogens h4 strong{font-weight: 600;}
.about {overflow:hidden;width:100%;/* height:644px; */background:url(../images/aboutbg.jpg) repeat-y center top;/* margin-bottom:50px; */}

.reason-con-title h5{font-size: .24rem;color: #666666;/* line-height: .4rem; */margin-top: 10px;}
.reason-four {
    width: 100%;
    height: 7.9rem;
    background: url(../images/reason_one_bg.jpg)no-repeat;
    background-size: 19.2rem 7.9rem;
    position: relative;
    margin-top: .3rem;
}


.about h3{text-align:center;font-size:34px;font-weight:normal;margin-top:110px;padding-bottom:15px;/* background:url(../images/titlebg.png) no-repeat center bottom; */margin-bottom: 15px;}
.about h3 a{color: #000;font-size: 34px;font-weight: bold;}
.about dl{ overflow:hidden; margin-bottom:25px;}
.about dt{overflow:hidden;float:left;width: 45%;/* height: 360px; */padding:4px;}
.about dt img{max-height: 470px;}
.about dd{ overflow:hidden; float:left; width:55%; padding-top: 80px;}
.about dd h2{ font-size: 32px; margin-bottom: 30px; color: #000;font-weight: bold;}


.about dd p{font-size: 16px;color:#000;line-height: 50px;height: 194px;overflow:hidden;margin-bottom:30px;text-align:justify;}
.about dd a{display:block;text-decoration:none;width: 130px;height:50px;text-align:center;line-height:50px;font-size: 18px;color:#fff;float:left;margin-right:2px;background-color:#ff6600;margin-left: 30px;font-weight: bold;}
.about dd a:hover{ background-color:#4fa9b5}
.about .bgtu{ overflow:hidden; width:1096px; height:235px; margin:0 auto; background:url(../images/about_tu_bg.png) no-repeat center top;}
.about .aBox{ position:relative; overflow:hidden; width:950px; height:170px; background-color:#fff; margin:0 auto; border:15px solid #fff;}
.about .aBox ul{ overflow:hidden; position:absolute;}
.about .aBox li{ float:left; width:228px; height:170px; margin-right:12px;}
.about .aBox li img{ display:block; margin:0 auto; margin-bottom:10px;}
.about .aBox li p{ font-size:13px; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; text-align:center;}

.container {width: 1200px;margin: 0 auto;}
.container1 {width: 1500px;margin: 0 auto;}

.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}

.dropdown {position: relative;}
.dropdown-box {position: absolute;left: 0;top: 100%;z-index: 10;width: 100%;display: none;overflow: hidden;}
.dropdown-box li {border-top: 1px solid #fff;text-align: center;}
.dropdown-box li a {display: block;line-height: 40px;color: #333;}
.dropdown.open .dropdown-box {display: block;}

.kefu{position:fixed;right:-170px;top:50%;z-index:900;}
.kefu li a{text-decoration:none;}
.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}
.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.kefu .kefu-qq i{background-position:4px 5px;}
.kefu .kefu-tel i{background-position:0 -21px;}
.kefu .kefu-liuyan i{background-position:4px -53px;}
.kefu .kefu-weixin i{background-position:-34px 4px;}
.kefu .kefu-weibo i{background-position:-30px -22px;}
.kefu .kefu-ftop{display:none;}
.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}
.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.kefu .kefu-right{width:20px;}
.kefu .kefu-tel-main{background:#2c99ff;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#2c99ff;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.kefu-weixin-pic img{width:115px;height:115px;}

.yunu-header {padding: 0px 0;overflow: hidden;}
.yunu-header #logo{padding:16px 0;}
.yunu-header .logo {float: left;}
.yunu-header .logo img {display: block;height: 98px;width: auto;}
.yunu-header .text {float: left; height: 72px;font-size: 18px;margin: 10px 0 0 0;color: #333;line-height: 1;padding-top:10px;padding-left: 30px; background: url(../images/logobg.png) no-repeat left 8px;}
.yunu-header .text strong {display: block;font-size: 20px;color: #666666;margin-bottom: 5px;line-height: 30px;}
.yunu-header .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 65px;margin-top: 20px;}
.yunu-header .tel strong {display: block;font-size: 28px;line-height: 1;margin-top: 5px; color: #555;}



.yunu-nav {background-color: #555;border-top: #dedede 1px solid;}
.yunu-nav ul {padding-left: 2px;}
.yunu-nav li {float: left;position: relative;margin-left: -2px;}
.yunu-nav li:before {position: absolute;width: 2px;height: 29px;content: "";right: 0;top: 50%;margin-top: -15px;background: url(../images/shun.gif) no-repeat center;}
.yunu-nav li a {display: block;font-size: 18px;text-align: center;padding: 0 50px;color: #fff;line-height: 70px;position: relative;}
.yunu-nav li a:hover,.yunu-nav li.active a,.yunu-nav li.open a {background-color: #2c99ff;color: #fff;}
.yunu-nav .dropdown-box {padding-left: 0;}
.yunu-nav .dropdown-box li {background: none;float: none;padding: 0;margin: 0;}
.yunu-nav .dropdown-box li:before {display: none;}
.yunu-nav .dropdown-box li a {color: #fff;padding: 6px 2px;line-height: 2;font-size: 14px;font-weight: normal;}
.yunu-nav .dropdown-box li a:hover {color: #333;background: #fff;}

.yunu-slideBox {height: auto;position: relative;overflow: hidden;}
.yunu-slideBox .hd {position: absolute;bottom: 20px;font-size: 0;left: 0;width: 100%;text-align: center;z-index: 2;}
.yunu-slideBox .hd li {display: inline-block;width: 10px;height: 10px;margin: 0 5px;background-color: #2c99ff;cursor: pointer;}
.yunu-slideBox .hd li.on {background-color: #ffcc00;}
.yunu-slideBox .bd,.yunu-slideBox .bd ul,.yunu-slideBox .bd li {width: 100% !important;height: 100% !important;}
.yunu-slideBox .bd li {background: no-repeat center;}
.yunu-slideBox .bd li a {display: block;width: 100%;height: 100%;}
.yunu-slideBox .bd li img {display: block; width: 100%;height: auto;}


.yunu-sou {padding: 20px 0;border-bottom: 1px solid #d9d9d9;}
.yunu-sou .hot {float: left;padding: 8px 0;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;}
.yunu-sou .hform input {float: left;font-size: 14px;border: 0;padding: 8px 10px;line-height: 20px;background: no-repeat 0 0;width: 210px;}
.yunu-sou .hform button {border: 0;border-bottom: 1px solid transparent;padding: 0;float: left;cursor: pointer;outline: none;width: 49px;height: 36px;background: url(../images/ss.gif) no-repeat center;}

.yunu-sou-inner {background-color: #e6e6e6;}
.yunu-sou-inner .yunu-sou {border-bottom: 0;}
.yunu-sou-inner .hot {padding: 6px 0;}
.yunu-sou-inner .hform {background-color: #fff;border-radius: 20px;overflow: hidden;border: 0;}
.yunu-sou-inner .hform input {width: 240px;background: none;padding: 6px 15px;}
.yunu-sou-inner .hform button {background: url(../images/viskins-p1.png) no-repeat -258px -936px;width: 30px;height: 30px;}



.tit01 span{ height: 90px; line-height: 76px;font-size: 46px; color: #333333; text-align: center; font-weight: normal;margin: 0 auto;
    display: block;}
.tit01 span img{width: 99px; height: 3px; vertical-align: middle;margin:0 18px 0 23px;}
.tit01 b{font-weight: bold; color: #2c99ff;}
.tit01 a{color: #333333; text-decoration: none; }
.tit01 em{ display: block;font-size: 22px; color: #333333;height: 35px;line-height: 35px;font-family:"Microsoft Yahei"; font-weight: normal; text-align: center;}


.dixian{margin: 20px auto;display: block;height: 2px;width: 38px;background: #0b8c02;}


.bg1 {background: url(../images/jqbg.jpg) repeat-x center bottom;}
.bg2 {background: url(../images/fwbg.jpg) no-repeat center;}
.bg3 {background: url(../images/tdbg.jpg) no-repeat center bottom;}
.bg4 {background: url(../images/casebg.jpg) no-repeat center;}
.bg4 .section-title {color: #fff;}
.bg4 .section-title p span {color: #333;}
.bg5 {background: url(../images/lcbg.jpg) no-repeat center;}
.bg6 {background: url(../images/newbg.jpg) no-repeat center bottom;}
.bg7 {background: url(../images/abtbg.jpg) no-repeat center 0;}

.in-td {width: 570px;margin-bottom: -35px;}
.in-td li {margin-bottom: 35px;padding-left: 66px;background: no-repeat 0 5px;}
.in-td li h4 {margin: 0 0 0 20px;font-size: 26px;}
.in-td li h5 {font-weight: normal;background: url(../images/tdico.png) no-repeat 0 0;line-height: 30px;color: #fff;padding-top: 7px;margin: 0;font-size: 20px;padding-left: 20px;}
.in-td li p {margin: 5px 0 0;font-size: 16px;color: #666;padding-left: 20px;}
.in-td li.i1 {background-image: url(../images/01.png);}
.in-td li.i2 {background-image: url(../images/02.png);}
.in-td li.i3 {background-image: url(../images/03.png);}
.in-td li.i4 {background-image: url(../images/04.png);}
.in-td li.i5 {background-image: url(../images/05.png);}
.in-td-tel {position: absolute;right: 260px;bottom: 30px;text-align: right;}
.in-td-tel strong {color: #01923f;font-size: 30px;}
.in-td-tel strong span {display: block;color: #fff;line-height: 48px;}
.in-td-tel p {font-size: 26px;font-family: Impact;margin: 11px 65px 0 0;}

.in-fuwu {margin-left: -68px;}
.in-fuwu li {float: left;width: 25%;}
.in-fuwu li a {display: block;margin-left: 68px;}
.in-fuwu li .icon {text-align: center;background: url(../images/fwico.png) no-repeat center;padding-top: 80px;height: 168px;font-size: 30px;position: relative;z-index: 1;transition: all 0.5s;}
.in-fuwu li .icon strong {display: block;padding:20px;}
.in-fuwu li .text {background-color: #2c99ff;color: #fff;padding: 144px 20px 20px;margin-top: -124px;}
.in-fuwu li .text p {text-align: center;font-size: 16px;height: 66px;margin: 0 0 20px;}
.in-fuwu li .img-center {overflow: hidden;}
.in-fuwu li .img-center img {transition: all 0.5s;}
.in-fuwu li a:hover .icon {color: #fff;background-image: url(../images/fwicocur.png);}
.in-fuwu li a:hover .img-center img {transform: scale(1.1);}

/*ggMain_03*/

.ggMain_03 {

	background: url(../images/ggbg_03.jpg) no-repeat center;

	height: 188px;

}

.ggMain_03 .container {

	position: relative;

}

.ggMain_03 p {

	font-size: 14px;

	color: #dde4e6;

	padding-top: 50px;

	padding-bottom: 10px;

}

.ggMain_03 h5 {

	font-size: 20px;

	color: #f9f9f9;

	margin-bottom: 8px;

}

.ggMain_03 h5 em {

	font-size: 30px;

	color: #40a8ff;

	font-weight: bold;

	margin-right: 5px;

}

.ggMain_03 span {

	display: block;

	font-size: 14px;

	color: #f9f9f9;

	margin-top: 5px;

}

.ggMain_03 dl {

	top: 50px;

	right: 0;

	position: absolute;

	padding-left: 45px;

	background: url(../images/phone2.png) no-repeat left center;

	color: #fff;

}

.ggMain_03 dd {

	font-size: 22px;

	font-family: "Arial";

}

.ggMain_03 a {

	display: block;

	background: url(../images/zxbg3.png) no-repeat center;

	width: 124px;

	height: 41px;

	line-height: 41px;

	text-align: center;

	font-size: 14px;

	color: #333;

	padding-left: 51px;

	position: absolute;

	top: 102px;

	right: 0;

	text-decoration: none;

}

/*pro*/
.probg {background:#fff url(../images/product_bg.jpg) no-repeat center 0;}
.pro {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.pro .tit01{margin:50px 0 30px 0;}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 290px;
}
.pro .leftpro h3 {
	background: #2c99ff url(../images/pro_c.png) no-repeat 60px center;
	height: 60px;
    background-size: 40px;
    padding: 10px 0;
}
.pro .leftpro .active{ background:#0b7bb3;color:#fff;}
.pro .leftpro h3 b {
    color: #fff;
    display: block;
    font-size: 28px;
    line-height: 60px;
    padding-left: 110px;
}
.pro .leftpro h3 em {
	display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 286px;
	border: 2px solid #2c99ff;
	border-top: none;
	padding-top: 15px;
	padding-bottom:20px;
	height: auto;
}
.pro .leftpro .menu li {
	overflow: hidden;
    width: 234px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.pro .leftpro .menu li >a {
	display: block;
    height: 35px;
    background: url(../images/proico.png) no-repeat 200px center;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background-color: #2c99ff;
    border-radius: 5px;
    padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../images/pro02.png) no-repeat 170px center;
	background-color: #2c99ff;
}
.pro .leftpro .menu .nmenu {
	overflow: hidden;
	width: 100%;
	margin-top: 15px;
	display: none;
	max-height: 200px;
}
.pro .leftpro .menu .nmenu a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}
.pro .leftpro .menu .nmenu a:hover {
	color: #f07f1b;
	text-decoration: none
}
.pro .leftpro .phone {
	overflow: hidden;
	padding: 25px 0;
	padding-left: 65px;
	width: 225px;
	background: url(../images/pro_phone.png) no-repeat 15px center;
	background-color: #363636;
}
.pro .leftpro .phone p {
	font-size: 18px;
	color: #fff;
}
.pro .leftpro .phone em {
	display: block;
	font-size: 28px;
	color: #fff;
}
.pro .rightpro {
	overflow: hidden;
	width: 880px;
	float: right;
}
.pro .rightpro .hd{
	background: url(../images/pro_bg1.png) repeat-x center top;
    display: block;
}
.pro .rightpro .hd a {
    float: right;
    color: #2c99ff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 36px;
}

.pro .rightpro .hd a.on {
    float: left;
    cursor: pointer;
    height: 42px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    font-size: 18px;
    background: url(../images/pro_bg2.png) no-repeat center top;
    color: #fff;
}
.pro .rightpro .list {
	margin-top: 10px;
	overflow: hidden;
	width: 110%;
}
.pro .rightpro li {
	overflow: hidden;
	float: left;
	width: 276px;
	height: 245px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.pro .rightpro li .m {
    height: 200px;
    line-height: 200px;
	border: 1px solid #e0e0e0;
	background: #fff;
}
.pro .rightpro li img {
	display: inline-block;
}
.pro .rightpro li p {margin: 0;padding: 0 15px;text-align: center;line-height: 45px;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color: #e0e0e0;}
.pro .rightpro li a:hover p {background-color: #2c99ff;color: #fff;}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}
.pro .rightpro li:hover .ca_hidden {
    display: block;
}
.ca * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ca {
    position: relative;
}
.ca_hidden {
	text-align:center;
    width: 100%;
    height: 100%;
    background: rgba(51, 94, 205, 0.6);
    padding: 30px;
    position: absolute;
    top: 0;
    display: none;
}
.ca_hi {
    border: rgba(255, 255, 255, 0.6) 1px solid;
    padding: 0 30px;
}

.ca_hi div {
    font-size: 16px;
    color: #fff !important;
    padding: 40px 0;
	height:auto!important;
}
.pro .leftpro .menu div a{display: block;background: url(../images/ico_05.png) no-repeat left center;font-size:16px;padding-left: 30px;color: #5a5a5a;height: 50px;line-height: 50px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;border-bottom: 1px solid #f7f7f7;}
.pro .leftpro .menu div{padding: 0 20px;margin: 0 32px 0 30px;}


/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬*/
.contactbox{padding: 20px;height:232px;border: 10px solid #2c99ff;background: #f0f0f0 url(../images/contact_bg.png) bottom right no-repeat; color: #fff;}
.contactbox span{ font-size: 62px;height: 64px; line-height: 62px; padding-top: 15px; margin-bottom:5px; display: block; overflow: hidden;  font-weight: normal; background: url(../images/phone.png) bottom center no-repeat;}
.contactbox p{margin: 0;}
.contactbox p.contacttel{font-style: italic;color:#2c99ff;font-size: 24px; font-weight: bold;overflow: hidden;}
.msg_box{ overflow: hidden; }
.msg_box a{ display: block;margin-top: 7px; }
.pro .leftpro .contactbox h4{margin:0;font-size:32px;color:#404144;}

.leftpro .contact {
	width: 290px;
	height: 140px;
	background: url(../images/tels.jpg) no-repeat #e3e3e3;
}
.leftpro .contact p {
	margin-left: 160px;
	font-size: 16px;
	padding-top: 20px;
	color: #666666;
}
.leftpro .contact span {
	color: #2c99ff;
	font-size: 24px;
	padding-left: 120px;
	margin-top: 10px;
	display: block;
}
.leftpro .contact .more {
	margin-left: 125px;
	margin-top: 10px;
	text-align: center;
}
.leftpro .contact .more a {
	color: #2c99ff;
	border: 1px solid #2c99ff;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.leftpro .contact .more a:hover {
	background: #2c99ff;
	color: #FFF;
}


.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #2c99ff;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

.yunu-footer {padding-bottom: 50px;}
.yunu-footer-nav {margin-bottom: 50px;background-color: #2c99ff;text-align: center;font-size: 0;line-height: 60px;}
.yunu-footer-nav a,.yunu-footer-nav span {display: inline-block;font-size: 16px;vertical-align: middle;color: #fff;}
.yunu-footer-nav span {padding: 0 45px;opacity: 0.6;}
.yunu-footer-logo {float: left;line-height: 150px;height: 150px;text-align: left;width: 270px;}
.yunu-footer-info {float: left;width: 600px;color: #666;}
.yunu-footer-info p {margin: 0 0 10px;}
.yunu-footer-info .tel {color: #2c99ff;font-family: Impact;line-height: 36px;font-size: 22px;padding-left: 50px;background: url(../images/ftel.png) no-repeat 0 center;}
.yunu-footer-info .tel span {padding: 0 15px;opacity: 0.6;}
.yunu-footer-ewm {float: right;}
.yunu-footer-ewm li {width: 110px;border: 1px solid #eee;padding: 10px;float: left;margin-left: 10px;font-size: 12px;text-align: center;}
.yunu-footer-ewm li .img-center {height: 110px;line-height: 110px;}

.yunu-banner {height: 300px;background: no-repeat center;}
.yunu-banner a {display: block;width: 100%;height: 100%;}

.yunu-curmbs {padding: 15px 0;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.yunu-curmbs span {padding-left: 10px;border-left: 10px solid #0a57ae;}
.yunu-curmbs em {font-style: normal;padding: 0 5px;color: #999;}

.ct2-sd {float: left;width: 240px;}
.ct2-mn {float: right;
    width: 930px;}

.panel-sd-hd {background-color: #2c99ff;color: #fff;padding-bottom: 5px;}
.panel-sd-hd h4 {text-align: center;border-bottom: 1px solid #fff;margin: 0;font-size: 24px;padding: 20px 0;}
.panel-sd-bd {border: 1px solid #ececeb;padding: 5px 10px;border-top: 0;}

.panel-sd .pro_top .active{ background:#0b7bb3;color:#fff;}
.panel-sd .pro_top h3{line-height:38px;text-align:center;float:left;height:38px;width:118px; border:1px solid #0b7bb3;font-size:14px;color:#333333;font-weight:lighter;cursor:pointer;}


.yunu-column h3 {margin: 0 0 2px;font-weight: normal;background: url(../images/p14-icon5.png) no-repeat right center #ddd;padding: 0 40px 0 20px;}
.yunu-column h3 a {display: block;line-height: 50px;font-size: 14px;color: #333;}
.yunu-column h3.on,.yunu-column h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #2c99ff;}
.yunu-column h3.on a,.yunu-column h3:hover a {color: #fff;}
.yunu-column li {line-height: 50px;border-bottom: 1px solid #fff;}
.yunu-column li a {display: block;padding: 0 40px;background-color: #ECECEC;}
.yunu-column .sub>a {position: relative;}
.yunu-column .sub>a:after {content: '';width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.yunu-column .sub.open>a:after {border-color: #2c99ff;}
.yunu-column .sub-box {border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;display: none;}
.yunu-column .sub.open .sub-box {display: block;}
.yunu-column .sub-box p {margin: 0;border-bottom: 1px solid #ECECEC;}
.yunu-column .sub-box a {background-color: transparent;padding-left: 60px;}

.yunu-contact-z1 {height: 140px;background: url(../images/contact-z1.jpg) no-repeat;margin-bottom: 20px;}
.yunu-contact-z1 p {margin: 0;font-size: 20px;line-height: 30px;background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;padding: 37px 0 0 95px;}
.yunu-contact-z1 span {line-height: 30px;font-size: 18px;padding-left: 73px;}
.yunu-contact-z2 {background-color: #2c99ff;text-align: center;color: #fff;padding: 20px;margin-bottom: 20px;}
.yunu-contact-z2 p {margin: 0;}
.yunu-contact-z2 p img {vertical-align: middle;margin-right: 5px;}
.yunu-contact-z2 span {display: block;font-size: 28px;font-weight: bold;margin-top: 10px;line-height: 1;}

.yunu-pages {text-align: center;margin: 30px 0;}
.yunu-pages a {display: inline-block;margin: 0 3px;border: 1px solid #ddd;padding: 4px 12px;border-radius: 3px;}
.yunu-pages a.cur {background-color: #2c99ff;border-color: #2c99ff;color: #fff;}
.pagination a.cur{ border: none;background: #2c99ff;color: #fff;}

.yunu-title-1 {border-bottom: 1px solid #ececeb;height: 44px;margin-bottom: 15px;font-size: 24px;}
.yunu-title-1 span {display: inline-block;padding-bottom: 10px;border-bottom: 1px solid #01923f;}

.toutiao {margin: 0 0 20px;padding-bottom: 20px;border-bottom: 1px dashed #ddd;}
.toutiao dt {float: left;width: 60px;line-height: 30px;background-color: #2c99ff;color: #fff;text-align: center;font-size: 16px;}
.toutiao dd {margin-left: 80px;overflow: hidden;}
.toutiao dd h4 {margin: 0;line-height: 30px;font-weight: normal;font-size: 18px;}
.toutiao dd p {color: #666;line-height: 1.8;margin: 10px 0;}
.toutiao dd .more {float: right;color: #2c99ff;background: url(../images/p14-icon21.png) no-repeat 0 center;padding-left: 20px;}

.list-2 {margin: 0 0 0 -20px;}
.list-2 li {float: left;width: 33.333333%;}
.list-2 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ddd;}
.list-2 li a:hover {border-color: #2c99ff;color: #2c99ff;}
.list-2 li .m {height: 221px;line-height: 221px;}
.list-2 li .text {padding: 5px 20px;text-align: center;background: #ececeb;}
.list-2 li h4 {margin: 0;font-size: 18px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;}
.list-2 li p {margin-top: 0;height: 40px;overflow: hidden;color: #666;}

.list-5 li {margin-bottom: 15px;}
.list-5 li a {display: block;border: 1px solid #ddd;padding: 15px;overflow: hidden;}
.list-5 li .m {float: left;width: 250px;}
.list-5 li .m img {display: block;width: 100%;height: auto;height: 200px;}
.list-5 li .text {margin-left: 270px;}
.list-5 li .text h4 {margin: 0;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.list-5 li .text h4 span {float: right;font-size: 12px;color: #999;font-weight: normal;}
.list-5 li .text p {color: #797979;line-height: 30px;}
.list-5 li .text .more {float: right;padding: 6px 12px;color: #fff;background-color: #B6B6B6;
margin-top: 15px;
}
.list-5 li a:hover {border-color: #2c99ff;}
.list-5 li a:hover .text h4 {color: #2c99ff;}
.list-5 li a:hover .text .more {background-color: #2c99ff;}

.yunu-menu-inner {text-align: center;margin-bottom: 20px;}
.yunu-menu-inner a {float: left;width: 16.666666666%;}
.yunu-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-inner a:hover span,.yunu-menu-inner a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #2c99ff;color: #fff;}

.yunu-menu-innerjiaq {text-align: center;margin-bottom: 20px;}
.yunu-menu-innerjiaq a {float: left;width: 25%;}
.yunu-menu-innerjiaq span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-innerjiaq a:hover span,.yunu-menu-innerjiaq a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #2c99ff;color: #fff;}

.yunu-menu-innerbaiy {text-align: center;margin-bottom: 20px;}
.yunu-menu-innerbaiy a {float: left;width: 33.333%;}
.yunu-menu-innerbaiy span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.yunu-menu-innerbaiy a:hover span,.yunu-menu-innerbaiy a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #2c99ff;color: #fff;}

.yunu-message {background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;border: 1px solid #ddd;padding: 50px 200px;margin-bottom: 30px;}
.form-group {margin-bottom: 15px;}
.form-label {float: left;line-height: 34px;width: 120px;text-align: right;}
.form-label span {color: #d82634;}
.form-content {margin-left: 130px;}
.form-control {line-height: 20px;font-size: 14px;border: 1px solid #ddd;padding: 6px 12px;width: 600px;display: inline-block;vertical-align: top;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
select.form-control {height: 34px;}
.form-submit {padding: 6px 22px;color: #fff;background-color: #2c99ff;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}
.form-button {padding: 6px 22px;color: #fff;background-color: #767676;border: 0;cursor: pointer;font-size: 16px;border-radius: 3px;}

.list-4 {margin: 0 0 -20px -20px;}
.list-4 li {float: left;width: 25%;}
.list-4 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ececeb;}
.list-4 li a:hover {border-color: #2c99ff;}
.list-4 li .m {padding: 10px;height: 198px;line-height: 198px;}
.list-4 li .text {padding: 5px 20px;background-color: #F0F0F0;}
.list-4 li .text h4 {margin: 0;font-size: 14px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;text-align: center;}

.lxkf {margin: 0;overflow: hidden;}
.lxkf dt {float: left;}
.lxkf dt img {display: block;}
.lxkf dd {margin-left: 260px;}
.lxkf dd h4 {margin: 0 0 15px;padding: 25px 0 10px;display: inline-block;border-bottom: 5px solid #2c99ff;font-size: 24px;color: #2c99ff;}
.lxkf dd h4 span {color: #999;font-size: 16px;margin-left: 10px;}
.lxkf dd p {margin: 0;line-height: 2;}

.yunu-contact-text {float: left;width: 430px;margin: 0;background-color: #f2f2f2;}
.yunu-contact-text dt {font-size: 26px;text-align: center;background-color: #2c99ff;color: #fff;line-height: 100px;}
.yunu-contact-text dd {padding: 30px 0 30px 90px;line-height: 30px;border-bottom: 1px solid #ddd;margin: 0;background: no-repeat 20px center;}
.yunu-contact-text dd.i1 {background-image: url(../images/l1.png)}
.yunu-contact-text dd.i2 {background-image: url(../images/l2.png)}
.yunu-contact-text dd.i3 {background-image: url(../images/l3.png)}
.yunu-contact-map {margin-left: 430px;}

.yunu-infocontent {margin-bottom: 30px;}

.yunu-infocontent-title {margin-bottom: 20px;text-align: center;}
.yunu-infocontent-title h1 {margin: 0;font-size: 24px;}
.yunu-infocontent-title p {margin: 10px 0 0;font-size: 12px;color: #999;}
.yunu-infocontent-title p span {padding: 0 5px;}
.yunu-infocontent-desc {margin-bottom: 20px;border: 1px solid #ddd;padding: 20px;}
.yunu-infocontent-body {line-height: 2;margin-bottom: 20px;}
.yunu-infocontent-body img {}

.yunu-infocontent-epx {margin-bottom: 20px;}
.yunu-infocontent-epx li {line-height: 32px;margin-bottom: 5px;}
.yunu-infocontent-epx li span {display: inline-block;background-color: #A2A2A2;color: #fff;padding: 0 15px;margin-right: 10px;}
.yunu-infocontent-epx li em {float: right;font-style: normal;}

.yunu-infocontent-return {border-top: 1px solid #333;line-height: 32px;}
.yunu-infocontent-return a {margin-right: 10px;}
.yunu-infocontent-return .more {margin: 0;float: right;background-color: #0a57ae;color: #fff;padding: 0 10px;}

.yunu-infocontent-rem {margin-bottom: 20px;}
.yunu-infocontent-rem h4 {margin: 0;font-size: 24px;line-height: 55px;}
.yunu-infocontent-rem li {border-top: 1px dashed #dbdbdb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 46px;}
.yunu-infocontent-rem li span {float: right;}

.about-1 {line-height: 1.8;text-align: justify;}
.about-1 p {margin-top: 0;}

.about-2 dl {margin: 0;float: left;width: 33.333333%;background-color: #f8f8f8;}
.about-2 dt {height: 267px;line-height: 267px;}
.about-2 dd {margin: 0;height: 187px;padding: 40px 30px;position: relative;}
.about-2 dd:after {position: absolute;left: 30px;bottom: 40px;content: '';width: 40px;height: 2px;background-color: #2c99ff;}
.about-2 dd h4 {font-weight: normal;color: #2c99ff;margin: 0;font-size: 22px;}
.about-2 dd p {line-height: 1.8;}
.about-2 dd small {display: block;line-height: 1.8;color: #999;font-size: 14px;}


.gsjj dt {float: left;width: 886px;}
.gsjj dd {margin-left: 886px;border: 2px solid #2c99ff;border-left: 0;margin-top: 95px;padding: 45px 0 45px 45px;}
.gsjj dd small {display: block;font: 20px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd strong {display: block;font: bold 50px "Times New Roman", Times, serif;text-transform: uppercase;}
.gsjj dd h4 {margin: 5px 0 0;color: #2c99ff;font-size: 36px;}
.gsjj dd h5 {margin: 0;font-size: 26px;font-weight: normal;}
.gsjj-text {margin: 30px 0 0;}
.gsjj-text dt {font-size: 24px;}
.gsjj-text dt strong {display: block;font-size: 36px;}
.gsjj-text dt strong span {float: right;font-weight: normal;color: #2c99ff;font-family: "Times New Roman", Times, serif;}
.gsjj-text dd {margin: 20px 0 0;color: #666;line-height: 1.8;}
.gsjj-text dd p{font-size:16px;text-indent:2em}


.list-1 {margin-left: -30px;}
.list-1 li {float: left;width: 25%;}
.list-1 li a {display: block;margin: 0 0 30px 30px;border: 1px solid #ddd;position: relative;}
.list-1 li a:hover {border-color: #2c99ff;}
.list-1 li .m {height: 207px;line-height: 207px;}
.list-1 li .text {position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);width: 100%;color: #fff;}
.list-1 li .text h4 {margin: 0;font-size: 16px;padding: 12px 20px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-1 li .text p {margin: 0;padding: 0 20px 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}


.yunu-showcase {margin-bottom: 40px;}
.yunu-showcase-info {float: right;width: 430px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 24px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yunu-showcase-info p {margin: 0;color: #666;height: 168px;}
.yunu-showcase-info .tel {border-top: 2px solid #e6e6e6;margin-top: 15px;padding-top: 15px;background: url(../images/pc-xc-icon2.png) no-repeat 10px 15px;height: 42px;padding-left: 70px;line-height: 21px;font-size: 18px;}
.yunu-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #2c99ff;color: #fff;margin:0 0 0 10px;}

.pc-slide{width:480px;float:left;}
.view{border:1px solid #ddd;}
.view .swiper-slide .imgauto{width:100%;height:350px;line-height:350px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{width:80%;margin:0 10%;}
.preview .swiper-slide{width:30.33%;padding:5px;}
.preview .swiper-slide .imgauto{width:100%;height:80px;line-height:78px;border:1px solid #ddd;text-align:center;}
.preview .swiper-slide .imgauto img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;}
.preview .slide6{width:82px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .imgauto{border:1px solid #2c99ff;}

div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.prd-1 {padding:20px 50px;clear:both;line-height:25px;background-color:#eeeeee;margin-bottom:30px;}
.prd-1 strong {font-size: 16px;}

.prd-2-cn{height:750px;background:url(../images/cnbg.jpg) no-repeat center top;overflow:hidden;}
.prd-2-cn ul{position:relative;height: 100%;}
.prd-2-cn li{width:238px;overflow:hidden;position:absolute;}
.prd-2-cn li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-cn li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-cn li p b{font-weight:400;color:#0038a5;}
.prd-2-cn .li_1{left:10px;top:48px;}
.prd-2-cn .li_2{right:45px;top:48px;}
.prd-2-cn .li_3{left:10px;top:278px;}
.prd-2-cn .li_4{right:32px;top:278px;}
.prd-2-cn .li_5{left:5px;top:506px;}
.prd-2-cn .li_6{right:45px;top:506px;}
.prd-2-cn .li_7{top:609px;left:436px;}

.prd-2-snkq{height:750px;background:url(../images/snkq.jpg) no-repeat center top;overflow:hidden;}
.prd-2-snkq ul{position:relative;height: 100%;}
.prd-2-snkq li{width:238px;overflow:hidden;position:absolute;}
.prd-2-snkq li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-snkq li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-snkq li p b{font-weight:400;color:#0038a5;}
.prd-2-snkq .li_1{left:10px;top:48px;}
.prd-2-snkq .li_2{right:45px;top:48px;}
.prd-2-snkq .li_3{left:10px;top:278px;}
.prd-2-snkq .li_4{right:32px;top:278px;}
.prd-2-snkq .li_5{left:5px;top:506px;}
.prd-2-snkq .li_6{right:45px;top:506px;}
.prd-2-snkq .li_7{top:609px;left:436px;}


.prd-2-cj{height:750px;background:url(../images/cj.jpg) no-repeat center top;overflow:hidden;}
.prd-2-cj ul{position:relative;height: 100%;}
.prd-2-cj li{width:238px;overflow:hidden;position:absolute;}
.prd-2-cj li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2-cj li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2-cj li p b{font-weight:400;color:#0038a5;}
.prd-2-cj .li_1{left:10px;top:48px;}
.prd-2-cj .li_2{right:45px;top:48px;}
.prd-2-cj .li_3{left:10px;top:278px;}
.prd-2-cj .li_4{right:32px;top:278px;}
.prd-2-cj .li_5{left:5px;top:506px;}
.prd-2-cj .li_6{right:45px;top:506px;}
.prd-2-cj .li_7{top:609px;left:436px;}

.prd-2{height:750px;background:url(../images/1f34001c871a418f9d4e9974e7b229ec_2.jpg) no-repeat center top;overflow:hidden;}
.prd-2 ul{position:relative;height: 100%;}
.prd-2 li{width:238px;overflow:hidden;position:absolute;}
.prd-2 li h3{font-size:20px;color:#fff;font-weight:400;padding-left:96px;height:38px;line-height:28px;margin-bottom:10px;margin-top:0;}
.prd-2 li p{line-height:28px;color:#666;font-size:16px;padding-left:30px;margin:0;}
.prd-2 li p b{font-weight:400;color:#0038a5;}
.prd-2 .li_1{left:10px;top:48px;}
.prd-2 .li_2{right:45px;top:48px;}
.prd-2 .li_3{left:10px;top:278px;}
.prd-2 .li_4{right:32px;top:278px;}
.prd-2 .li_5{left:5px;top:506px;}
.prd-2 .li_6{right:45px;top:506px;}
.prd-2 .li_7{top:609px;left:436px;}

.prd-3 {margin-bottom: 30px;}
.prd-3 ul{text-align:justify;margin-left:-14px;margin-bottom:30px;}
.prd-3 li{width:188px;background-color:#eee;height:220px;float:left;margin-left:14px;margin-bottom:10px;border-radius:7px;}
.prd-3 li h5{background-color:#2c99ff;height:40px;font-size:20px;color:#fff;text-align:center;line-height:30px;padding-top:10px;border-top-left-radius:7px;border-top-right-radius:7px;margin:0;}
.prd-3 li p{font-size:14px;color:#333;line-height:30px;padding:10px;margin:0;}

.prd-4 {margin-left: -20px;margin-bottom: 10px;}
.prd-4 li {float: left;width: 33.333333%;}
.prd-4 li a {display: block;margin: 0 0 20px 20px;}
.prd-4 li .img-center {height: 260px;line-height: 260px;}
.prd-4 li p {background-color: #f2f2f2;margin: 0;text-align: center;line-height: 50px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.prd-4 li a:hover p {background-color: #2c99ff;color: #fff;}

.prd-5 {margin-bottom: 30px;}
.prd-5 dl {margin: 0;background-color: #f7f7f7;}
.prd-5 dt {float: left;width: 600px;}
.prd-5 dd {margin-left: 600px;padding: 50px 50px 0;}
.prd-5 dd h4 {margin: 0;color: #2c99ff;font-size: 20px;}
.prd-5 dd p {margin: 20px 0;line-height: 1.8;text-align: justify;}
.prd-5 dl:nth-of-type(even) dt {float: right;}
.prd-5 dl:nth-of-type(even) dd {margin: 0 600px 0 0;}

.prd-6 {margin: -20px 0 30px -20px;}
.prd-6 li {float: left;width: 25%;}
.prd-6 li .wrap {margin: 20px 0 0 20px;}
.prd-6 li h4 {text-align: center;color: #2c99ff;font-size: 22px;margin: 15px 0;}
.prd-6 li p {margin: 0;text-align: center;}

.prd-7 {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: -20px;
 }

.prd-7 a {
    display: block;
    width: 100px;
    height: 140px;
    text-align: center;
    float: left;
    margin: 0 70px;
    padding-top: 40px;
}

.prd-7 a i {
    display: inline-block;
    width: 101px;
    height: 101px;
    margin: 0px;
}

.prd-7 a i.ic1:hover {
    background:url(../images/9e18191810154de991614a535a835e89_44.png) no-repeat;
}

.prd-7 i.ic1 {
    background:url(../images/9e18191810154de991614a535a835e89_48.png) no-repeat;
}

.prd-7 a i.ic2:hover {
    background:url(../images/9e18191810154de991614a535a835e89_50.png) no-repeat;
}

.prd-7 i.ic2 {
    background:url(../images/9e18191810154de991614a535a835e89_52.png) no-repeat;
}

.prd-7 a i.ic3:hover {
    background:url(../images/9e18191810154de991614a535a835e89_54.png) no-repeat;
}

.prd-7 i.ic3 {
    background:url(../images/9e18191810154de991614a535a835e89_56.png) no-repeat;
}

.prd-7 a i.ic4:hover {
    background:url(../images/9e18191810154de991614a535a835e89_58.png) no-repeat;
}

.prd-7 i.ic4 {
    background:url(../images/9e18191810154de991614a535a835e89_60.png) no-repeat;
}

.prd-7 a i.ic5:hover {
    background:url(../images/9e18191810154de991614a535a835e89_62.png) no-repeat;
}

.prd-7 i.ic5 {
    background:url(../images/9e18191810154de991614a535a835e89_96.png) no-repeat;
}

.prd-7 a i.ic6:hover {
    background:url(../images/9e18191810154de991614a535a835e89_66.png) no-repeat;
}

.prd-7 i.ic6 {
    background:url(../images/9e18191810154de991614a535a835e89_68.png) no-repeat;
}

.prd-7 a i.ic7:hover {
    background:url(../images/9e18191810154de991614a535a835e89_70.png) no-repeat;
}

.prd-7 i.ic7 {
    background:url(../images/9e18191810154de991614a535a835e89_72.png) no-repeat;
}

.prd-7 a i.ic8:hover {
    background:url(../images/9e18191810154de991614a535a835e89_76.png) no-repeat;
}

.prd-7 i.ic8 {
    background:url(../images/9e18191810154de991614a535a835e89_78.png) no-repeat;
}

.prd-7 a i.ic9:hover {
    background:url(../images/9e18191810154de991614a535a835e89_98.png) no-repeat;
}

.prd-7 i.ic9 {
    background:url(../images/9e18191810154de991614a535a835e89_100.png) no-repeat;
}

.prd-7 a i.ic10:hover {
    background:url(../images/9e18191810154de991614a535a835e89_84.png) no-repeat;
}

.prd-7 i.ic10 {
    background:url(../images/9e18191810154de991614a535a835e89_86.png) no-repeat;
}

.prd-7 h5 {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.prd-7 a:hover h5 {
    color: #987fde;
}

.tit01 span{height:90px;line-height:76px; font-size: 42px; color: #333333; text-align: center; font-weight: normal;margin: 0 auto;display: block;background:url(../images/tit.png) no-repeat center top}
.tit01 span img{width: 99px; height: 3px; vertical-align: middle;margin:0 18px 0 23px;}
.tit01 b{font-weight: bold; color: #2c99ff;}
.tit01 a{color: #333333; text-decoration: none; }
.tit01 em{ display: block;font-size: 20px; color: #333333;height: 35px;line-height: 35px;font-family:"Microsoft Yahei"; font-weight: normal; text-align: center;}


/**/
/**/
.cutbj{height: 320px;background:#fff; box-sizing: border-box; }
.m_help{position: relative;height: 342px;}

.help_nav{height: 47px; margin-bottom: 22px; position: relative; }
.help_nav ul{width: 396px; margin:0 auto;}
.help_nav li{ height: 47px; line-height: 47px; text-align: left;width: 197px; font-size: 18px; color: #666666; float: left;box-sizing: border-box;margin-right: 1px;background:#f0f0f0; position: relative;  }
.help_nav li a{ text-decoration: none; color: #333333; }
.help_nav li em{width: 26px;height: 27px;overflow: hidden;margin: 10px 10px 0 33px; position: relative; float: left;}
.help_nav li em img{position: absolute;left:0;top:0;}
.help_nav li.cur{background: #2c99ff;}
.help_nav li.cur a{ font-weight: bold; color: #fff; }
.help_nav li.cur em img{top:-27px;}
.help_nav li:last-child{margin-right: 0;}

.m_help{ height:271px;width: 1200px; position: relative; }
.xc_scroll{width: 1200px;height:271px;}
.m_help .jt{width: 32px; height: 32px;position: absolute;bottom:0;z-index: 1;}
.m_help .xc_lefts{left:520px; background: url(../images/xc_lefts.png) no-repeat;}
.m_help .xc_rights{right:520px;background: url(../images/xc_rights.png) no-repeat;}

.m_help .hd{width:1200px;left:50%;margin-left:-600px;position:absolute;z-index:1;bottom:10px;overflow:hidden;}
.m_help .hd span{margin-left:570px; display: block;}
.m_help .hd span em{float:left;margin:0 5px;border-radius: 100%; display:inline;cursor:pointer;width:10px;height:10px;background:#4c4d50;}
.m_help .hd span .on{background:#2c99ff;}

.xc{width:1202px;  overflow: hidden;padding-left: 1px}
.xc ul{width: 1200px;height:214px;}
.xc li{ width:285px; position:relative;margin-right: 20px; float: left; display: block; }
.xc li img{ display:block;width:285px; height:285px;}
.xc li em{ height:50px;  font:16px "Microsoft YaHei"; line-height:50px; color:#666666; overflow:hidden; display: block; text-align: center; display: block; }
.xc li a{ text-decoration: none; }
.xc li.nones{margin-right: 0;}
/*.xc li:hover em{ background:#f56b1b;color: #fff; }*/

/*.xc li img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s; }
.xc li img:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}
*/

    
/**/
.ysbj{ height: 1405px; background:#fff; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box;  max-width: 1920px;margin:0 auto;}
.ysbj h2{margin-bottom: 60px;height: 210px; background: url(../images/ystitbg.png) no-repeat center top; color: #fff; padding-top: 60px; box-sizing: border-box;}
.ysbj h2 b{position: relative;padding-left: 45px;color:#fff;}
.ysbj h2 i{font-size: 68px; color: #fff; font-family: "Arial"; position: absolute;left:0;top:-8px;}
.ysbj h2 em{color:#fff;}
.ys{ background: url(../images/ysbg.png) no-repeat center top; height: 1110px; }

.ys dl{width: 560px; float: left;cursor: pointer;margin-bottom: 34px;}
.ys dt{width: 560px; height: 328px;overflow: hidden;}
.ys dt img{width: 560px; height: 328px;display: block;}
.ys dd{height: 188px; border:1px solid #d6d6d6;padding:0 34px 0 42px;box-sizing: border-box;}
.ys dd h3{height: 67px;padding-left: 95px; margin-bottom: 25px; font-weight: normal;position: relative;padding-top: 54px;background: url(../images/01.png) no-repeat left top;margin-top: -45px; position: relative;}
.ys dd h3 em{background: url(../images/ysline.png) no-repeat left bottom; display: block;height: 66px; line-height: 66px;font-size: 32px;color: #111111;padding-left: 32px;}
.ys dd h3 em b{color: #01b34d; font-weight: bold;}
.ys dd p{padding-left: 54px;background: url(../images/yspico.png) no-repeat 23px 5px; color: #666666; font-size: 15px; line-height: 25px;}
.ys dl:nth-child(2n){float: right;}
.ys_left dl:nth-child(1){margin-top: 40px;}
.ys_left{width: 560px; float: left;}
.ys_right{width: 560px; float: right;}
.ys_left dl:nth-child(1) dd h3{background: url(../images/01.png) no-repeat left top;}
.ys_left dl:nth-child(2) dd h3{background: url(../images/03.png) no-repeat left top;}

.ys_right dl:nth-child(1) dd h3{background: url(../images/02.png) no-repeat left top;}
.ys_right dl:nth-child(2) dd h3{background: url(../images/04.png) no-repeat left top;}

.ys dl img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.ys dl img:hover{-webkit-transform:scale(1.01);-moz-transform:scale(1.01);-ms-transform:scale(1.01);transform:scale(1.01);}
    
/**/
.pro_bj{ height: 638px; overflow: hidden; padding-top:45px; box-sizing: border-box; font-family: "Microsoft YaHei"; }
.pro_bj h2{margin-bottom: 35px;}

.cp_nav{ width: 1200px; clear: both;}
.cp_nav .clm{width: 600px; float: left;}
.cp_nav h3 a{height: 65px; line-height: 65px;text-align: left; font-size: 20px; color: #fff;position: relative; display: block; background:#2c99ff url(../images/clm.png) no-repeat left center;padding-left: 58px;box-sizing: border-box; font-weight: normal; text-decoration: none;}
.cp_nav h3 a:hover,.cp_nav h3.cur a{background:#01b34d url(../images/clm.png) no-repeat left center; color: #fff; font-weight: bold;}
.cp_nav h3:last-child a{border-bottom: 0;}
.cp_nav ul{box-sizing: border-box;padding:15px 0 15px 35px; clear: both; background: #fff;overflow: hidden;box-shadow: 0 2px 10px #f5f5f5;}
.cp_nav li{height: 26px; line-height:26px; text-align: left; font-size: 15px; color: #666666;position: relative; display: block;padding-left: 36px;background: url(../images/newsico1.png) no-repeat left center;width: 180px; float: left; box-sizing: border-box;}
.cp_nav li a{color: #666666; text-decoration: none;}

.cp_nav .clm:nth-child(1) ul{border-right: 1px solid #e2e2e2;}


.cp_nr{width:1200px;height: 382px; position: relative; margin-top: 27px;}
.cp_nr .m_pro{overflow: hidden;}
.cp_nr .jt{width: 48px; height: 48px;position: absolute;top:133px;}
.cp_nr .cp_prev{left:-78px; background: url(../images/cp_lefts.png) no-repeat;}
.cp_nr .cp_next{right:-78px;background: url(../images/cp_rights.png) no-repeat;}
.cp_nr li{width: 280px; box-shadow: 0 0 5px #f0f0f0; float: left; margin-right: 26px;margin-bottom: 26px;  margin-top: 5px;}
.cp_nr li a{ text-decoration: none; }
.cp_nr li img{width: 280px; height: 280px; display: block;box-sizing: border-box;}
.cp_nr li span{background:#555; display: block; height:70px; line-height: 70px;text-align: center; font-size: 15px; color: #fff;border-bottom: 3px solid #c7c7c7; position: relative; }
.cp_nr li span:after{width: 34px; height: 34px; z-index: 1; content: "";position: absolute;bottom: -18px;left:50%;margin-left: -17px; background: url(../images/cpico.png) no-repeat;}

/*.cp_nr li:nth-child(4n){margin-right: 0;}*/

.cp_nr li:hover{transform: translateY(-3px);transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.cp_nr li:hover span{ background:#2c99ff;border-bottom: 3px solid #2c99ff;  color: #fff;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.cp_nr li:hover span:after{background: url(../images/cpicocur.png) no-repeat;}


    
.footWrap{height:405px;background:#353535;padding-top: 60px;box-sizing: border-box; overflow:hidden;font-family:"Microsoft Yahei";}
.footer{width:1200px;margin: 0 auto; overflow:hidden;}
.footWrap h3{height: 30px; line-height: 30px; color: #fff; font-size: 18px; font-weight: bold;margin-bottom: 20px; }
.fnav { overflow:hidden;width:285px; float: left; height: 188px;border-right: 1px solid #4a4a4a; }

.fnavv a{font-size:16px;color:#ffffff;width:93px; float: left; height: 36px; line-height: 36px; display: block;margin-right: 35px;opacity: 0.5;}

.fcontact{float: left; overflow:hidden;width:595px;height: 188px;box-sizing: border-box;border-right: 1px solid #4a4a4a;padding-left: 72px;}
.fcontact p{ height: 42px; line-height: 42px; padding-left: 50px;background: url(../images/fttel.png) no-repeat left center; font-size: 26px; color: #fff; font-weight: bold;margin-bottom: 15px; }
.fcontact li{ line-height: 28px; font-size: 16px;color: #ffffff;font-weight: normal;opacity: 0.5;}
.fcontact li em{padding:0 10px;}

.fcode{overflow:hidden;width:240px;height: 247px;font-size: 14px; color: #adadad;  float: right;box-sizing: border-box;}
.fcode li{font-size: 16px;color: #fff; width: 111px; float: left;}
.fcode li img{ width: 103px; display: block;padding:2px;background: #fff; }
.fcode li span{ display: block;font-size: 14px; color: #fff; text-align: center; height: 30px; line-height: 30px;opacity: 0.55; }
.fcode li:nth-child(1){margin-right: 18px;}



.footWrap2{ height: 108px; line-height: 108px; text-transform: uppercase; color: #666666; font-size: 14px;background: #2e2e2e; }
 .footWrap2 a{ color: #666666; }
 .flogo{width: 179px;  float: left;margin-right: 30px;}
 .flogo img{width: 179px; height:53px;display: block;margin-top: 20px;}

.footWrap2 span{ float: right;opacity: 0.4;color: #fff; }
.footWrap2 span a{color:#fff;opacity:1;}
.footWrap2 em{padding:0 5px;}
    

.footWrap2 span{ float: left !important;}
.link_bj{width:100%; margin: 0 auto; min-height:70px; overflow: hidden; }
.link{ height:auto; overflow: hidden;font-family:"Microsoft Yahei"; width:1200px; margin:0 auto;}
.link p i{color: #fff; font-size: 14px; float: right;}
.link p{font-size: 16px;overflow: hidden; line-height: 70px; color:#acacac;position: relative;
    z-index: 1;opacity: 0.5;}
.link p a{ color: #333; font-size: 14px;padding:0 10px; text-align: left;}




/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿*/

.list2{background: url(../images/ys_tt.jpg) no-repeat center top;height: 2366px;}
.list2 .tils{color:#fff;}
.list2 .tils i{color:#fff;}
.ys_bj1{background: url(../images/ys_bj1.jpg) no-repeat center top;height: 542px;}
.ys_bj2{background: url(../images/ys_bj2.jpg) no-repeat center top;height: 541px;}
.ys1{padding:48px 0 0 45px;width:1155px;margin:0 auto;position: relative;height: 494px;}
.list2 .ys1 dl {padding-top:156px;}
.ys2{width:1152px;margin:0 auto;padding:51px 39px 0 9px;height: 491px;position: relative;}
.list2 .ys2 dl{padding-top:103px;}
.ys3{width:1120px;padding:45px 30px 0 50px;position: relative;height: 496px;margin:0 auto;}
.list2 .ys3 dl{padding-top:153px;}
.ys4{height: 507px;padding:38px 39px 0 0;width:1161px;margin:0 auto;position: relative;}
.list2 .ys4 dl{padding-top:100px;}
.ys4 dd span {width:230px;height: 50px;background: #2c99ff;display: inline-block;text-align: center;line-height: 50px;font-size:16px;color: #fff;border-radius:24px;margin:0 5px;margin-top:30px;}
.ys4 dd span a {color: #fff;padding-left:26px;background: url(../images/fan_a1.jpg) no-repeat left center;line-height: 50px;display: inline-block;}
.list2 dl{width:433px;}
.list2 dt {height: 60px;}
.list2 dt i{float:left;font-size:0;line-height: 0;}
.list2 dt p {float:right;width:359px;}
.list2 dt p span {display:block;height: 34px;line-height: 34px;font-size:34px;color: #333333;font-weight: bold;}
.list2 dt p em {font-size:14px;color: #999999;text-transform: uppercase;display:block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;letter-spacing:2px;}
.list2 dd p {padding-left:30px;font-size:16px; color: #333333;line-height: 26px;padding:0 0 0 25px;background: url(../images/ys_ico1.png) no-repeat left 7px;margin-top:20px;}
.ys_a1,.ys_a2,.ys_a3,.ys_a4{position: absolute;}
.ys_a1{left:-18px;bottom:0;}
.ys_a2{right:-18px;bottom:0;}

/*bann*/
.online{
	width:100%;
	min-width:1200px;
	position:relative;
}
.w_online{
	width:100%;
	position:absolute;
	top:0px;
	z-index: 999;
}
.z_online{
	width:1180px;
	margin:0 auto;
}
.wl_online{
	width:50%;
}
.wl_online span{
	color:#fff;
	font-size:24px;
	background-color:#2c99ff;
	width:200px;
	height:50px;
	line-height:50px;
	display:inline-block;
	border-radius:25px;
	text-align:center;
	margin-top:45px;
}
.wl_online h2{ 
	font-size:34px;
	color:#fff;
	margin-top:20px;
}
.wl_online p{
	font-size:20px;
	color:#fff;
	margin-top:10px;
}
.wl_online p s{
	color:#2c99ff;
	font-weight:bold;
}
.online img{
	width:100%;	
	height:240px;
}
.reline{
	width:50%;
	height:95px;
	margin-top:70px;
}
.dianhua{
	width:55px;
	height:55px;
}
.dianhua img{
	width:100%;
	height:55px;
	margin-top:34px;
}
.zai{
	width:200px;
	height:60px;
	background-color:#fff;
	border-radius:30px;
	margin-top: 17px;
}
.zai s{
	width:120px;
	line-height:60px;
	text-align:center;
	color:#222;
	font-size:16px;
}
.zai span{
	width:50px;
	height:50px;
	display: inline-block;
	text-align:center;
	line-height:50px;
	margin-top:5px;
	margin-right:5px;
	border-radius:100%;
	background-color:#2c99ff;
	font-size:23px;
	color:#fff;
	font-weight:100;
}
.rexian{
	margin-left:5px;
}
.rexian p{
	font-size:36px;
	color:#fff;
}
.rexian h6{
	font-size:40px;
	color:#fff;
	font-weight:bold;
}



/*cul*/
.cul_bg{position: relative;margin-top: 13px; height: 350px; }
.cul_t{width: 188px;margin: 0  auto 28px; height: 40px; line-height: 40px; font-size: 20px; text-align: center;}
.cul_t li{float: left;width: 188px; height: 40px; }
.cul_t li a{width: 188px; height: 40px; display: inline-block; color: #fff;background:#555;border-radius: 30px;}
.cul_t li a:hover,.cul_t li.cur a{background:#36324a;border-radius: 30px;}
.cul_t li.nones{float: right;}

.cul_con{margin: 0 auto; width:1230px; overflow: hidden;}
.cul_qh{width: 1338px; margin: 0 auto;}
.roll1,.roll2{margin-top:73px; display:inline; width: 49px; height: 56px; overflow:hidden;}
.roll1 a,.roll2 a{width: 49px; height: 56px;overflow:hidden; display:inline-block;}
.roll1 a{ background:url(../images/roll1.png) no-repeat 0 top;}
.roll1 a:hover{ background:url(../images/roll11.png) no-repeat 0 top;}  
.roll2 a{ background:url(../images/roll2.png) no-repeat left top;}
.roll2 a:hover{ background:url(../images/roll22.png) no-repeat left top;} 

.cul_list{margin-left:20px; width:1230px; overflow:hidden;}
.cul_list ul li{position: relative; float:left; line-height: 0px; width: 280px; margin-right:26px; overflow:hidden;}
.cul_list ul li img{width:276px; height:200px; border: 2px solid #f2f2f2;}
.cul_list ul li span{ font-size: 16px;display: block;text-align: center;line-height: 58px; color: #747474;}
.cul_list ul li.nones{margin-right: 0px;}


.aboutbg{background: url(../images/about_bg.jpg) no-repeat center center;background-size:100% 100%;}
.aboutbg .tit01 span{color:#fff;background: url(../images/tit1.png) no-repeat center top;}
.aboutbg .tit01 em,.aboutbg .tit01 b {color: #fff;}
.in-about {background-color: #f6f4f2;margin-top: 50px;}
.in-about dt {float: left;overflow: hidden;width: 400px;padding:30px;}
.in-about dt img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-about dd {margin-left: 400px;padding: 25px 40px 0;}
.in-about dd h4 {margin: 0;font-size: 36px; text-align:center;font-family: "Microsoft YaHei"; color: #333333; }
.in-about dd h5 {margin-top:10px;font-size: 24px; text-align:center;font-family: "Microsoft YaHei"; color: #2c99ff;}
.in-about dd p {margin: 20px 0 0;text-align: justify;line-height: 2; font-size: 16px; font-family: "Microsoft YaHei"; color: #555555; }
.in-about dd .more {display: inline-block;margin-top: 30px;padding: 7px 25px;background-color: #f8bd01;color: #fff;text-transform: uppercase;border-radius: 50px;}
.in-about dd .more:hover {-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}

.in-desc-total {margin: 20px auto;text-align: center;}
.in-desc-total li {float: left;width:33.333333%;}
.in-desc-total li .num {line-height: 1.4;}
.in-desc-total li .num strong { font-size: 40px; font-family: "Microsoft YaHei"; color: #222; }
.in-desc-total li .unit {position: absolute;font-size: 14px;background-color: #2c99ff;color: #fff;border-radius: 50%;width: 25px;line-height: 25px;display: inline-block;vertical-align: top;text-align: center;margin-left: 10px;}
.in-desc-total li p {font-size: 14px;margin: 10px 0 0;}
.in-desc-total li small {display: block;font-size: 12px;color: #999;}
.in-desc-total li span {padding-left: 10px;font-size: 16px;font-family: "Microsoft YaHei";color: #222;}


/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹*/
.liuc_bg{background:url(../images/liuc_bg.jpg) no-repeat center 0;height: 382px;}
.liuc_l{padding: 128px 0 0;width: 1010px;}
.liuc_l p{font-size: 18px;color: #fff;background:url(../images/liuc_k.png) no-repeat;float: left;width: 33px;height: 131px;text-align: center;}
.liuc_l p span{display: block;width: 24px;margin:0 auto;line-height: 20px;padding: 35px 0 0;}
.liuc_l ul{background:url(../images/liuc_line.png) no-repeat 180px 45px;display: block;float: left;margin-top: 18px;}
.liuc_l ul li{font-size: 18px;color: #c0c0c0;line-height: 26px;text-align: center;width: 96px;height: 96px;border-radius:50%;border: #2c97fb 1px solid;margin-left: 61px;float: left;position: relative;}
.liuc_l ul li i{display: block;padding: 20px 0 0;}
.liuc_l ul li:before{
    content:'';
    display: block;
    border: 1px solid #2c97fb;
    position: absolute;
    top: -1px;
    left: 50%;
    margin: 0 0 0 -48px;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    transition: 0.5s;
}
.liuc_l ul li:hover:before{
    transform: scale(1.2);
    opacity: 0;
}
.liuc_r{width: 190px;text-align: center;padding: 165px 0 0;background:url(../images/liuc_ico.png) no-repeat center 98px;}
.liuc_r span{display: block;margin: 0 auto;height: 30px;line-height: 30px;color: #a4a5a6;border-bottom: none;font-size: 16px;width: 190px;padding: 10px 0 0;}
.liuc_r a{display: block;font-size: 14px;color: #fff;width: 120px; text-align: center; height: 35px; line-height: 35px; background: #2c99ff;border-radius:15px;margin:0 auto;} 

/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿*/
.til01{height:125px;display: block;font-size:36px;line-height:48px;color: #2c99ff;text-align: center;padding: 22px 0 0;background:url(../images/protil.gif) no-repeat center 0;}
.til01 span{display: block;font-weight: normal;font-size:18px;line-height:32px;color: #666;}
.til01 a{display: block;color: #2c99ff;}
.case .til01{background:url(../images/casetil.gif) no-repeat center 0;}
.newbox .til01{background:url(../images/newtil.gif) no-repeat center 0;}



.hardware-banner{width:100%;min-width:1200px;height:530px;background:url(../images/hardware-banner-bg.png) 50% no-repeat}
 .hardware-banner .banner-text{ width: 100%;float: left;margin-top:6% ;text-align: center;}
 
  .hardware-banner .img img{ width: 90%;}
  
  
   .hardware-banner .img{ width: 50%;text-align: center;margin:0 auto;}
  .hardware-banner .banner-text .text{color:#fff}
   .hardware-banner .banner-text .text h4{font-size:36px;font-weight:400;margin-bottom:20px}
 
  .hardware-banner .banner-text .text p{line-height:45px}.page-card{width:100%;height:600px}.page-card .hardware-swiper-title{font-weight:400;width:100%;color:#22b573;font-size:30px;padding:50px 0 38px;text-align:center}.page-card .hardware-swiper .VueCarousel{padding:28px 0;width:600px;height:380px}.page-card .hardware-swiper .hardware-option{padding-left:78px}.page-card .hardware-swiper .hardware-option .option h5{color:#22b573;font-size:24px;font-weight:400}.page-card .hardware-swiper .hardware-option .option p{color:#666;font-size:16px}.page-card .hardware-swiper .hardware-option .option+.option{margin-top:20px}

.user-interact-inner .interact-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 39px;
}
.user-interact-inner h2 {
    color: #36324a;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 29px;
	font-size:24px ;
	margin-top: 10%;
	 text-align: center;
}
.user-interact-inner p {
    margin-bottom: 40px;
	font-size:16px ;
	 line-height: 30px;
	letter-spacing:.8px;
	 text-align: center; 
}
.user-interact-image {
    width: 490px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
    
}
.user-interact-image img{
    width: 80%;
	border-radius: 20px;
    margin: 0 auto;
}

.line{border-right: 1px dashed #b5b5b5;}

.user-interact-image8 img{
   width: 100%;
}

.user-interact-image8 img{width: 100%;}

.user-interact-inner .interact-icon svg#Capa_1 {
    fill: #f77ade;
}
.bg-2 {
    background: #f8f8f8;
}
.user-interact-image.type2 {
    margin-left: 0;
    width: 700px;
}
.pb-120 { padding-bottom: 38px; }
.pt-120 { padding-top: 38px; }
.pb-60 { padding-bottom: 60px; }
.pt-60 { padding-top: 60px; }
.f_bg{ background:#3d3d3d; overflow:hidden; padding:50px 0 0;}
.footer{width: 1200px; margin:0 auto;}
.f_logo{width: 270px;height: 165px;}
.f_logo h5{width: 205px;}
.f_logo h5 img{width: 205px;height: 67px;}
.f_logo p{font-size: 16px;color: #ccc;line-height: 30px; padding:10px 0 0;}
.f_logo p span{display: block;}
.f_logo p a{color: #ccc;}
.f_logo p i{ padding-left:10px;}
.f_nav{height: 165px;width: 200px; padding:0 0 0 45px; background:url(../images/f_line.png) no-repeat left 0;}
.f_nav ul li{height: 32px;line-height: 32px;width: 100px;float: left;overflow: hidden;}
.f_nav ul li a{font-size: 14px;color: #9d9d9d;}
.f_ban{width: 380px;padding: 0 0 0 40px; background:url(../images/f_line.png) no-repeat left 0;}
.f_ban p{font-size: 14px;color: #858585;line-height: 30px;padding: 0 0 0 30px;}
.f_ban p a{font-size: 14px;color: #858585;}
.f_ban p span{padding: 0 10px;}
.f_ban .f_p01{background:url(../images/f_ico01.png) no-repeat 0 6px;}
.f_ban .f_p02{background:url(../images/f_ico02.png) no-repeat 0 7px;}
.f_ban .f_p03{background:url(../images/f_ico03.png) no-repeat 0 7px;}
.f_er{height: 165px;width: 470px; background:url(../images/f_line.png) no-repeat left 0;padding-left: 30px;}
.f_er p{width: 130px;float: left; padding:0 0 0 15px;text-align: center;line-height: 0;}
.f_er p em{display: block;width: 120px;height: 120px;border: #484848 1px solid;padding: 4px;}
.f_er img{ width:120px; height:120px;}
.f_er span{display: block;font-size: 12px;color: #bababa;line-height: 30px;}
.f_bot{line-height: 30px;overflow: hidden;}
.f_bot b{display: block;float: left;font-size: 14px;color: #1f1f1f;width: 70px;}
.f_bot p{font-size: 14px;color: #999;float: left;width: 1130px;}
.f_bot p a{font-size: 14px;color: #999; padding:0 10px;}

#wrapper{margin:0px auto;width:100%;position: fixed; z-index: 9999999999999999;}
.contain{ width:1200px; margin:0 auto}
.mt80{ margin-top:80px;}
.mt60{ margin-top:60px;}
.mt50{ margin-top:50px;}
.h_top{ background:url(../images/head.png) no-repeat center top; height:103px; position:absolute; top:0px; z-index:999; width:100%; }
.top{ width:1200px; margin:0 auto; padding-bottom:25px; }
.logo{width:228px; float:left; }
.logo_t{ width:90px; float:left}
.logo p{ font-size:16px;padding-top:3px; padding-left:5px; color:#fff}

.tel{ width:300px; float:right; text-align:right; padding-top:35px}
.h_top a{ color:#fff}
.h_top a:visited,.tel a:active{color:#fff}
.t_mid{ width:350px; float:left; font-size:16px; line-height:30px; padding-top: 8px}
.t_mid span{ color:#0d74e2; }
.fixednav{box-shadow:0 5px 15px 0 rgba(0,0,0,.1)}
.t_top{ line-height:40px; color:#fff}

.ddsmoothmenu ul li{position:relative;display:inline;float:left;}
.ddsmoothmenu ul li a{display:block; font-size:16px;}
.ddsmoothmenu ul li a span{display:block; text-align:center;padding-left: 30px;padding-right: 30px;}
.ddsmoothmenu ul li a:hover{color: #fff;list-style: none;text-decoration:none}}
#lang{position:absolute;right:15px;top:10px;z-index:1}
#lang img{margin-right:5px;vertical-align:middle}
#index_nav{}
#MainMenu{height:60px; line-height:60px;  float:left; margin-top:10px;padding-left:130px ;}

   .content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.case{ padding-top:50px ;height: auto;    overflow: hidden;}
.case .tit i:after{ background: url(../images/case_tit.png) no-repeat center;width: 169px;height: 23px; }
.case_con { margin-top: 84px; }
.case_con dl{width: 48%;float: left;margin-right: 1%;background: #fff;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);;margin-bottom: 35px;padding-bottom: 20px;}

.case_con dt{  overflow: hidden;
 vertical-align: middle;
 text-align:center;margin: 0 auto !important;width: 100%;}
.case_con dt img{ transition: all 0.5s;max-height: 480px; max-width:100%; }
.case_con dl:hover dt img{ transform: scale(1.05);}
.case_con dl:hover {box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.25);}
.case_con dd{padding: 0 200px; text-align: center; }
.case_con dd h4 {font-size: 18px;color:#fff ;line-height: 40px;font-weight: normal;display: block;background: #0050AB;border-radius:60px}
.case_con dd p{font-size: 14px;line-height: 24px;color: #666666;padding-top: 17px;}
.case_con dd .more{display: block;width: 35px;height:35px ;margin-top:25px ;overflow: hidden;}
.case_con dd .more img{ display: block;width: 35px;height:35px ;transition: all 0.5s;}
.case_con dl:hover h4 a{ color: #0058a2; }
.case_con dl:hover .more img:nth-child(1){margin-top: -35px;}

.skl_product{ height: auto;  margin:3% 0px;}
.skl_product .indexTitle .abre{height: 29px; line-height: 29px;}
.buyul{ height: auto; margin-top: 4%;}
.buyul li{ float: left; margin-right: 2%; background: #fff;  width:32%;  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin-bottom:2%;}
@media screen and (max-width: 414px){.buyul li{float: left; margin-right: 2% !important; background: #fff;  width:32%;  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin-bottom:2%;}}
.buyul li a{ height: auto; overflow: hidden;  display: block;}
.buyul li:nth-child(3n){ margin-right: 0px;}
.buyul li img{ display: block;margin:0 auto; max-width: 100%;}
.buyul li .buytitle{ text-align: center;  font-size: 20px; color: #3e3e3e; font-weight: bold; margin:8% 0px 8%;}
.buyul li p{ font-size: 14px; color: #666666; text-align: center; height:80px;}
.buyul li span{ display: block; width: 114px; height: 34px; background: #168dd9; line-height: 34px; text-align: center; border-radius: 30px; color: #fff; margin:15% auto 0px;}

.buyul li img:hover{ -webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);}
.buyul li:hover .buytitle{ color: #168dd9;}
.skl_solu{ height: auto; overflow: hidden; padding:3% 0px; background-color: #f5f5f5;}
.soluimg{ height: auto; overflow: hidden; margin-top: 3%;}
.soluimg img{ display: block;margin:0 auto;}
.skl_case{ height: auto;overflow: hidden; background:url(../images/casebg.jpg) no-repeat top center; padding:3% 0px 3%; background-size: cover;}
.skl_case .indexTitle .titlehtp{ color: #fff;}
.caseCont{ height: auto;  max-width: 1400px; margin:0 auto; margin-top: 5%;}
.caseOwl{ height: auto; }
.caseOwl .owl-item{-webkit-transition: all .7s;
    transition: all .7s; }
.caseOwl .item{ position: relative; height: auto; cursor:pointer; float: left; width: 20%;-webkit-transition: all .7s;
    transition: all .7s; }
.caseOwl .item img{ display: block; max-width: 100%;-webkit-filter: grayscale(50%); -moz-filter: grayscale(50%); -ms-filter: grayscale(50%); -o-filter: grayscale(50%); filter: grayscale(50%); filter: gray;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

-webkit-filter:grayscale(0.5); }
.case_gray{ height: auto; overflow: hidden;}
.case_gray .casein{ height: auto; overflow: hidden; position: absolute; bottom:0px; width: 100%; left:0px; color: #fff; padding:20px 0px;background:rgba(0,0,0,0.5); }
.case_gray .casein .casetitle{ text-align: center; font-size: 22px;}
.case_gray .casein a{ display: block; margin:0px auto; background: #168dd9; color: #fff; font-size: 13px; width: 137px; height: 33px; border-radius: 30px; line-height: 33px; text-align: center; margin-top: 20px;}
.caseOwl .item:hover{     -webkit-transform: scale(1.1);
    transform: scale(1.1); z-index: 1;}
.caseOwl .item:hover img{ -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; filter: none; filter:none;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);

-webkit-filter:grayscale(0); }

.title-main {
    font-size: 38px;
    text-align: center;
}

.title-main em {
    font-weight: bold;
    color: #36324a;
}

.title-dp {
    text-align: center;
    color: #666666;
    font-size: 16px;
    background: url(../images/line2.png) no-repeat center center;
    margin: 20px 0;
	text-transform:uppercase;
}

.edge{line-height:30px;font-family:"Microsoft Yahei";overflow: hidden;font-size: 16px;background:url(../images/edgebg.jpg) repeat-x center 0;padding-top: 25px;}
.edge .til01{height: 142px;}
.edge1{height:684px;}
.edge_w1{height:173px;padding: 33px 0 0;background:url(../images/edge_line.gif) no-repeat center 0;}
.edge2{height: 584px;}
.edge_w2{height:170px;padding: 30px 0 0;}
.edge_w3{width: 468px;}
.edge_w4{width: 558px;}
.edge3{background:url(../images/edgebg1.gif) no-repeat 0 29px;height: 460px;}
.edge4{background:url(../images/edgebg1.gif) no-repeat right 29px;height: 482px;}
.edge_wc{width: 592px;}
.edge_wc h3{height:55px;font-size: 22px;line-height:55px;color: #333;border-bottom: solid 1px #e5e5e5;margin-bottom: 5px;}
.edge_wc h3 span{font-weight: normal;}
.edge_wc ul{display: block;padding: 0 0 10px;border-bottom: solid 1px #e5e5e5;}
.edge_wc li{display: block;clear: both;background:url(../images/ico03.png) no-repeat 0 11px;padding:0 0 0 18px;}
.edge_zx a{display: block;height:46px;width:121px;color: #ff8a00;line-height: 46px;text-align: center;padding: 0 0 0 50px;background:url(../images/icobg1.png) no-repeat 0 0;}
.edge_ico{font-size: 24px;font-weight: bold;text-align: center;width: 132px;height: 171px;background:url(../images/ico02.gif) no-repeat center 133px #017045;border-top: solid 4px #ff8a00;color: #fff;line-height: 48px;}
.edge_ico span{display: block;height: 58px;line-height: 58px;padding: 24px 0 0;font-family: Times New Roman;font-size: 48px;font-weight: normal;}
.edge1 .edge_ico{left: 0;top: -6px;}
.edge2 .edge_ico{right: 0;top: -6px;}
.edge1 .edge_zx,.edge2 .edge_zx{margin:85px 0 0;}
.edge1 .edge_wc{margin:0 0 0 199px;}
.edge2 .edge_wc{margin:0 202px 0 0;}
.edge3 .edge_wc{margin:42px 0 0 22px;width: 536px;}
.edge4 .edge_wc{width: 444px;clear: both;}
.edge_p3,.edge_p3 img,.edge_p4,.edge_p4 img{height: 600px;}


.ly_idxNews { width:1200px; height:auto; margin:60px auto 40px; padding:0;}
.ly_idxNews .lyIdxNew_list { width:100%; height:auto; margin:0 auto; padding:0;}
.lyIdxNew_list ul li { width:49%; height:120px; margin:0 2% 24px 0; padding:0 24px 0 160px; background-color:#ececec; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li:nth-child(2n+2) { margin:0 0 24px;}
.lyIdxNew_list ul li:hover { background-color:#fafafa; box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);}
.lyIdxNew_list ul li .lyIdxNew_time { width:160px; height:120px; overflow:hidden; margin:0; padding:20px; background:url(../images/nynew_timebg1.png) 0 0 no-repeat; background-size:100% 100%; position:absolute; left:0; top:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyIdxNew_list ul li:hover .lyIdxNew_time { background:url(../images/nynew_timebg2.png) 0 0 no-repeat; background-size:100% 100%;}
.lyIdxNew_list ul li .lyIdxNew_time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#36324a; font-size:22px; margin:0 auto; padding:0;}
.lyIdxNew_list ul li .lyIdxNew_time p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#36324a; font-size:32px; font-weight:bold; margin:0 auto; padding:0;}
.lyIdxNew_list ul li .lyIdxNew_text { width:100%; overflow:hidden; margin:0 auto; padding:16px 0;}
.lyIdxNew_list ul li .lyIdxNew_text .lyIdxNew_name { width:100%; height:32px; overflow:hidden; line-height:32px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto 8px; padding:0;}
.lyIdxNew_list ul li .lyIdxNew_text .lyIdxNew_name a { color:#32353a; font-size:18px;}
.lyIdxNew_list ul li .lyIdxNew_text p { width:100%; height:48px; overflow:hidden; line-height:24px; color:#797979; font-size:14px; margin:0 auto; padding:0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.lyIdxNew_list ul li:hover .lyIdxNew_text .lyIdxNew_name a { color:#1f4d98;}


.foot2_bot{ background:#252525; height:60px; color:#9d9d9d; line-height:60px;}
.foot2_bot a{ color:#9d9d9d;}
.foot2_bot a:hover{ color:#9d9d9d;}
.copyright{ width:1200px; margin:0 auto;}
.foot2{background: #111;padding: 10px 0;}


.ban{


    height: 420px;


    -webkit-background-size: cover;


    background-size: cover;


    overflow: hidden;


    background-repeat: no-repeat;


    background-position: center center;


}


 .section h2 {
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        color: #666;
        margin-top: 40px;
        line-height: 110%;
        margin-bottom: 25px;
    }
 .section p{font-size: 16px;line-height: 30px;}
 
 .aboutPage{width: 1200px;margin: 0 auto;background: #fff;color: #666;line-height: 30px;text-align: justify;}
 .aboutPage .txtcon{min-height: 460px;}
 .aboutPage .txtcon img{max-width: 100%;}
 .aboutPage .txtcon .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;color:#8f0000;}
 .aboutPage .txtcon .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
 .aboutPage .txtcon .box3 b{color: #8f0000;}
 .productPage{overflow: hidden;position: relative;}
 .productPage .gridlist,.productPage .marketList{width: 105%;}
 
 .formData{padding-bottom: 20px;}
 .formData .item{float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; margin-right: 76px; margin-bottom: 30px; position: relative;}
 .formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 50px;line-height: 50px;font-size: 18px;color: #cccccc;}
 .formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
 .formData .item .txt{width: 355px; height: 50px; line-height: 50px; display: block; background: none; padding-left: 70px; border: 0 none; color: #333;}
 .formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
 .formData .item.mr0{margin-right: 0;}
 .formData .msg-box{position: absolute; left: 0; top: 0px;}
 .formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
 .formData .liuyan label{text-align: right; display: block;}
 .formData .liuyan textarea{width: 1178px;height: 214px;line-height: 28px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
 .formData .bot{width: 100%;}
 .formData .sub{width: 232px;line-height: 46px;border: 2px solid #0195df;margin-right: 2px;text-align: center;background: #0195df;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
 .formData .sub:hover{background: none;color: #0195df;}
 .formData .yzm{width: 432px;}
 .formData .yzm .txt{padding-left: 80px;}
 .formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}
 
 

	 
	 .wrap-contact .contact .message {
	     display: table-cell;
	     width: 50%;
	     vertical-align: top;
	 }
	 .wrap-contact .contact .text {
	     display: table-cell;
	     width: 50%;
	     padding-right: 90px;
	     vertical-align: top;
	     border-right: 1px solid #dcdcdc; }
		 
		 
		 .wrap-contact .contact .text .tela p span {
		     font-family: Impact;
		     font-size: 32px;
		     font-weight: normal;
			 
		 }
		 
		 .wrap-contact .contact .text .title-contact b {
		     font-size: 28px;
		     line-height: 1.42857143;
		     display: block;
		     color: #171c61;
		 }
		 
		 .wrap-contact .contact .text .tela {
		     margin-top: 30px;
		 }
		 
		 .wrap-contact .contact .text .tela p {
		     font-size: 22px;
		     font-weight: bold;
		     line-height: 56px;
		     display: inline-block;
		     margin: 0;
		     padding: 0 24px;
		     color: #a60b13;
		     border: 1px dashed #a60b13;
		 }
		 
		 .wrap-contact .contact .text .item {
		     margin-top: 40px;
		 }
		 
		 .wrap-contact .contact .text .item p {
		     font-size: 16px;
		     line-height: 2.25;
		     margin: 0;
		 }
		 
		 .wrap-contact .contact .erweima {
		     font-size: 0;
		     overflow: hidden;
		     margin-top: 30px;
		 }
		 
		 .wrap-contact .contact .erweima .pic img
		 {
		     width: 100%;
		 }
		 .wrap-contact .contact .erweima .note
		 {
		     display: inline-block;
		 
		     width: 78%;
		     padding-left: 20px;
		 
		     vertical-align: bottom;
		 }
		 
		 .pro_k1_block_7 ,.pro_k1_block_7 .title{color: #000;background-color: #f7f6f9;}
		 
		 .pro_k1_block_8{position: relative;color: #fff;}
		 .pro_k1_block_8 .bg_img{display: block;width: 100%;position: relative;z-index: 1;}
		 .pro_k1_block_8 .text{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;padding-top: 3%;}
		 .pro_k1_block_8 .title{font-size: 36px;text-align: center;display: flex;align-items: center;justify-content: center;}
		 .pro_k1_block_8 .des{text-align: center;margin-top: 2%;font-size: 18px;line-height: 2;}
		 .pro_k1_block_8 .ico{display: flex;justify-content:center;margin-top: 5%;}
		 .pro_k1_block_8 .ico img{height: 9rem;margin: 0 3rem;}
		 
		 .pro_k1_block_6{position: relative;}
		 .pro_k1_block_6 .text{padding: 3% 0;text-align: center;}
		 .pro_k1_block_6 .title{font-size: 36px;text-align: center;display: flex;align-items: center;justify-content: center;color: #000;}
		 .pro_k1_block_6 .subtitle{font-size: 30px;font-weight: 100;margin-top: 19px;}
		 .pro_k1_block_6 .des{text-align: center;margin-top: 1%;font-size: 18px;line-height: 2;}
		 .pro_k1_block_6 .pic{display: block;margin: 5% auto 0;max-width: 80%;}
		 
		 
		 .hangye{padding:80px 0 88px; background: #fafafa;}
		 .hangye .web_w{padding:0 140px}
		 .hangye ul{margin:0px;width: 980px;margin: 0 auto;}
		 .hangye ul li{padding:0;margin-top:28px;/* margin: 0 auto; */}
		 .hangye ul li:nth-of-type(1){margin-top:80px}
		 .hangye ul li:after{display:block;content:'';clear:both}
		 .hangye ul li img{display:block;width:100px;height:100px;float:left;margin-top:5px}
		 .hangye ul li .case_text{float: left;width: calc(80% px);line-height:28px;min-height:110px;margin-left: 30px;text-align:justify;border-bottom:#E4E7ED solid 1px;}
		 .hangye ul li .case_text .name{font-size:22px;line-height:23px;color:#000000;font-weight:500;margin-bottom:18px}
		 
		 .contactbianxie{    width: 1000px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";}
		 .bianxie {overflow:hidden;width:100%;/* height:644px; */background:url(../images/bianxie.jpg) repeat-y center top;/* margin-bottom:50px; */}
		 .bianxie h3{text-align:center;font-size:34px;font-weight:normal;margin-top:120px;padding-bottom:15px;/* background:url(../images/titlebg.png) no-repeat center bottom; */margin-bottom: 15px;}
		 .bianxie h3 a{color: #000;font-size: 34px;font-weight: bold;}
		 .bianxie dl{ overflow:hidden; margin-bottom:25px;}
		 .bianxie dt{overflow:hidden;float:left;width: 45%;padding:4px;margin: 0 auto;}
		 .bianxie dt img{max-height: 480px;}
		 .bianxie dd{ overflow:hidden; float:left; width:50%; padding-top:16%;}
		 .bianxie dd h2{ font-size: 32px; margin-bottom: 30px; color: #000;font-weight: bold;}
		 .bianxie dd p{ font-size: 18px; }
		 
		 
		 .face-bg08{
		 	width: 100%;
		 	height: 609px;
		 	background: #fbfbfb;
		 	padding-top: 70px;
		 }
		 .gn-btn{
		 	margin: 0 auto;
		 	display: flex;
		 	display: -webkit-flex;
		 	justify-content: center;
		 	margin-bottom: 120px;
		 }
		 .gn-btn>span{
		 	display: inline-block;
		 	min-width: 144px;
		 	padding-bottom: 16px;
		 	font-size: 34px;
		 	margin:0 32px ;
		 	cursor: pointer;
		 	color: #929292;
		 }
		 .gn-btn>span.active{
		 	color: #00b6ff;
		 	border-bottom: 2px solid #00b6ff;
			font-weight: bold;
		 }
		 .face-icon{
		 	width: 1000px;
		 	margin: 0 auto;
		 	text-align: center;
		 }
		 .face-icon img{
		 	width: 80%;
		 	margin: 0 auto;
		 	text-align: center;
		 }
		 .face-icon>div>p{
		 	margin-top: 35px;
		 	font-size: 24px;
		 }
		 .hide{
		 	display: none;
		 }
		 .face-line {
		 	width: 86px;
		 	height: 4px;
		 	background-color: #dbdbdb;
		 	margin: 0 auto;
		 }
		 .bg-blue{
		 	width: 100%;
		 	background: #10e6ff;
		 	height: 825px;
		 }
		 .face-list{
		 	width: 232px;
		 	height: 380px;
		 	background-color: #ffffff;
		 	box-shadow: 0px 11px 10px 0px
		 	rgba(0, 197, 220, 0.46);
		 	border-top-left-radius: 30px;
		 	border-bottom-right-radius: 30px;
		 	padding-top: 50px;
		 	margin-top: 90px;
		 }
		 .face-t{
		 	width: 100%;
		 	height: 36px;
		 	line-height: 36px;
		 	text-align: center;
		 	background-color: #10e6ff;
		 	color: #ffffff;
		 }
		 .face-c{
		 	width: 100%;
		 	padding:0 20px ;
		 	text-align: left;
		 	line-height: 35px;
		 }
		 .face-list-p{
		 	padding-top: 100px;
		 	margin-top: 180px;
		 }
		 
		 .box{
		 	display: -webkit-flex; /* Safari */
		 	display: flex;
		 	justify-content: space-between;
		 }
		   
		   .hide{
		   	display: none;
		   }
		   
		   
		   .ul-imgtxt04 {
		   	overflow: hidden;
		   	padding: 30px 0 0 0; 
		   			margin: 0px;
		   }
		   .ul-imgtxt04 li {
		   	float: left;
		   	width: 50%;
		   	margin-bottom: 20px;
		   }
		   .ul-imgtxt04 li .pic {
		   	float: left;
		   	width: 50px;
		   	height: 50px;
		   }
		   .ul-imgtxt04 li .pic img {
		   	display: block;
		   	width: 100%;
		   	height: 100%;
		   }
		   .ul-imgtxt04 li .tit {
		   	overflow: hidden;
		   	padding-left: 5px;
		   	color: #333;
		   	font-size: 14px;
		   	font-weight: 400;
		   	height: 50px;
		   	line-height: 50px;
		   	text-align: left;
		   }
		   
		   .m-tit01 {
		   	padding: 12px 0;
		   	font-size: 20px;
		   	color: #333;
		   	font-weight: 600;
		   }
		   
		   
		   .c4{
		   border: #609cec 1px solid;
		   background:#609cec;
		   }
		   .box-content{background: #e6e6e6;padding: 1px;}
		   
		   .box-content h3{font-size: 20px; font-weight: bold;}
		   .box-content.focus{background: #1976D2;color: #fff;}
		   .box-content.focus h3{color: #fff;}
		   .skill-home .icons {color: #1976d2;font-size: 38px;text-align: center;-ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;display: inline-table;border-radius: 50%;background: #ffffff;width: 110px;height: 110px;padding-top: 38px;border: none;font-weight: bolder;}
		   .skill-home h2 {
		   padding-top: 20px;
		   font-size: 36px;
		   font-weight: 700;
		   } 
		   
		   
		   .side-always{ position:fixed; width: 60px; z-index:9999; right: 0; top:45%;}
		   .side-always li{ width:100%; height: 60px; /*background-color: #efeeed;*/background-color:#3090F0; background-position: center center; background-repeat: no-repeat; margin-bottom:1px; position: relative; cursor: pointer;}
		   .side-always li:last-child{ margin-bottom:0;}
		   .side-always li:hover{ background-color:#3090F0;}
		   .side-always li *{ display: none; }
		   .side-always li:hover * { display: block;}
		   .side-always li a{ position: absolute;right:61px; bottom: 0; height: 180px; line-height: 60px; padding: 0 20px; background: #3090F0; font-size: 18px; color: #fff;}.side-always li:nth-child(1) a{ top:0; bottom:auto; height:115px; line-height:2;}
		   .side-always li img{ position: absolute;right:61px; bottom:0; max-width:200px;}
		   .side-always li.tell{ background-image: url('../images/tel2.png');}
		   .side-always li.tell:hover{ background-image: url('../images/tel2.png');}
		   .side-always li.ewm{background-image: url('../images/ewm2.png');}
		   .side-always li.ewm:hover{background-image: url('../images/ewm2.png');}
		   .side-always li.qq{background-image: url('../images/qq2.png');}
		   .side-always li.qq:hover{background-image: url('../images/qq2.png');}
		   .side-always li.top{background-image: url('../images/to_top2.png');}
		   .side-always li.top:hover{background-image: url('../images/to_top2.png');}
		   