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: #1170d3;}
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;}
.f_pr {
    position: relative;
}
.clear{clear: both;height: 0;}

.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;
}

.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: #1170d3;
    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: #1170d3;

    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;}
.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 #505050;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:#1170d3;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#1170d3;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: 24px;margin: 20px 0 0 0;color: #333;line-height: 1;padding-left: 30px; background: url(../images/logobg.png) no-repeat left 8px;}
.yunu-header .text strong {display: block;font-size: 32px;color: #666666;margin-bottom: 5px;line-height: 72px;}
.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: #1170d3;}

.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-color: #1170d3; 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: #01b34d;color: #fff;}
.yunu-nav li.open .dropdown-box a{background-color: rgba(0, 0, 0, 0.5);}
.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: ;background: #01b34d;}

.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: #1170d3;cursor: pointer;}
.yunu-slideBox .hd li.on {background-color: #01b34d;}
.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: #1170d3;}
.section-title p {margin: 0;font-size: 0;}
.section-title span {display: inline-block;vertical-align: middle;position: relative;font-size: 16px;padding: 0 20px;}
.section-title span:before,.section-title span:after {position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: #1170d3;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: #1170d3;background-color: #1170d3;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: #1170d3;background-color: #1170d3;color: #fff;}

.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: #1170d3;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: #1170d3;
	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 {
    text-align: center;
	font-size: 36px;
    color: #fff;
    display: block;
    padding-top: 16px;
    line-height: 1.15;
}
.pro .leftpro h3 em {
	display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.pro .leftpro .menu {
	overflow: hidden;
	width: 288px;
	border: 1px solid #e3e3e3;
	border-top: none;
	border-bottom: none;
	height: auto;
}
.pro .leftpro .menu li {
	overflow: hidden;
	padding: 0 1px;
    border-bottom: 1px solid #e3e3e3;
    height: 50px;
    line-height: 50px;
	background: #efefef  url(../images/cp_ico05.png) no-repeat 240px 20px;
}
.pro .leftpro .menu li >a {
	display: block;
    font-size: 16px;
    color: #333333;
	padding-left: 55px;
    background: ;
}
.pro .leftpro .menu li a:hover {
	color:#1170d3;
}
.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(/Public/Home/images/pro_bg1.png) repeat-x center top;
    display: block;
}
.pro .rightpro .hd a {
    float: right;
    color: #1170d3;
    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: 15px;
}
.pro .rightpro li .m {
    height: 200px;
    line-height: 200px;
	border: 1px solid #e0e0e0;
}
.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: #1170d3;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;
}



/*联系我们*/
.contactbox{ height: 180px; background: #1170d3;  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; }

.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: #1170d3;
	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: #1170d3;
	border: 1px solid #1170d3;
	width: 120px;
	height: 30px;
	line-height: 30px;
	display: block;
}
.leftpro .contact .more a:hover {
	background: #1170d3;
	color: #FFF;
}


.yunu-link {padding: 20px 0;}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #1170d3;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: #1170d3;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: #1170d3;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 #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: #1170d3;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 #1170d3;}
.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: #1170d3;}
.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: #1170d3;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: #1170d3;border-color: #1170d3;color: #fff;}
.pagination a.cur{ border: none;background: #1170d3;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: #1170d3;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: #1170d3;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: #1170d3;color: #1170d3;}
.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: #1170d3;}
.list-5 li a:hover .text h4 {color: #1170d3;}
.list-5 li a:hover .text .more {background-color: #1170d3;}

.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 #1170d3;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 #1170d3;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 #1170d3;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: #1170d3;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: #1170d3;}
.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 #1170d3;font-size: 24px;color: #1170d3;}
.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: #1170d3;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: 60% !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: #1170d3;}
.about-2 dd h4 {font-weight: normal;color: #1170d3;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 #1170d3;border-left: 0;margin-top: 95px;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: #1170d3;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: #1170d3;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: #1170d3;}
.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: #1170d3;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 #1170d3;}

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:#1170d3;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: #1170d3;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: #1170d3;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: #1170d3;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;
}

.al_bj{overflow-x: hidden;overflow-y:hidden; background: #e3e3e3;}
.anl{height: 600px;padding-top:61px;}
.al_nr {position: relative;}
.al_nr .tempWrap{width:1508px!important ;overflow: hidden;}
.al_nr .tempWrap,.al_nr .tempWrap ul{height: 420px}
.al_nr li{float:left;width:370px;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,0.1);height:360px;margin-right:10px;}
.al_nr li i{font-size:0;line-height: 0;display: block;width:370px;overflow: hidden;}
.al_nr li i img {width:370px;height: 295px;transition: all 1s}
.al_nr li h4 {padding:12px 15px 0 28px;height: 45px;line-height: 45px;font-weight: normal;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.al_nr li h4 a{font-size:18px;color: #333333;}
.al_nr li p {padding:8px 15px 0 28px;height:80px;font-size:14px;color:#666666;line-height:26px; overflow: hidden;}
.al_nr li em a {display: block;width:147px;height: 40px;line-height: 40px;text-align: center;border:1px solid #1170d3;font-size:14px;color: #1170d3;margin-left:28px;}
.al_nr li:last-child{margin:0;}
.al_nr li:hover{background: #1170d3}
.al_nr li:hover h4 a,.al_nr li:hover p{color: #fff}
.al_nr li:hover em a{border-color:#fff;color: #fff}
.al_nr li:hover i img{transform: scale(1.1);}
.al_j1,.al_j2{position: absolute;top:145px;}
.al_j1{left:-60px;}
.al_j2{right:-60px;}


.power {background: #1170d3;padding-top: 93px;overflow: hidden;}
.power h2 a, .power h2 a:hover { color: #fff }
.power h2 strong { color: #00a2e9 }
.power h2 span { color: #fff; letter-spacing: 2px; background-image: url(../images/t_bg2.png) }
.power_list { margin-top: 52px }
.power_list li { height: 194px; float: left; width: 145px; padding-right: 47px; background: url(../images/power_li.png) no-repeat right 29px; margin-right: 49px }
.power_list li em { display: inline-block; font-size: 53px; color: #fff; line-height: 100%; position: relative; padding-top: 20px }
.power_list li i { display: block; font-size: 20px; color: #fff; line-height: 38px; text-align: center; width: 38px; font-weight: 400; background: #c40e23; border-radius: 50%; position: absolute; top: 0; right: -38px }
.power_list li span { display: block; font-size: 20px; color: #fff; line-height: 100%; margin-top: 20px }
.power_list li:last-child { padding-right: 0; margin-right: 0; background: 0 0 }
.power .section-title span:before, .power .section-title span:after{background-color:#fff}

.gybj{ height:950px; box-sizing: border-box; background:#fff; padding-top: 88px; overflow: hidden; font-family:"Microsoft Yahei";}
.gybj h2{margin-bottom: 60px;}
.gybj h2 span{ background: url(../images/tslinebg.png) no-repeat center center;}
.gy{width: 1200px; height: 710px; position: relative;background: url(../images/tsbg.jpg) no-repeat center center;}
.gy_left{width: 520px;float: left;}
.gy_left dl{overflow: hidden; height:167px;width: 520px; float: left; margin-bottom: 96px;}
.gy_left dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.gy_left dt img{width:119px;height: 119px;  display: block;}
.gy_left dd {width:397px;padding-right: 78px;  height: 167px; box-sizing: border-box; float: left; position: relative;}
.gy_left dd h3{padding-left: 46px;padding-top: 10px; white-space: nowrap; margin-bottom:15px; font-size: 22px; color: #222222; font-weight: bold; height: 58px; line-height: 58px; position: relative;font-family:"Microsoft Yahei";}
.gy_left dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #666666;font-family:"Microsoft Yahei";}
.gy_left dl:nth-child(2){width: 365px;}
.gy_left dl:nth-child(2) dt{padding-top: 46px; float: right;}
.gy_left dl:nth-child(2) dd{width: 234px;padding-right: 40px;}
.gy_left dl:nth-child(1) dd h3{background: url(../images/ts01.gif) no-repeat left 0;}
.gy_left dl:nth-child(2) dd h3{background: url(../images/ts02.gif) no-repeat left 0;}
.gy_left dl:nth-child(3) dd h3{background: url(../images/ts03.gif) no-repeat left 0;}
.gy_right{width: 520px;float: right;}
.gy_right dl{overflow: hidden; height:167px;width: 520px; float: right;margin-bottom: 96px;  }
.gy_right dt{width:119px;height: 119px;padding-top: 25px; float: left; }
.gy_right dt img{width:119px;height: 119px;  display: block;}
.gy_right dd {width:397px; padding-left: 78px;height: 167px; box-sizing: border-box; float: right; position: relative;}
.gy_right dd h3{ padding-right: 46px;padding-top: 10px;white-space: nowrap; margin-bottom: 15px; font-size: 22px; color: #222222; font-weight: bold; height: 58px; line-height: 58px; position: relative;font-family:"Microsoft Yahei"; text-align: right;}
.gy_right dd p{ line-height: 24px;overflow: hidden; font-size:16px;color: #666666;font-family:"Microsoft Yahei"; text-align: right;}

.gy_right dl:nth-child(2){width: 355px;}
.gy_right dl:nth-child(2) dt{padding-top: 46px; }
.gy_right dl:nth-child(2) dd{width: 235px;padding-right:0;padding-left: 0;}
.gy_right dl:nth-child(3) dt{padding-top: 32px;  }
.gy_right dl:nth-child(1) dd h3{background: url(../images/ts04.gif) no-repeat right 0;}
.gy_right dl:nth-child(2) dd h3{background: url(../images/ts05.gif) no-repeat right 0;}
.gy_right dl:nth-child(3) dd h3{background: url(../images/ts06.gif) no-repeat right 0;}

    
/*风采展示*/
.show .tit{padding:50px 0;}
.prev1,.next1,.prev2,.next2{width: 54px;height: 24px;display: block;cursor: pointer;z-index: 9;top: 672px;right:-88px;background:url(../images/next1.png) no-repeat 0 0;overflow: hidden;}
.prev1,.prev2{left:-60px;background:url(../images/prev1.png) no-repeat 0 0;}
.prev1:hover,.next1:hover,.prev2:hover,.next2:hover{background-position: 0 bottom;}
.show{height:auto;position: relative;text-align: center;font-size: 16px;padding:0 0 50px 0}
.show_t{height:38px;line-height:38px;position: relative;z-index:1;width: 480px;margin: 0 auto 28px;font-size: 18px;overflow: hidden;}
.show_t li{height:38px;color: #fff;width: 146px;float: left;border-radius: 19px;}
.show_t li:nth-child(2){margin: 0 14px;}
.show_t li a{color: #fff;display: block;}

.show_c1{position: relative;}
.prev2,.next2{top:124px;}
.show_cl{overflow: hidden;}
.show_c li{background:#f4f4f4;float: left;margin:0 38px 0 0;position: relative;width: 270px;display: block;overflow: hidden;}
.show_c li p,.show_c li p img,.show_c li span{width: 270px;height:270px;display: block;overflow: hidden;transition:all 1s}
.show_c li h4 {padding:10px 15px 0 28px;height: 45px;line-height: 45px;font-weight: normal;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.show_c li h4 a{font-size:22px;color: #333333;}
.show_c li div {padding:8px 15px 0 28px;height:40px;font-size:14px;color:#666666;line-height:26px; overflow: hidden;}
.show_c li:hover{background: #1170d3}
.show_c li:hover h4 a,.show_c li:hover div{color: #fff}
.show_c li:hover p img{transform: scale(1.1);}

.show_c li span{display: none;position: absolute;left: 0;top: 0;background: rgba(17, 112, 211, 0.7);}
.show_c li span a{background:url(../images/ico02.png) no-repeat center 100px;padding: 130px 0 0;line-height: 42px;color: #fff;display: block;}
.show_c li:hover span{display:block;}

.show_t li{background:#666;-webkit-gradient(linear, left top, right bottom, from(#999), to(#666)); 
    background-image: -webkit-linear-gradient(left, #999, #666); 
    background-image: -moz-linear-gradient(left, #999, #666); 
    background-image: -o-linear-gradient(left, #999, #666); 
    background-image: -ms-linear-gradient(left, #999, #666); 
    background-image: linear-gradient(left, #999, #666);}
.show_t li.cur{background:#0822b5;-webkit-gradient(linear, left top, right bottom, from(#0822b5), to(#1366e1)); 
    background-image: -webkit-linear-gradient(left, #0822b5, #1366e1); 
    background-image: -moz-linear-gradient(left, #0822b5, #1366e1); 
    background-image: -o-linear-gradient(left, #0822b5, #1366e1); 
    background-image: -ms-linear-gradient(left, #0822b5, #1366e1); 
    background-image: linear-gradient(left, #0822b5, #1366e1);}

.honor_t{text-align:left;background:url(../images/photo_line.png) no-repeat 0 62px;height: 124px;line-height: 124px;overflow: hidden;}
.honor_t a{font-size: 16px;color: #333;font-weight: bold;}
.honor_t span{float: right;font-size: 14px;text-transform: uppercase;font-weight: normal;display: block;width: 100px;text-align: center;}
.honor_t em{display: block;float: left;width: 50px;height: 50px;line-height: 0;overflow: hidden;border-radius: 50%;box-shadow: 0 3px 10px 3px rgba(248,162,48,0.2);margin: 35px 15px 0 30px;}
.honor_t em img{width: 50px;height: 50px;}

.show_c li .img-center img {display: inline-block;width: auto;height: auto;max-width: 100%;max-height: 100%;vertical-align: middle;}


.show_c li.honor{background:none;}
.show_c li.honor p{border:1px solid #bfbfbf;width:268px;line-height: 270px;}


.foot-nav{background-color: #1170d3;text-align: center;font-size: 0;line-height: 60px;}  
.foot-nav a,.foot-nav span {display: inline-block;font-size: 16px;vertical-align: middle;color: #fff;}
.foot-nav span {padding: 0 45px;opacity: 0.6;} 
.f_bg{background:#333;height:280px; overflow:hidden;}
.footer{width: 1200px; margin:0 auto;}
.f_logo{width: 315px;height: 205px;padding: 25px 0 0;background:url(../images/f_line.png) no-repeat right 35px;}
.f_logo h5{width: 205px;height: 70px;}
.f_logo h5 img{width: 205px;height: 70px;}
.f_logo em{display: block;font-size: 18px;color: #333;height: 40px;}
.f_logo p{font-size: 14px;color: #fff;line-height: 30px;}
.f_logo p a{color:#fff}
.f_ban{width: 440px;padding: 25px 0 0 60px;height: 205px;background:url(../images/f_line.png) no-repeat right 35px;}
.f_ban p{line-height: 42px;font-size: 14px;color: #fff;padding: 0 0 0 30px;}
.f_ban span{padding: 0 10px;}
.f_ban a{color: #333;}
.f_ban .f_p01{background:url(../images/f_ico01.png) no-repeat 0 13px;}
.f_ban .f_p02{background:url(../images/f_ico02.png) no-repeat 0 15px;}
.f_ban .f_p03{background:url(../images/f_ico03.png) no-repeat 0 14px;}
.f_ban .f_p04{background:url(../images/f_ico04.png) no-repeat 0 15px;}
.f_er{width: 320px; padding:40px 0 0;height: 190px;}
.f_er p{width: 120px;float: left;padding: 0 40px 0 0;text-align: center;}
.f_er img{ width:120px; height:120px;}
.f_er p span{display: block;font-size: 14px;color: #fff;line-height: 40px;}
    
/*友情链接*/
.link{position: relative;z-index: 9;border-top: solid 1px #484848;background: #333;}
.link_c{width:1200px;margin: 0 auto;}
.link b{display: inline-block;color: #fff;text-transform: uppercase;font-family: Arial;width: 164px;float: left;font-size: 30px;font-weight: normal;position: relative; line-height: 64px;}
.link b:before{content: "";position: absolute;width:1px;height:24px;left:125px;top:20px;background: #ddd;}
.link a{display: inline-block;color: #adadad;padding: 0 22px 0 0;}
    
/**/
.g_jsyf{background:url(../images/yfbg.png) no-repeat center top;height: 991px;padding-top: 85px;}
.g_jsyf h3{position: absolute;left:-10px;top:798px;font-size: 22px;font-weight: bold;color: #fff}
.g_jsyf h3 em{display: block;font-size: 18px;color: #fff;padding-top: 5px;font-weight: normal;}
.g_jsyf .yftel{position: absolute;left:828px;top:800px;font-size: 14px;color: #fff;width: 440px;}
.g_jsyf .yftel span{display: block; float: left;margin:0 20px; text-align: center;}
.g_jsyf .yftel img{display: block;width:37px; height: 29px; margin:0 auto; }
.g_jsyf .yftel i{display: block;font-size: 16px; color: #ffffff; line-height: 30px;}
.g_jsyf .yftel span:hover i{font-weight: bold; border-bottom: 1px solid #80b0d7;}

.g_jsyf .m_jsyf1{width: 210px;left:50px;top:578px;}
.g_jsyf .m_jsyf2{width: 288px;left:140px;top:334px;}
.g_jsyf .m_jsyf3{width: 300px;left:450px;top:210px;}
.g_jsyf .m_jsyf4{width: 272px;left:777px;top:334px;}
.g_jsyf .m_jsyf5{width: 240px;left:911px;top:578px;}
.g_jsyf .jsgy{position: absolute;z-index: 11;transition: all 0.3s linear 0s;}
.g_jsyf .jsgy:hover{transform: translateX(-5px);}
.g_jsyf .jsgy h4{height: 48px;text-align: center;font-size: 28px;font-weight: bold;color: #0061ae;}
.g_jsyf .jsgy h4 em{font-family: "Times New Roman";  font-size: 30px; margin-right: 10px;}
.g_jsyf .jsgy p{font-size: 16px;color: #666666;text-align: center;line-height: 26px;}
.g_jsyf .m_jsyf1 p{text-align: justify;}
.g_jsyf .m_jsyf2 p{text-align: justify;}
.g_jsyf .m_jsyf4 p{text-align: right;}
.g_jsyf .m_jsyf5 p{text-align: justify;}

.g_jsyf .gyico{position: absolute;width: 146px;height: 146px;transition: all 0.6s linear 0s;}

.g_jsyf .gyico b{width: 114px;height: 114px;overflow: hidden;margin: 16px auto 0;display: block;}
.g_jsyf .gyico:hover{transform:rotateY(180deg);}
.g_jsyf .yfico1{left:242px;top:595px;}
.g_jsyf .yfico2{left:320px;top:412px;}
.g_jsyf .yfico3{left:528px;top:324px;}
.g_jsyf .yfico4{left:720px;top:412px;}
.g_jsyf .yfico5{left:786px;top:595px;}
    
    
.tit{text-align: center;font-weight: normal;font-size: 0;line-height: 0;}
.tit span{display:inline-block;font-size: 48px;color: #333;line-height: 48px;position: relative;}
.tit span:before{position: absolute;width: 133px;height: 9px;background: url(../images/tit1.png) no-repeat;content: "";left: -145px;top: 26px;}
.tit span:after{position: absolute;width: 133px;height: 9px;background: url(../images/tit2.png) no-repeat;content: "";right: -145px;top: 26px;}
.tit i{display:block;font-size: 20px;color: #666;line-height: 20px;padding-top: 18px;font-weight:bold;}
.tit em{display:block;font-size: 14px;color: #a7a7a7;line-height: 30px;font-family: Arial;text-transform: uppercase;}

.abt{ padding:55px 0 30px;background: #f4f4f4;}
.abt dl{padding-top: 48px;height: 448px;}
.abt dt{width: 600px;height: 448px; display: block;}
.abt dt img{width: 600px;height: 448px; display: block;}
.abt dd{width: 550px;}
.abt dd h3{font-size:30px;line-height: 30px;color: #333; font-weight:normal; position:relative;padding-top:52px ; padding-bottom:35px ; }
.abt dd h3:after{ position:absolute;width: 250px;height: 1px;background: #d3d3d3;content: "";left:0px;top: 100px;}
.abt dd i{font-size: 16px;color: #666;line-height: 32px; display: block; width: 504px;}
.abt dd p a{  display: inline-block; width:168px ; height:50px ; line-height: 50px; font-size: 16px; color:#333333 ;font-weight: bold; background: #fff; text-align: center; margin: 40px 0;}
.abt dd p a:hover,.abt dd p a.cur{ background: #1170d3; color:#fff ;}
.abt .more{display: block; font-size:14px ; color: #666666;line-height: 14px; text-transform: uppercase;}
    
.foot{padding-top:100px;}
.foot .f_con{height:280px;}
.foot .ftnav{width:350px;float:left; height:280px;}
.foot .ftnav b{display: block;font-size: 24px; line-height: 24px; color:#fff;padding-left:12px;border-left:3px solid #fff; margin-bottom: 42px;font-style: normal;}
.foot .ftnav ul{padding-left:15px;}
.foot .ftnav ul li{float:left;width:65px; line-height: 14px; margin-right: 60px; margin-bottom: 17px;}
.foot .ftnav ul li a{font-size: 16px; color:#fff; line-height: 16px;}
.foot .gsxx{width:660px; float:left;}
.foot .gsxx b{display: block;font-size: 24px; line-height: 24px; color:#fff;padding-left:12px;border-left:3px solid #fff; margin-bottom: 42px;font-style: normal;}
.foot .gsxx ul li{width:300px; height:40px;margin-bottom: 59px;float:left;}
.foot .gsxx ul li i{display: block;width:40px; height:40px; float:left; border-right:1px solid #999999;}
.foot .gsxx ul li i img{width:40px; height:40px;}
.foot .gsxx ul li i img{width:40px; height:40px;}
.foot .gsxx ul li span{display: block;float:left; width:239px; margin-left: 12px;}
.foot .gsxx ul li #cnzz_stat_icon_1277641865{width:30px !important;float:right;margin-left:0; margin-right:10px;}
.foot .gsxx ul li p strong{display:block;    font-size: 16px;    color: #666666;    font-style: normal;float:left;}
.foot .gsxx ul li span em{font-size: 14px; color:#fff;font-style: normal;margin-right: 10px;}
.foot .gsxx ul li span p{font-size: 16px;color:#fff;font-style: normal;}
.foot .gsxx ul li span p a{display:block;float:left;color:#fff}
.foot .gsxx ul li.last{width:353px;}
.foot .gsxx ul li.last span{width:300px;}
.foot .ewm{width:130px; float:right;padding-top:35px;}
.foot .ewm span{display: block;width:130px;height:130px;background:url(../images/ewk.png) no-repeat center; box-sizing: border-box;padding-top:15px;}
.foot .ewm span img{display: block;width:99px;height:99px; margin:0 auto; }
.foot .ewm i{display: block;height:47px; line-height: 47px; text-align: center; font-style: normal;color:#fff}
.foot .link{padding:14px 0; box-sizing: border-box;background:#f5f5f5;}
.foot .link i{display: block;width:80px; float:left; font-style: normal;}
.foot .link a{display: block;float:left;margin-right: 20px;}
  

/**/
.casebj{ height:970px; background:#fff; padding-top:75px; overflow: hidden; font-family:"Microsoft Yahei";box-sizing: border-box; position: relative;max-width: 1920px; }
.casebj h2{margin-bottom: 22px;}
.case{width: 1200px;margin:0 auto; height:535px; position: relative;}
.case  dl{ position: relative;  height: 329px;margin-left: 6px; margin-bottom: 6px; float: left;}
.case  dl dt{height: 329px;  position: relative; overflow: hidden;}
.case  dl dt img{height: 329px; display: block;}
.case  dl dd{ height: 65px;position: absolute;left:30px;top:45px; font-size: 20px; color: #f1f1f1; }
.case  dl dd a{ color: #f1f1f1; text-decoration: none; }
.case  dl dd em{text-align: left; font-size: 12px; color: #f1f1f1;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; font-family: "Times New Roman"; opacity: 0.2; display: block; font-weight: normal;}
.case  dl:nth-child(1){width: 458px;height: 664px;margin:0;}
.case  dl:nth-child(1) dt{width: 458px;height: 664px;}
.case  dl:nth-child(1) dt img{width: 458px;height: 664px;}
.case  dl:nth-child(2),.case  dl:nth-child(5){width: 429px;height: 329px;}
.case  dl:nth-child(2) dt,.case  dl:nth-child(5) dt{width: 429px;height: 329px;}
.case  dl:nth-child(3),.case  dl:nth-child(5){width: 300px;height: 329px;}
.case  dl:nth-child(3) dt,.case  dl:nth-child(4) dt{width: 300px;height: 329px;}

.case img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s; }
.case img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.case_more{display:block;text-decoration: none; text-align: center;font-size: 20px;font-weight: bold; background: url(../images/case_more.jpg) no-repeat; color: #323232; height: 90px;  line-height: 90px;padding-right: 60px; letter-spacing: 10px;padding-top: 10px;overflow: hidden;}
/**/

    
.lic{background:url(../images/lc.jpg) no-repeat center 0; height: 636px; overflow: hidden; padding-top: 88px; box-sizing: border-box;}
.lic ul{ overflow: hidden; padding-left: 42px; height: 211px;}
.lic ul li{ float: left; text-align: center; padding-right: 79px;}
.lic ul li:last-of-type{ padding-right: 0;}
.lic ul li i{ display: block; font-size: 18px; color: #fff; padding-top: 16px;}
.lic h3{text-align: center;font-weight: normal; color: #fff; font-size: 28px; line-height: 100%;}
.lic h3 i{ display: block; text-align: center; padding-top: 15px;}
.lic h3 i a{ display: inline-block; width: 254px; height: 50px; line-height: 50px; border-radius: 50px; color: #010101; font-size: 20px; background: #ffcc00;}
 
    
.chara{font-family:"Microsoft Yahei";overflow: hidden;padding:42px 0 0;position: relative;z-index: 1;background:url(../images/charabg.jpg) no-repeat center 0;height: 800px;font-size: 16px;color: #fff;}
.chara_pic{left: 365px;top:8px;border-radius: 466px;overflow: hidden;}
.chara_pic,.chara_pic img{width: 466px;height: 466px;display: block;}
.chara_l{padding: 60px 0 0;}
.chara_l dl{width: 366px;float: left;height: 238px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.chara_l dt{width:90px;float: left;padding: 35px 0 0;}
.chara_l dd{width:252px;float: right;}
.chara_l dd h3{font-size: 26px;line-height: 55px;height: 55px;color: #1170d3;}
.chara_l dd p{opacity: 0.6;color:#666}
.chara_l dl.chara_l1{margin-right: 467px;text-align: right;}
.chara_l dl.chara_l1 dt{float: right;}
.chara_l dl.chara_l1 dd{float: left;}
.chara_l dl:hover{margin-top: -10px;}
.chara .section-title strong{color:#fff}
.chara .section-title span:before, .chara .section-title span:after{background-color:#fff}
    
    
.g_cpys{background:url(../images/cpysbg.jpg) no-repeat center top;height: 940px;padding-top:86px;}
.g_cpys h2{height: 136px;text-align: center;font-size: 48px;font-weight: bold;color: #000000;}
.g_cpys h2 a{color: #000000;}
.g_cpys h2 b{color: #1170d3;display: inline-block;padding-left: 18px;}
.g_cpys h2 em{display: block;font-size: 18px;color: #4a4a4a;font-weight: normal;padding-top: 6px;}
.g_cpys .cpysgy{float: left;width: 290px;margin-right: 620px; margin-top: 20px;}
.g_cpys .cpysgy:nth-child(2n){margin-right: 0;}
.g_cpys .cpysgy h3{height: 56px;line-height: 56px;text-align: center; font-size: 22px;font-weight: normal;}
.g_cpys .cpysgy p{text-align: center;font-size: 16px;line-height:1.85}
.g_cpys .cpysgy p a{}
.g_cpys .cpysgy h3 b{display: inline-block;padding-right: 10px;}
.g_cpys .cpysgy dt{padding:20px 0;width: 289px;height: 254px;overflow: hidden;background: #fff; -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;}
.g_cpys .cpysgy dt img{width: 285px;height: 150px; border-radius: 10px;border:2px solid #335ecd; display: block;transition: all 0.3s linear 0s;}
.m_cpys{height: 660px;}
.cpystel{background:url(../images/ystel.png) no-repeat 332px 0;padding-left: 438px;font-size: 18px;color: #1170d3;position: relative;}
.cpystel b{display: block;font-size: 40px;color: #1170d3;}
.cpystel span{position: absolute;left:780px;top:-12px;width: 88px;height: 64px;background: #fff;border-radius: 15px;text-align: center;font-size: 21px;color: #1170d3;padding-top: 10px;}
.cpystel span a{color: #1170d3;font-weight: bold;}

.g_cpys .cpysc{position: absolute;left:348px;top:176px;width: 507px;height: 506px;-webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;}

.iconp {
	background: url(../images/iconp.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.floor_5_main {
	width: 100%;
	height: 200px;
	background: url(../images/index_03.jpg) center center no-repeat;
}
.floor_5_main p {
	float: left;
	padding-top: 50px;
	font-size: 36px;
	color: #fff;
	line-height: 36px;
}
.floor_5_main p span {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding-top: 18px;
	display: block;
}
.floor_5_main p b {
	display: block;
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin-top: 18px;
}
.floor_5_main dl {
	float: right;
	width: 450px;
	padding-top: 38px;
}
.floor_5_main dl dt {
	float: left;
	width: 300px;
}
.floor_5_main dl dt i {
	width: 216px;
	height: 50px;
	display: block;
	background-position: 0px -35px;
	padding-left: 84px;
	font-size: 26px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	line-height: 50px;
}
.floor_5_main dl dt span {
	width: 250px;
	height: 50px;
	display: block;
	background-position: -325px -35px;
	padding-left: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	margin-top: 20px;
}
.floor_5_main dl dd {
	float: right;
	width: 121px;
	height: 121px;
	background-color: #fff;
	text-align: center;
}
.floor_5_main dl dd img {
	width: 111px;
	height: 111px;
	background-size: 100%;
	margin-top: 5px;
}

.news_bj{ height: 860px; overflow: hidden; padding-top:80px; box-sizing: border-box; font-family: "Microsoft YaHei"; }
.news_bj h2{margin-bottom:20px;}
.news{ height: 464px; }

.new_t{height:65px; border-bottom: 1px solid #dadada; text-align: center; position:relative;margin-bottom: 30px;}
.new_t .p2 a{float: left;font-size: 22px;color: #333333;width: 130px;text-align: left;height: 64px;line-height: 65px; position: relative;padding-left: 37px;margin-right: 10px; text-decoration: none;}
.new_t .p2 a:nth-child(1):after{position: absolute;width: 28px;height: 26px;background:url(../images/newstit1.png) no-repeat left 0;content: "";left: 0;top: 20px;}
.new_t .p2 a:nth-child(2):after{position: absolute;width: 28px;height: 26px;background:url(../images/newstit2.png) no-repeat left 0;content: "";left: 0;top: 20px;}
.new_t .p2 a:nth-child(3):after{position: absolute;width: 28px;height: 26px;background:url(../images/newstit1.png) no-repeat left 0;content: "";left: 0;top: 20px;}

.new_t .p2 a.cur{border-bottom:3px solid #1170d3;color: #1170d3;}
.new_t .p2 a:nth-child(1).cur:after{background:url(../images/newstit1.png) no-repeat left -26px;}
.new_t .p2 a:nth-child(2).cur:after{background:url(../images/newstit2.png) no-repeat left -26px;}
.new_t .p2 a:nth-child(3).cur:after{background:url(../images/newstit1.png) no-repeat left -26px;}

.new_bd{height: 326px;}
.picScroll-left{float: left;width: 580px;height: 326px;position: relative;}
.picScroll-left img{display: block;width: 580px;height: 326px;}
.picScroll-left .intro-n{width: 580px;padding:15px 35px 0;height:100px;background:#1170d3; box-sizing: border-box;}

.picScroll-left .intro-n h4{ display:block; font-size: 18px;color: #ffffff;font-weight: normal;line-height: 16px;padding:18px 0 8px;}
.picScroll-left .intro-n p{display: block; font-size: 15px; line-height:35px;color:#ffffff;opacity: 0.8;}

.picScroll-left .hd {position: absolute;bottom: 20px;font-size: 0;left: 0;width: 100%;text-align: center;z-index: 2;}
.picScroll-left .hd li {display: inline-block;width: 50px;height: 8px;margin: 0 5px;background-color: #1170d3;cursor: pointer;border-radius:30px}
.picScroll-left .hd li.on {background-color: #fff;}

.new_con ul{float:right;width:565px;overflow: hidden;}
.new_con ul li a{display: block;line-height: 52px;font-size:16px;font-weight:normal; color:#666666; height:52px;border-bottom:1px dashed #cecece;padding-left: 32px;background:url(../images/newsico1.png) no-repeat left center; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;text-decoration: none; }
.new_con ul li:last-child a{border-bottom: 0;}
.new_con ul li a:hover{background:url(../images/newsico2.png) no-repeat left center; color: #1170d3;}

.news dl{float:right;width:565px;overflow: hidden;padding:25px 0;border-bottom: #d5d5d5 1px dashed; display: inline-block;}
.news dt{ width:190px; height:108px;overflow: hidden;float: left;line-height: 0;}
.news dt img{ width:190px; height:108px;}
.news dd{width:350px;float: left; padding:0 0 0 20px;}
.news dd h3{ height:30px; line-height:30px; overflow:hidden;font-weight: normal;}
.news dd h3 a{ font-size:18px; color:#333;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;width: 500px;}
.news dd h3 a:hover,.news ul li a:hover,.wd dl dt a:hover{color: #1170d3;}
.news .news_desc{ font-size:16px; color:#666; height:50px; line-height:25px;overflow: hidden;padding: 5px 0 0;}
.news dd span{display: block;font-size: 14px;color: #c2c2c2;}