html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
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: 14px;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;}
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;}
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: #0092d8;}
ul {margin: 0;list-style: none;padding: 0;}
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;
}
.f_fl{float:left;}
.f_fr{float:right;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.l {
    float: left;
}
.r {
    float: right;
}
.divhidden {
    display: none;
}
.cursor{cursor:pointer;}
.clear{font-size:0;line-height:0;height:0;clear:both;visibility:hidden;overflow:hidden}

.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;
}

.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;

}



.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: #0092d8;
    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: #0092d8;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

/*客服*/
.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}
.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../images/kefu.png") 12px center no-repeat #258C44;
	-o-background-size: auto 20px;
	-ms-background-size: auto 20px;
	-moz-background-size: auto 20px;
	-webkit-background-size: auto 20px;
	background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}
.kt-top span:hover{
      transform: rotate(90deg);
}
.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}
.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.kf .con {
    overflow: hidden;
    background: #fff;
}
.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}
.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}
.kf .qq li a img{
    padding-right: 6px;
}
.kf .con h5{
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../images/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.kf .contact {
    margin-top: 1px;
}
.kf .contact p{
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}
.kf .contact p:nth-child(2n){
    padding-left: 32px;
}
.kf .con h5.qr-icon{
    background: url('../images/erweima.png') 16px center no-repeat;
}
.kf .con .qr{
    margin-top: 10px;
    padding-left: 40px;
}
.kf .con .qr img{
    width: 110px;
    height: 110px;
}
.kf .backTop{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url('../images/huidaodingbu.png') center center no-repeat #258C44;
    background-size: 18px auto;
    cursor: pointer;
}
.kf-side{
    padding: 18px 10px 10px;
    background: #258C44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}
.kf-side b{
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}
.kf-side span.arrow{
    width: 12px;
    height: 12px;
    background: url('../images/jt-1.png') no-repeat;
	-o-background-size: auto 12px;
	-ms-background-size: auto 12px;
	-moz-background-size: auto 12px;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
    display: block;
    margin-top: 10px;
}
.kf-side span.on{
    background: url('../images/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


.container {width: 1200px;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:#0092d8;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#0092d8;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:10px 0;}
.yunu-header .logo {float: left;}
.yunu-header .logo img {display: block;height: 98px;width: auto;}
.yunu-header .text {float: left;font-size: 30px;margin: 20px 0 0 0;color: #0092d8;line-height: 1;padding-left: 30px;}
.yunu-header .text strong {display: block;font-size: 28px;color: #333;margin-bottom: 5px;}
.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;}

.top{height: 36px;line-height: 36px;color: #666; border-bottom: 1px solid #e2e2e2; background: #eeeeee;}
.top a{padding: 5px 8px; color: #666;}
.top .fr{ position:relative;}
.top .fr img{position:relative; top:3px; margin-right: 4px; }

.yunu-nav {background: #0092d8;}
.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: 16px;text-align: center;padding: 0 54px;color: #fff;line-height: 58px;position: relative;}
.yunu-nav li a:hover,.yunu-nav li.active a,.yunu-nav li.open a {background-color: #25a8e7;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: 60px;height: 5px;margin: 0 5px;background-color: #0092d8;cursor: pointer;}
.yunu-slideBox .hd li.on {background-color: #01923f;}
.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: #F2F2F2;}
.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;}

.section {padding: 75px 0;}
.section-title {margin-bottom: 40px;text-align: center;font-size: 40px;}
.section-title strong {color: #0092d8;}
.section-title p {margin: 0;font-size: 0;}
.section-title span {display: inline-block;vertical-align: middle;position: relative;font-size: 20px;padding: 0 20px;}
.section-title span:before,.section-title span:after {position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #0092d8;margin-top: -1px;}
.section-title span:before {right: 100%;}
.section-title span:after {left: 100%;}
.section-title-1 {margin-bottom: 30px;font-size: 32px;}
.section-title-1 strong {font-weight: normal;}
.section-title-1 p {margin-top: 5px;}
.section-title-1 p span {border-color: #0092d8;background-color: #0092d8;color: #fff;}

.section-title-1 {margin-bottom: 30px;font-size: 32px;}
.section-title-1 strong {font-weight: normal;}
.section-title-1 p {margin-top: 5px;}
.section-title-1 p span {border-color: #0092d8;background-color: #0092d8;color: #fff;}


.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: #0092d8;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*/
.pro {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin: 50px auto;
}
.pro .leftpro {
	overflow: hidden;
	float: left;
	width: 290px;
}
.pro .leftpro h3 {
	background: url(../images/pro01.png) no-repeat center;
	width: 100%;
	height: 105px;
}
.pro .leftpro .active{ background:#0b7bb3;color:#fff;}
.pro .leftpro h4{line-height:38px;text-align:center;float:left;height:38px;width:143px; border:1px solid #0b7bb3;font-size:14px;color:#333333;font-weight:lighter;cursor:pointer;}
.pro .leftpro h3 b {
	font-size: 46px;
    color: #fff;
    font-family: Impact;
    display: block;
    padding-left: 58px;
    padding-top: 16px;
    font-weight: normal;
	line-height: 1.15;
}
.pro .leftpro h3 em {
	display: block;
    font-size: 20px;
    color: #fff;
    padding-left: 100px;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 286px;
	border: 2px solid #0092d8;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom:20px;
	height: auto;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 234px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro .leftpro .menu li >a {
	display: block;
	width: 190x;
	height: 35px;
	background: url(../images/pro02-1.png) no-repeat 200px center;
	line-height: 35px;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	background-color: #e0e0e0;
	border-radius: 5px;
	padding-left: 14px;
}
.pro .leftpro .menu li.cur>a {
	background: url(../images/pro02.png) no-repeat 170px center;
	background-color: #0092d8;
}
.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 .menu p img {
	width: 68%;
    text-align: center;
}
.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(/Public/Home/images/pro_bg1.png) repeat-x center top;
    display: block;
}
.pro .rightpro .hd a {
    float: right;
    color: #0092d8;
    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(/Public/Home/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: 25px;
}
.pro .rightpro li .m {
    height: 200px;
    line-height: 200px;
	border: 1px solid #e0e0e0;
}
.pro .rightpro li img {
	display: inline-block;
	margin-bottom: 15px;
}
.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: #0092d8;color: #fff;}
.pro .rightpro li a {
	display: block;
	text-decoration: none
}

.pro .leftpro .zx {
    padding: 5px 25px;
    background-color: #fff;
}
.pro .leftpro .contact {background: url(../images/contact.jpg) no-repeat right center / contain;margin-left: 20px;}
.pro .leftpro .contact li {max-width: 400px;border-top: 1px dashed #eee;padding: 15px 0;font-size: 16px;line-height: 32px;}
.pro .leftpro .contact li:first-child {border-top: 0;}
.pro .leftpro .contact li i {color: #c01f31;font-size: 32px;line-height: 1;margin-right: 10px;vertical-align: top;display: inline-block;}

/*gongyi*/
#gongyibg{background:url(../images/rr4.jpg) no-repeat center center;background-size:cover;padding:32px 0 64px;position:relative;}
.gongyi{}
.gongyi .gy_left{width:615px;float:left;}
.gongyi .gy_left .gy_img{width:100%;padding-bottom:100%;position:relative;}
.gongyi .gy_left .gy_img img{width:100%;height:100%;display:block;border-radius:50%;position:absolute;left:0;top:0;object-fit:cover;}
.gongyi .gy_left .gy_img:before{content:'';width:100%;height:100%;position:absolute;top:12px;left:-40px;border:1px dashed rgba(0,0,0,.2);border-radius:50%;}
.gongyi .gy_left .gy_img .kx{width:171px;height:171px;background:#0092D8;padding:12px 0 0 12px;position:absolute;right:-21px;bottom:28px;border-radius:50%;}
.gongyi .gy_left .gy_img .kx span{display:block;width:100%;height:100%;background:#1aa434;border-radius:50%;text-align:center;font-size:36px;font-weight:bold;color:#FFF;line-height:147px;}
.gongyi .gy_right{width:calc(100% - 615px);float:right;padding:121px 0 97px 75px;}
.gongyi .gy_right h2{margin:0;height:40px;line-height:40px;font-size:36px;color:#FFF;font-weight:bold;}
.gongyi .gy_right span{display:inline-block;font-size:14px;font-family:Arial;height:20px;line-height:20px;color:#b8b8b8;text-transform:uppercase;}
.gongyi .gy_right .gy_ul{margin-top:14px;}
.gongyi .gy_right .gy_ul .gy_li{width:49%;margin-left:2%;float:left;padding:23px 30px 14px 88px;margin-top:15px;}
.gongyi .gy_right .gy_ul .gy_li:nth-child(odd){margin-left:0;}
.gongyi .gy_right .gy_ul .gy_li.icon1{background:url(../images/gy_icon1.png) no-repeat 22px 27px #FFF;}
.gongyi .gy_right .gy_ul .gy_li.icon2{background:url(../images/gy_icon2.png) no-repeat 22px 27px #FFF;}
.gongyi .gy_right .gy_ul .gy_li.icon3{background:url(../images/gy_icon3.png) no-repeat 22px 27px #FFF;}
.gongyi .gy_right .gy_ul .gy_li.icon4{background:url(../images/gy_icon4.png) no-repeat 22px 27px #FFF;}
.gongyi .gy_right .gy_ul .gy_li p{margin:0;line-height:24px;}
.gongyi .gy_right .gy_ul .gy_li p:first-child{height:24px;font-size:19px;font-weight:bold;color:#484848;}
.gongyi .gy_right .gy_ul .gy_li p:last-child{font-size:15px;color:#767676;height:48px;margin-top:1px;}
.gongyi .gy_right .gy_p{margin-top:43px;height:30px;line-height:28px;font-size:20px;font-weight:bold;color:#FFF;border-bottom:2px solid #1aa434;position:relative;}
.gongyi .gy_right .gy_p:before{content:'';width:75px;height:2px;background:#1aa434;position:absolute;left:-75px;bottom:-2px;}
#gongyibg:after{content:'';width:calc(50% - 640px);height:2px;background:#1aa434;position:absolute;right:0;bottom:161px;}
#gongyibg * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*agent*/
#agent_box{ width:100%; background: url(../images/163.jpg) no-repeat center; margin:0 auto; padding:50px 0px; overflow:hidden}

#agent_btline{ width:42px; margin:0 auto; height:1px; overflow:hidden;}
#agent_btlinel{ width:12px; float:left; height:1px; overflow:hidden; background:#ff9731;}
#agent_btliner{ width:29px; float:left; margin-left:1px; overflow:hidden; background:#01a74d; height:1px;}
#agent_bt1{width:1200px; margin:0 auto; font-size:60px; text-align:center; color:#01a74d; font-weight:bold; line-height:60px; overflow:hidden;}
#agent_bt2{width:616px; margin:0 auto; font-size:14px; text-align:center; color:#999; line-height:20px;  overflow:hidden; padding:20px 0px;}

#agent{width:1260px; margin:0 auto; overflow:hidden; padding-top:0px; z-index:1;}
#agent li{width:212px; float:left; border:1px #fff solid; padding:35px 35px; margin-left:30px; position: relative; transition-duration: 1s; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-mz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; top: 0; display: block; z-index:1; box-shadow:0px 13px 15px #eee; background:rgba(255, 255, 255, .7);}

#agent li .jg{display:block; width:0px; height:0px;  position:absolute; background:#22aaf7; top:106px; left:106px;  transition: all 0.4s;}
#agent li:hover .jg{width:282px; height:552px; top:0; left:0px; transition: all 0.3s;}

#agent li:hover{box-shadow:0px 13px 15px #eee; display:block; top:-18px; -webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-mz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out; z-index:1;}
#agent li img{width:63px; float:left; height:63px; margin-left:68px; border-radius:50%; border:5px #f1f1f1 solid; z-index:1; position: relative;}
#agent li .bt{width:212px; float:left; color:#0092d8; font-size:22px; text-align:center; height:50px; line-height:50px; margin-top:5px; font-weight:bold; z-index:1; position: relative;}
#agent li:hover .bt{color:#fff;}
#agent li .fl{width:212px; float:left; color:#333; font-size:14px;  line-height:30px; padding-top:0px; padding-left:0px; padding-right:0px; height:135px; text-align:center; z-index:1; position: relative;}
#agent li:hover .fl{color:#fff;}
#agent li .more{width:133px; float:left; color:#666; font-size:15px; line-height:28px; height:28px; border-radius:35px; border:1px #ccc solid; text-align:center; margin-left:35px; z-index:1; position: relative;}
#agent li .more a{color:#999; font-size:15px;}
#agent li:hover .more{color:#fff; border:1px #fff solid;}
#agent li:hover .more a{color:#fff; font-size:15px;}

/*.homeD*/

#box_gg {width:100%;background:url(../images/gg.jpg) no-repeat center top;height:150px;clear:both}

.homeD{}

.homeD {padding:0 0 50px 0; background: #fff;}

.homeD .picScroll-left{ width:1236px;margin:0;  position:relative;    }

.homeD .picScroll-left .hd{   }

.homeD .picScroll-left .hd .prev,.homeD .picScroll-left .hd .next{ position: absolute; top:100px; display:block;  width:40px; height:40px;  overflow:hidden;

			 cursor:pointer; background:#000;z-index: 99999;}

.homeD .picScroll-left .hd .prev{ left:-20px; background:#0092d8 url(../images/prev_ico.png) no-repeat center }

.homeD .picScroll-left .hd .next{ right:-20px; background:#0092d8 url(../images/next_ico.png) no-repeat center}

.homeD .picScroll-left .hd .prev:hover{  background:#dd9322 url(../images/prev_ico.png) no-repeat center }

.homeD .picScroll-left .hd .next:hover{  background:#dd9322 url(../images/next_ico.png) no-repeat center}

.homeD .picScroll-left .hd ul li.on{ background-position:0 0; }

.homeD .picScroll-left .bd{ /*padding:10px;*/  overflow: hidden;  }

.homeD .picScroll-left .bd ul{ overflow:hidden; zoom:1; }

.homeD .picScroll-left .bd ul li{ width:300px; float:left; display:inline;  text-align:left;}

.homeD .picScroll-left .bd ul li a{ display:block;margin: 10px;border:dashed 1px #bbb ;   }

.homeD .picScroll-left .bd ul li img{ width:273px; height:214px; display:block;  margin:auto }

.homeD .picScroll-left .pageState{ display: none;}

.homeD .picScroll-left .bd ul li .box{ padding:0 20px;}

.homeD .picScroll-left .bd ul li .box p{color:#666; font-size:12px;margin:0 0 20px 0}

.homeD .picScroll-left .bd ul li .box h4{color:#0092d8; font-size:18px;margin:15px 0}

.homeD .picScroll-left .bd ul li .effect_two{width:273px;height:214px; margin: auto;}

.homeD .picScroll-left .bd ul li a:hover .box .icoBoxOne{ background: url(../images/ico_05h.png) no-repeat center; color:#fff}

.homeD .picScroll-left .bd ul li a:hover .box p{color:#00529C}


.icoBoxOne{ padding:20px 0 0 20px;display: block; width:141px; text-align: center; height:39px; color:#666; font-size:14px;background: url(../images/ico_05.png) no-repeat center;}

.icoBoxOne:hover{ background: url(../images/ico_05h.png) no-repeat center; color:#fff}

/*联系我们*/
.contactbox{ height: 200px; background: url(../images/contactbg.jpg) no-repeat;  text-align: center;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-size: 26px; font-weight: bold; margin: 5px 0; overflow: hidden; margin-bottom: 10px;}
.msg_box{ overflow: hidden; }
.msg_box a{ display: block;margin-top: 7px; }


.score_number .mumping_mun{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;background:#0092d8;padding:10px 20px;margin-top:30px;position:relative;}
.score_number .mumping_mun:before{position:absolute;content:"";width:100%;height:100%;right:70px;bottom:0;background:#0092d8;}
.score_number .mumping_mun:after{position:absolute;content:"";width:50px;height:30px;left:-80px;bottom:-22px;background:url(../images/triangle.png)center no-repeat;}
.score_number .mumping_mun li{position:relative;}
.score_number .mumping_mun li .count-title{font-size:44px;color:#fff;font-family:"Helvetica";font-weight:bold;margin:5px 0;}
.score_number .mumping_mun li h6{font-size:14px;color:#fff;}

.carousel-container {background: url(../images/rybg.png) no-repeat center bottom;}
.carousel-container .container {position:relative;height:412px;}
#carousel {height:345px;position:relative;}
.carousel-image {border:0;display:block;}
.carousel-feature img{width:259px; height:345px; display:block;background: url(../images/ryspanbg.png) no-repeat center bottom;padding-bottom: 36px;}
.carousel-feature .carousel-caption {position:absolute; bottom:0;width:100%;background-color:#fff; text-align:center;}
.carousel-feature .carousel-caption p {margin:0;padding:5px; font-weight:bold;font:14px/38px "Microsoft Yahei";color:#333;}
.carousel-container .prev {position: absolute;top: 36%;z-index: 9;left: 0; background: url(../images/ryleft.png) no-repeat;display: inline-block;height: 54px;width: 27px;}
.carousel-container .next {position: absolute;top: 36%;z-index: 9;right: 0;background: url(../images/ryright.png) no-repeat; display: inline-block;height: 54px; width: 27px;}
.carousel-container .carousel-feature {position: relative;}

.service_top05{ width:440px; margin:0 auto; height:50px;color:#2c2c2c;}
.service_top05_left{ width:290px; float:left; font-size:36px; text-align:center;  font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
.service_top05_right{ width:138px; float:right; text-align:left; font-size:30px;}
.service_top05 span{color:#f3782a; font-size:36px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}

.service_top05_a{ text-align:center; margin-top:10px; padding-bottom:40px; border-bottom:1px solid #dfdfdf;}
.service_top05_a a{ display:inline-block; font-size:16px; color:#000000;  line-height:38px; margin-left:5px; margin-right:5px; width:140px; border-radius:20px;}
.service_top05_a a:hover{ color:#fff; background-color:#1788d0;}
.service_top05_a a.two_sel{color:#fff; background-color:#1788d0;}

/*我们的圈子*/
.new{ overflow:hidden; background-color:#f5f5f5; padding-top:50px; padding-bottom:80px;}
.flexslider{ margin-top:60px; overflow:visible;}
.news_lone{ width:32.7%; height:520px; overflow:hidden; position:relative;}
.news_lone_img{ height:520px;overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_lone_img img{ display:block; width:100%;opacity: 0;filter: alpha(opacity=0);}
.news_lone .blog_infTop{  position:absolute; bottom:10px;width:calc(100% - 20px);width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);height:110px; background:url(../images/i_bg4.png) 92% center #fff no-repeat; left:10px; right:10px; text-align:left; overflow:hidden;transition:all 0.3s;}
.news_lone .blog_infTop .blog_infR{display:table; width:100%; height:100%; overflow:hidden;}
.news_lone .blog_title{ padding-right:25%;padding-left:30px; margin-top:25px; display:table-cell; vertical-align:middle;line-height:24px;color:#000000; font-size:20px;overflow:hidden;/* text-overflow:ellipsis; white-space:nowrap;*/}
.news_lone:hover .news_lone_img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_lone:hover .blog_infTop{background:url(../images/i_bg4.png) 95% center #fff no-repeat;}
.news_lone:hover .blog_title{ color:#0092d8;}
.blog_r{ width:66.6%; height:520px; text-align:left;}
.blog_list{width:calc(50% - 4px);width:-webkit-calc(50% - 4px);width:-moz-calc(50% - 4px);display:inline; }
.blog_list.l li{ display:block; position:relative; height:256px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.l li:last-child{ margin-bottom:0;}
.blog_list.r li{ display:block; position:relative; height:168px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.r li:last-child{ margin-bottom:0;}
.blog_list.l li a{ display:block; width:90%; max-width:420px; margin:0 auto; overflow:hidden; color:#666;}
.blog_list.l .blog_Rtime{ height:66px; overflow:hidden; text-align:center; margin-top:22px; text-align:left; background:url(../images/i_bg5.png) 98% center no-repeat; display:block;transition:all 0.3s;}
.blog_list.l .blog_Rtime em,.blog_list.l .blog_Rtime b{ display:block; font-family:"华文细黑";}
.blog_list.l .blog_Rtime b{ display:block;  color:#000; font-size:30px;height:34px; line-height:34px; font-weight:normal; letter-spacing:1px;}
.blog_list.l .blog_Rtime em{ font-style:normal;height:20px; line-height:20px; font-size:16px;}
.blog_list.l .blog_Rmore{ margin-top:34px; overflow:hidden; display:block; border-bottom:1px solid #eee;}
.blog_list.l .blog_Rmore b{ color:#000; display:block;height:32px; line-height:32px; overflow:hidden; font-size:18px; font-weight:normal;}
.blog_list.l li:hover .blog_Rmore b{ color:#0092d8;}
.blog_list.l .blog_Rmore span{ display:block;line-height:24px; height:72px; overflow:hidden; margin-top:19px; font-size:16px;}
/*.blog_list.l li:hover{background-color:#0092d8;}
.blog_list.l li:hover a{ color:#fff;}*/
.blog_list.l li:hover .blog_Rtime{background:url(../images/i_bg5.png) 100% center no-repeat;}
/*.blog_list.l li:hover .blog_Rmore b{ color:#fff;}
.blog_list.l li:hover .blog_Rtime b{ color:#fff;}*/

.blog_list.r li a{ display:block; width:90%; max-width:368px; margin:0 auto; overflow:hidden; color:#666; padding-top:20px;}
.blog_list.r .blog_Rtime{ height:95px; width:66px; float:left; overflow:hidden;margin-top:18px; text-align:left;}
.blog_list.r .blog_Rtime em,.blog_list.r .blog_Rtime b{ display:block; font-family:"华文细黑";}
.blog_list.r .blog_Rtime b{ display:block; color:#000; font-size:30px;height:50px; line-height:50px; font-weight:normal; letter-spacing:1px; background:url(../images/i_bg6.png) left bottom no-repeat;}
.blog_list.r .blog_Rtime em{ font-style:normal;height:42px; line-height:42px; font-size:16px;}
.blog_list.r .blog_Rmore{ float:right; height:114px; border-left:1px solid #f5f5f5; padding-left:30px; width:234px; padding-top:14px; overflow:hidden;}
.blog_list.r .blog_Rmore b{ color:#000; display:block;height:48px; line-height:24px; overflow:hidden; font-size:18px; font-weight:normal; max-width:225px;}
.blog_list.r li:hover .blog_Rmore b{color:#0092d8;}
.blog_list.r .blog_Rmore span{ display:block;line-height:38px; height:38px; overflow:hidden; margin-top:15px;background:url(../images/i_bg5.png) left center no-repeat;transition:all 0.3s;}
.blog_list li:hover{/*box-shadow:0 0 20px rgba(0,0,0,.2)*/ box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);}
/*.blog_list.r li:hover{background-color:#0092d8;}
.blog_list.r li:hover a{ color:#fff;}
.blog_list.r li:hover .blog_Rmore b{ color:#fff;}*/
.blog_list.r li:hover .blog_Rtime b{ /*color:#fff;background:url(../images/2018/i_bg6_on.png) left bottom no-repeat;*/}
.blog_list.r li:hover .blog_Rmore span{background:url(../images/i_bg5.png) 5% center no-repeat;}

/*case*/
#casebg{background:url(../images/casebg.jpg) no-repeat center center;background-size:cover;padding:52px 0 110px;}
.case{margin:60px 0;position:relative;}
.case .c_ul{width:100%;overflow:hidden;}
.case .c_img{width:100%;padding-bottom:75%;position:relative;}
.case .c_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.case .c_txt{padding:18px 0 27px;background:#FFF;}
.case .c_txt p{color:#58565a;margin:0;height:20px;line-height:20px;font-size:14px;color:#4a4a4a;text-align:center;}
.case .swiper-pagination{margin-top:32px;position:relative;text-align:center;}
.case .swiper-pagination-bullet{width:16px;height:16px;background:#9A9A9A;margin:0 3px;opacity:1;outline:none;}
.case .swiper-pagination-bullet-active{background:#0092d8;}
.case_btn{margin-top:15px;}
.case_btn .cb_left{width:calc(100% - 450px);float:left}
.case_btn .cb_left p{margin:0;padding-left:30px;background:url(../images/c_phone.png) no-repeat left center;height:50px;line-height:50px;color:#848484;}
.case_btn .cb_right{width:430px;float:right;}
.case_btn .cb_right a{display:block;width:210px;height:50px;line-height:50px;background:#FFF;float:left;margin-left:10px;text-align:center;}
.case_btn .cb_right a:first-child{margin-left:0;}
.case_btn .cb_right a span{display:inline-block;padding-left:38px;color:#5C5C5C;background:url(../images/cbtn_icon.jpg) no-repeat left center;}

.in-about-tit {background-color: rgba(255, 255, 255, 0.7);max-width: 400px;margin: 0 auto 40px;box-shadow: 0 0 20px #ddd;padding: 30px;}
.in-about-tit .section-title {margin-bottom: 0;}
.in-about {background-color: #f5f5f5;margin: 0;}
.in-about dt {float: left;overflow: hidden;width: 660px;}
.in-about dt img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-about dt:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.in-about dd {margin-left: 660px;padding: 60px 40px 0;}
.in-about dd h4 {margin: 0;font-size: 28px;}
.in-about dd p {margin: 20px 0 0;text-align: justify;line-height: 1.8;}
.in-about dd .more {display: inline-block;margin-top: 30px;padding: 7px 25px;background-color: #0092d8;color: #fff;text-transform: uppercase;border-radius: 50px;}
.in-about dd .more:hover {-webkit-animation: shake 1.5s linear;animation: shake 1.5s linear;}

.qyfc {background-color: #f5f5f5;}
.in-qyfc .tit {line-height: 124px;background: #f7f7f7 url(../images/photo_line.png) no-repeat 0 center;}
.in-qyfc .tit .more {float: right;width: 100px;text-transform: uppercase;text-align: center;}
.in-qyfc .tit h4 {margin: 0 0 0 30px;background: url(../images/photo_ico.png) no-repeat 0 center;padding-left: 60px;font-size: 16px;}
.in-qyfc .bd {overflow: hidden;}
.in-qyfc .bd li {float: left;width: 230px;margin-right: 12px;background: #fff;}
.in-qyfc .bd li .m{height: 200px;line-height: 200px;border: 1px solid #e0e0e0;}
.in-qyfc .bd li .img-center {overflow: hidden;}
.in-qyfc .bd li .img-center img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-qyfc .bd li .text {text-align: center;padding: 15px 0;}
.in-qyfc .bd li a:hover .img-center img {-webkit-transform: scale(1.1);transform: scale(1.1);}

.in-prd-list {margin-top: 40px;overflow: hidden;}
.in-prd-list li {float: left;width: 353px;margin-left: 30px;}
.in-prd-list li a {display: block;margin-top: 10px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-prd-list li .img-center {height: 265px;line-height: 265px;-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-prd-list li .text {margin-top: 20px;text-align: center;}
.in-prd-list li .text h4 {margin: 0;font-size: 18px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in-prd-list li .text p {margin: 10px 0 0;color: #888;height: 60px;overflow: hidden;}
.in-prd-list li .text span {display: inline-block;margin-top: 10px;background-color: #0890e1;color: #fff;line-height: 40px;width: 150px;}
.in-prd-list li a:hover {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.in-prd-list li a:hover .img-center {box-shadow: 0 0 5px rgba(0,0,0,0.2);}

.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #0092d8;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-section-title {text-align: center;margin-bottom: 30px;}
.yunu-section-title h4 {display: inline-block;margin: 0;font-size: 30px;position: relative;padding: 0 20px;}
.yunu-section-title h4:after,.yunu-section-title h4:before {content: '';position: absolute;top: 50%;height: 1px;width: 40px;background-color: #000;}
.yunu-section-title h4:after {left: 100%;}
.yunu-section-title h4:before {right: 100%;}
.yunu-section-title p {margin: 10px 0 0;font-size: 20px;color: #666;letter-spacing: 5px;text-indent: 5px;}
.yunu-section-more {margin-top: 35px;text-align: center;}
.yunu-section-more a {border-bottom: 1px solid #666;}

.in-desc-total {margin: 70px auto;text-align: center;}
.in-desc-total li {float: left;width:33.333333%;}
.in-desc-total li .num {line-height: 1;}
.in-desc-total li .num strong { font-size: 60px; font-family: "Microsoft YaHei"; color: rgb( 34, 34, 34 ); }
.in-desc-total li .unit {position: absolute;font-size: 18px;background-color: #0092d8;color: #fff;border-radius: 50%;width: 30px;line-height: 30px;display: inline-block;vertical-align: top;text-align: center;margin-left: 10px;}
.in-desc-total li p {font-size: 18px;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: rgb( 34, 34, 34 );}
.in-desc-total li .num strong:hover {color: #32a1d9;}

#aboutbg{background:url(../images/casebg.jpg) no-repeat center center;background-size:cover;padding:52px 0 110px;}
.in-about {background-color: #f5f5f5;margin: 0;}
.in-about dt {float: left;overflow: hidden;width: 660px;}
.in-about dt img {-webkit-transition: all 0.5s;transition: all 0.5s;}
.in-about dt:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
.in-about dd {margin-left: 660px;padding: 60px 40px 0;}
.in-about dd h4 {margin: 0;font-size: 26px; font-family: "Microsoft YaHei"; color: rgb( 34, 34, 34 ); }
.in-about dd p {margin: 20px 0 0;text-align: justify;line-height: 1.8; font-size: 14px; font-family: "Microsoft YaHei"; color: rgb( 85, 85, 85 ); }
.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;}

#owl-demo3{ width:100%; margin:0 auto; text-align:center; margin-bottom:70px;}
/* Styling Next and Prev buttons*/
#owl-demo3.owl-theme .owl-controls{ bottom:-20px; text-align:center;}
#owl-demo3.owl-theme .owl-controls .owl-pagination{ display:none;}
#owl-demo3.owl-theme .owl-controls .owl-buttons{ position:absolute; top:0;width:100%; left:0; height:0;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:52px; height:50px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{background:#fff url(../images/works_arr.png) no-repeat 0px 0px; margin-right:55px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{/*opacity:0.6;filter:Alpha(opacity=60);*/background:#333 url(../images/works_arr.png) no-repeat -52px 0px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ background:#fff url(../images/works_arr.png) no-repeat -52px -50px;  margin-left:55px;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:#333 url(../images/works_arr.png) no-repeat 0px -50px;}

#owl-demo3.owl-theme .owl-controls .owl-page{ display:inline-block;}

#owl-demo3 .item{margin:0 0;}
#owl-demo3 .item img{display: block;height: 100%;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
#owl-demo3 .item dd{ width:25%; margin:0 auto; text-align:left; float:left;}
#owl-demo3 .item dd .imgs{width:100%; overflow:hidden; position:relative;}
#owl-demo3 .item dd .txts{font-weight:normal; color:#fff; font-size:16px; line-height:36px; height:100%; overflow:hidden;transition:all 0.4s; position:absolute; bottom:-100%; left:0; width:100%;background:rgba(0, 0, 0, 0.75); text-align:center;}
#owl-demo3 .item dd .txts h1{ color:#fff; font-weight:normal; font-size:24px; height:76px; line-height:76px; overflow:hidden; margin-top:22%;}
#owl-demo3 .item dd .txts a{ color:#fff; display:inline-block; width:385px; margin-left:12px; margin-right:12px; font-size:16px;}
#owl-demo3 .item dd .txts a i{ width:85px; height:26px; display:block; margin:0 auto;transition:all 0.4s; }
#owl-demo3 .item dd .txts a:hover i{ margin-top:-6%; margin-bottom:6%;transform:rotate(360deg);}
#owl-demo3 .item dd .txts a i.bgs1{ background:url(../images/i_pic1.png) center top no-repeat;}
#owl-demo3 .item dd .txts a i.bgs2{ background:url(../images/i_pic2.png) center top no-repeat;}
#owl-demo3 .item dd .txts a i.bgs3{ background:url(../images/i_pic3.png) center top no-repeat;}
#owl-demo3 .item dd h2{ color:#000; font-size:18px; line-height:80px; text-align:center; height:80px; text-align:center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis; width:100%; position:relative; background-color:#fff; z-index:2; font-weight:normal;transition:all 0.4s;}
#owl-demo3 .item dd h2 i{transition:all 0.4s;position:absolute; width:100%; left:0; top:0; height:0; background:#b49173; z-index:-1;}
#owl-demo3 .item dd:nth-child(1) h2 i{background:#b39273;}
#owl-demo3 .item dd:nth-child(2) h2 i{background:#39addf;}
#owl-demo3 .item dd:nth-child(3) h2 i{background:#009fe1;}
#owl-demo3 .item dd:nth-child(4) h2 i{background:#df0011;}
#owl-demo3 .item dd:nth-child(5) h2 i{background:#0e0b0b;}
#owl-demo3 .item dd:nth-child(6) h2 i{background:#017fc9;}
#owl-demo3 .item dd:nth-child(7) h2 i{background:#858585;}
#owl-demo3 .item dd:nth-child(8) h2 i{background:#b3c902;}
#owl-demo3 .item dd:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
#owl-demo3 .item dd:hover h2{ color:#fff;}
#owl-demo3 .item dd:hover h2 i{ height:100%;}
#owl-demo3 .item dd:hover .txts{ bottom:0;}

.guwenmore{ display:block; width:92px;height:50px; line-height:50px; margin:0 auto; margin-top:-50px; text-align:center;/* background:url(../images/2018/i_more.png) no-repeat; */ clear:both; overflow:hidden;/*transition:all 0.3s;*/background:#f5f5f5 url(../images/works_more.png) no-repeat center -50px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.guwenmore:Hover{/*opacity:0.6;filter:Alpha(opacity=60);*/background:#333 url(../images/works_more.png) no-repeat center 0px;}

.yunu-footer {
	background-color: #242d34;
	padding-top: 50px;
	color: #aaacae;
}
.yunu-footer a {
	color: #aaacae;
}
.yunu-footer a:hover {
	color: #0890e1;
}
.yunu-footer-info {
	float: left;
	width: 400px;
}
.yunu-footer-info .logo {
	margin-bottom: 30px;
}
.yunu-footer-info .logo img {
	display: block;
	height: 68px;
	width: auto;
}
.yunu-footer-info h4 {
	margin: 0 0 30px;
	font-size: 20px;
	color: #fff;
}
.yunu-footer-info p {
	font-size: 16px;
	margin: 10px 0 0;
	padding-left: 38px;
	background: no-repeat 0 center;
	line-height: 1.8;
}
.yunu-footer-info p.i1 {
	background-image: url(../images/fico1.png);
}
.yunu-footer-info p.i2 {
	background-image: url(../images/fico2.png);
}
.yunu-footer-info p.i3 {
	background-image: url(../images/fico3.png);
}
.yunu-footer-info p.i4 {
	background-image: url(../images/fico4.png);
}
.yunu-footer dl {
	float: left;
	width: 160px;
	margin: 20px 0 0 40px;
}
.yunu-footer dt {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}
.yunu-footer dd {
	margin: 0;
}
.yunu-footer .item li {
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yunu-footer .code a {
	display: block;
	padding: 10px 20px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	position: relative;
}
.yunu-footer .code .pic {
	float: left;
	height: 38px;
	width: 38px;
	line-height: 38px;
}
.yunu-footer .code .text {
	margin-left: 48px;
}
.yunu-footer .code .text h4 {
	margin: 0;
	color: #333;
}
.yunu-footer .code .text small {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #999;
}
.yunu-footer .code .sub {
	position: absolute;
	right: 100%;
	top: 0;
	width: 130px;
	display: none;
	margin-right: 5px;
	z-index: 2;
}
.yunu-footer .code a:hover .sub {
	display: block;
}
.yunu-footer .code a:nth-child(even) {
	background-color: #0890e1;
	color: #fff;
}
.yunu-footer .code a:nth-child(even) .text h4 {
	color: #fff;
}
.yunu-footer .code a:nth-child(even) .text small {
	color: #cacaca;
}
.yunu-footer .sns {
	font-size: 0;
	margin-left: -28px;
}
.yunu-footer .sns a {
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center / contain;
	width: 34px;
	height: 34px;
	margin-left: 28px;
	position: relative;
}
.yunu-footer .sns a.i1 {
	background-image: url(../images/ft1.png);
}
.yunu-footer .sns a.i2 {
	background-image: url(../images/ft2.png);
}
.yunu-footer .sns a.i3 {
	background-image: url(../images/ft3.png);
}
.yunu-footer .sns .img-center {
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin: 0 0 5px -65px;
	width: 130px;
	display: none;
}
.yunu-footer .sns a:hover .img-center {
	display: block;
}
.yunu-footer-copy {
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #3a4249;
}

.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 #01923f;}
.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: #0092d8;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: 16px;color: #333;}
.yunu-column h3.on,.yunu-column h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #0092d8;}
.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: #0092d8;}
.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: #0092d8;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: #0092d8;border-color: #0092d8;color: #fff;}
.pagination a.cur{ border: none;background: #0092d8;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: #0092d8;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: #0092d8;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: #0092d8;color: #0092d8;}
.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;}
.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;}
.list-5 li .text .more {float: right;padding: 6px 12px;color: #fff;background-color: #B6B6B6;}
.list-5 li a:hover {border-color: #0092d8;}
.list-5 li a:hover .text h4 {color: #0092d8;}
.list-5 li a:hover .text .more {background-color: #0092d8;}

.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 #0092d8;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 #0092d8;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 #0092d8;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: #0092d8;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: #0092d8;}
.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 #0092d8;font-size: 24px;color: #0092d8;}
.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: #0092d8;color: #fff;line-height: 100px;}
.yunu-contact-text dd {padding: 30px 0 30px 100px;line-height: 30px;border-bottom: 1px solid #ddd;margin: 0;background: no-repeat 30px 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 {max-width: 100% !important;height: auto !important;width: auto !important;}

.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: #333;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: #0092d8;}
.about-2 dd h4 {font-weight: normal;color: #0092d8;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 {}
.gsjj dd {margin-left: 886px;border: 2px solid #0092d8;border-left: 0;margin-top: 45px;padding: 45px 0 45px 64px;}
.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: #0092d8;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 {font-weight: normal;color: #0092d8;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: 18px;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: #0092d8;}
.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: #0092d8;color: #fff;margin:0;}

.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 #0092d8;}

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:#0092d8;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: #0092d8;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: #0092d8;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: #0092d8;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?ver=14) no-repeat;
}

.prd-7 i.ic1 {
    background:url(../images/9e18191810154de991614a535a835e89_48.png?ver=27) no-repeat;
}

.prd-7 a i.ic2:hover {
    background:url(../images/9e18191810154de991614a535a835e89_50.png?ver=26) no-repeat;
}

.prd-7 i.ic2 {
    background:url(../images/9e18191810154de991614a535a835e89_52.png?ver=25) no-repeat;
}

.prd-7 a i.ic3:hover {
    background:url(../images/9e18191810154de991614a535a835e89_54.png?ver=24) no-repeat;
}

.prd-7 i.ic3 {
    background:url(../images/9e18191810154de991614a535a835e89_56.png?ver=23) no-repeat;
}

.prd-7 a i.ic4:hover {
    background:url(../images/9e18191810154de991614a535a835e89_58.png?ver=22) no-repeat;
}

.prd-7 i.ic4 {
    background:url(../images/9e18191810154de991614a535a835e89_60.png?ver=21) no-repeat;
}

.prd-7 a i.ic5:hover {
    background:url(../images/9e18191810154de991614a535a835e89_62.png?ver=20) no-repeat;
}

.prd-7 i.ic5 {
    background:url(../images/9e18191810154de991614a535a835e89_96.png?ver=3) no-repeat;
}

.prd-7 a i.ic6:hover {
    background:url(../images/9e18191810154de991614a535a835e89_66.png?ver=18) no-repeat;
}

.prd-7 i.ic6 {
    background:url(../images/9e18191810154de991614a535a835e89_68.png?ver=17) no-repeat;
}

.prd-7 a i.ic7:hover {
    background:url(../images/9e18191810154de991614a535a835e89_70.png?ver=16) no-repeat;
}

.prd-7 i.ic7 {
    background:url(../images/9e18191810154de991614a535a835e89_72.png?ver=15) no-repeat;
}

.prd-7 a i.ic8:hover {
    background:url(../images/9e18191810154de991614a535a835e89_76.png?ver=34) no-repeat;
}

.prd-7 i.ic8 {
    background:url(../images/9e18191810154de991614a535a835e89_78.png?ver=35) no-repeat;
}

.prd-7 a i.ic9:hover {
    background:url(../images/9e18191810154de991614a535a835e89_98.png?ver=5) no-repeat;
}

.prd-7 i.ic9 {
    background:url(../images/9e18191810154de991614a535a835e89_100.png?ver=4) no-repeat;
}

.prd-7 a i.ic10:hover {
    background:url(../images/9e18191810154de991614a535a835e89_84.png?ver=38) no-repeat;
}

.prd-7 i.ic10 {
    background:url(../images/9e18191810154de991614a535a835e89_86.png?ver=39) no-repeat;
}

.prd-7 h5 {
    color: #666;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}

.prd-7 a:hover h5 {
    color: #987fde;
}


/*pb_title*/
.pb_title{text-align:center;position:relative;}
.pb_title h2{margin:0;font-size:36px;color:#000;text-align:center;font-weight:bold;height:46px;line-height:46px;position:relative;}
.pb_title p{margin:0;color:#848484;text-align:center;line-height:20px;margin-top:13px;font-size:16px;}
/*fenge*/
#fengebg{background:#0092d8;padding:47px 0 62px;}
.fenge{}
.fenge .fg_left{width:calc(100% - 260px);float:left;}
.fenge .fg_left p{margin:0;color:#fff;}
.fenge .fg_left p:first-child{height:60px;line-height:60px;font-size:48px;font-weight:bold;}
.fenge .fg_left p:nth-child(2){height:20px;line-height:20px;font-family:Arial;text-transform:uppercase;color:rgba(255,255,255,.3);margin-top:2px;}
.fenge .fg_left p:last-child{line-height:26px;font-size:16px;margin-top:19px;}
.fenge .fg_right{padding:16px 0 12px;float:right;width:255px;text-align:right;}
.fenge .fg_right p{margin:0;color:#FFF;}
.fenge .fg_right p:first-child{height:24px;line-height:24px;font-size:12px;background:url(../images/f_phone.png) no-repeat left center;display:inline-block;padding-left:30px;}
.fenge .fg_right p:nth-child(2){height:28px;line-height:28px;margin-top:8px;font-size:28px;}
.fenge .fg_right a{display:inline-block;width:100%;height:44px;line-height:44px;background:#FFF;border-radius:22px;text-align:center;font-size:18px;color:#0092d8;margin-top:21px;}

/*youshi*/
#youshibg *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
#youshibg{background:url(../images/xzbg.jpg) no-repeat center top;background-size:100% 427px;padding:98px 0 5px;}
.youshi{margin-top:66px;}
.youshi .ys_ul{background:#EEE;}
.youshi .ys_ul .ys_li{width:25%;float:left;text-align:center;cursor:pointer;position:relative;padding:16px 10px 18px;border-right:1px solid #c7c7c7;}
.youshi .ys_ul .ys_li:last-child{border-right:none;}
.youshi .ys_ul .ys_li .ys_num{display:inline-block;height:72px;line-height:72px;font-family:Arial;font-size:72px;color:#9a9a9a;position:relative;}
.youshi .ys_ul .ys_li .ys_num span{}
.youshi .ys_ul .ys_li .ys_num em{display:block;position:absolute;left:40px;top:38px;font-size:16px;font-style:normal;width:40px;height:34px;line-height:18px;background:#EEE;padding-bottom:16px;color:#686868;}
.youshi .ys_ul .ys_li p{margin:0;height:22px;line-height:22px;font-size:15px;}
.youshi .ys_ul .ys_li.on{background:#0092d8;}
.youshi .ys_ul .ys_li.on .ys_num{color:#FFF;}
.youshi .ys_ul .ys_li.on .ys_num em{color:#FFF;background:#0092d8;}
.youshi .ys_ul .ys_li.on p{color:#FFF;}
.youshi .ys_content{background:#FFF;padding:58px 52px 73px 75px;box-shadow:0 5px 20px #D3D3D3;}
.youshi .ys_content .ys_wai{width:100%;overflow:hidden;position:relative;}
.youshi .ys_content .ys_wai_nei{width:400%;display:table;height:auto;}
.youshi .ys_content .ys_nei{display:table-cell;width:25%;}
.youshi .ys_content .ysc_left{width:589px;float:right;}
.youshi .ys_content .ysc_left .ysc_img{width:100%;padding-bottom:65.71%;position:relative;}
.youshi .ys_content .ysc_left .ysc_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}
.youshi .ys_content .ysc_right{width:calc(100% - 589px);float:left;padding-right:75px;}
.youshi .ys_content .ysc_right .ysc_txt{margin-top:34px;}
.youshi .ys_content .ysc_right .ysc_txt span{width:470px;height:30px;background:url(../images/info_font.png) no-repeat left center;display:block;}
.youshi .ys_content .ysc_right .ysc_txt p{margin:0;}
.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){line-height:46px;color:#484747;font-size:36px;font-weight:bold;margin-top:14px;}
.youshi .ys_content .ysc_right .ysc_txt p:last-child{line-height:24px;color:#818181;font-size:14px;}
.youshi .ys_content .ysc_right .ysc_txt i{display:inline-block;width:140px;height:2px;background:#d6d6d6;margin:15px 0;}
.youshi .ys_content .ysc_right .ysc_ul{margin-top:29px;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li{width:25%;float:left;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li i{display:block;height:44px;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon1{background:url(../images/ys_icon1.png) no-repeat center center;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon2{background:url(../images/ys_icon2.png) no-repeat center center;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon3{background:url(../images/ys_icon3.png) no-repeat center center;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon4{background:url(../images/ys_icon4.png) no-repeat center center;}
.youshi .ys_content .ysc_right .ysc_ul .ysc_li p{margin:0;height:20px;line-height:20px;color:#575757;margin-top:5px;text-align:center;}

.g_news13{padding-top: 83px;height: 836px;background: #f6f6f6;}
.g_news13 h2{text-align: center;font-size: 48px;font-weight: bold;color: #333333;height: 152px;}
.g_news13 h2 em{display: block;background:url(../images/ystit.png) no-repeat 0 5px;padding-top: 30px;font-size: 20px;color: #1788d0;font-weight: normal;letter-spacing: 2px;}
.g_news13 h2 a{color: #333333;}
.g_news13 .newhd{height: 90px;margin-left: 252px;}
.g_news13 .newhd li{float: left;width: 218px;height: 48px;line-height: 48px;border: 1px solid #c9c9c9;text-align: center;font-size: 16px;color: #666666;margin-right: 20px;}
.g_news13 .newhd li a{display: block;width: 218px;height: 48px; color: #666666;}
.g_news13 .newhd .on{background: #1788d0;color: #fff;border: 1px solid #1788d0;}
.g_news13 .newhd .on a{color: #fff;}
.g_news13 .newdt{float: left;width:578px; }
.g_news13 .dtdl{height: 424px;border-bottom: 1px solid #d8d8d8;margin-bottom: 15px;}
.g_news13 .dtdl dt{width:578px;height: 289px;overflow: hidden; margin-bottom: 26px;}
.g_news13 .dtdl dt img{width:578px;height: 289px;display: block;transition: all 0.3s linear 0s;}
.g_news13 .dtdl dt:hover img{transform: scale(1.1);}
.g_news13 .dtdl h4 a{display: block;height: 30px;line-height: 30px;overflow: hidden;position: relative;padding-left: 90px;font-size: 16px;color: #333333;font-weight: normal;margin-bottom: 15px;}
.g_news13 .dtdl h4 span{font-size: 16px;color: #1788d0;font-weight: bold;}
.g_news13 .dtdl h4 em{position: absolute;left:0;top:0;width: 72px;height: 24px;line-height: 24px;background: #1788d0;border-radius: 20px;text-align: center;font-size: 14px;color: #fff;font-weight: normal;}
.g_news13 .dtdl p{font-size: 14px; color: #666666; line-height: 24px;height: 48px;overflow: hidden; }
.g_news13 .newstlst{height: 102px;}
.g_news13 .newstlst li{height: 30px;line-height: 30px;overflow: hidden;font-size: 14px;color: #666666;background:url(../images/dian1.png) no-repeat 0 10px;padding-left: 20px;}
.g_news13 .newstlst li a{color: #666666;}
.g_news13 .newr{float: right;width: 585px;}
.g_news13 .newr .bk{width: 585px;height: 318px;}
.g_news13 .bkcon dl{width: 585px;height: 145px;border-bottom: 1px solid #d8d8d8; margin-bottom: 12px;}
.g_news13 .bkcon .lastdl{border-bottom: none;}
.g_news13 .bkcon dt{float: left;width: 236px;height: 132px;overflow: hidden;}
.g_news13 .bkcon dt img{width: 236px;height: 132px;display: block;transition: all 0.3s linear 0s;}
.g_news13 .bkcon dt:hover img{transform: scale(1.1);}
.g_news13 .bkcon dd{position: relative; float: left;padding: 20px 0 0 20px; height: 117px; width: 312px;}
.g_news13 .bkcon h4{height: 28px;line-height: 28px;overflow: hidden;font-size: 16px;font-weight: bold;color: #000000;margin-bottom: 12px;font-weight: normal;}
.g_news13 .bkcon h4 a{color: #000000;}
.g_news13 .bkcon p{font-size: 14px; color: #737373; line-height: 24px;height: 48px;overflow: hidden;width: 300px;}
.g_news13 .bkcon span{position: absolute;right: 0;bottom: 0;width: 44px;height: 42px;}
.g_news13 .wd{height: 250px;padding-top: 30px; background: #fff;padding-left: 20px;}
.g_news13 .wdlst li{background:url(../images/dian1.png) no-repeat 0 12px;font-size: 14px;padding-left: 22px; line-height: 40px;height: 40px;overflow: hidden;padding-right: 25px;}
.g_news13 .wdlst li a{color: #666666;line-height: 34px;height: 34px;display: block;}
.g_news13 .wdlst li span{color: #999999;}