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: #1651b8;}
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;
}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}

.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: #1651b8;
    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: #1651b8;

    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:#1651b8;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#1651b8;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;}

.kq-header {padding: 0px 0;overflow: hidden;}
.kq-header #logo{padding:10px 0;}
.kq-header .logo {float: left;}
.kq-header .logo img {display: block;height: 80px;width: auto;}
.kq-header .text {float: left;border-left: 1px solid #999;font-size: 20px;margin: 18px 0 0px 30px;padding-left: 20px; padding-bottom: 10px;}
.kq-header .text {font-size: 18px;color: rgb(102, 102, 102);font-weight: bold;}
.kq-header .text small {display: block;font-size: 13px;color: #666;font-weight: normal;text-transform: uppercase;}
.kq-header .tel {float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 65px;margin-top: 15px;}
.kq-header .tel strong {display: block;font-size: 28px;line-height: 1;margin-top: 5px;}
.kq-header .logo1 {float: left;font-size: 18px;margin: 10px 0 0px 0px;padding-left: 0px; padding-bottom: 10px;}
.kq-header .logo1 {font-size: 28px;color: rgb(67, 67, 67);font-weight: bold;}
.kq-header .logo1 small {display: block;font-size: 13px;color: #666;font-weight: normal;text-transform: uppercase;}

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

.kq-nav {background: #1651b8;}
.kq-nav ul {padding-left: 2px;}
.kq-nav li {float: left;position: relative;margin-left: -2px;}
.kq-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;}
.kq-nav li a {display: block;font-size: 16px;text-align: center;padding: 0 54px;color: #fff;line-height: 58px;position: relative;}
.kq-nav li a:hover,.kq-nav li.active a,.kq-nav li.open a {background-color: #fe0000;color: #fff;}
.kq-nav .dropdown-box {padding-left: 0;}
.kq-nav .dropdown-box li {background: none;float: none;padding: 0;margin: 0;}
.kq-nav .dropdown-box li:before {display: none;}
.kq-nav .dropdown-box li a {color: #fff;padding: 6px 2px;line-height: 2;font-size: 14px;font-weight: normal;}
.kq-nav .dropdown-box li a:hover {color: #333;background: #fff;}

.kq-slideBox {height: auto;position: relative;overflow: hidden;}
.kq-slideBox .hd {position: absolute;bottom: 20px;font-size: 0;left: 0;width: 100%;text-align: center;z-index: 2;}
.kq-slideBox .hd li {display: inline-block;width: 60px;height: 5px;margin: 0 5px;background-color: #1651b8;cursor: pointer;}
.kq-slideBox .hd li.on {background-color: #01923f;}
.kq-slideBox .bd,.kq-slideBox .bd ul,.kq-slideBox .bd li {width: 100% !important;height: 100% !important;}
.kq-slideBox .bd li {background: no-repeat center;}
.kq-slideBox .bd li a {display: block;width: 100%;height: 100%;}
.kq-slideBox .bd li img {display: block; width: 100%;height: auto;}


.kq-sou {padding: 20px 0;border-bottom: 1px solid #d9d9d9;}
.kq-sou .hot {float: left;padding: 8px 0;}
.kq-sou .hot a {margin-right: 10px;}
.kq-sou .hform {float: right;border-left: 1px solid #d9d9d9;border-right: 1px solid #d9d9d9;}
.kq-sou .hform input {float: left;font-size: 14px;border: 0;padding: 8px 10px;line-height: 20px;background: no-repeat 0 0;width: 210px;}
.kq-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;}

.kq-sou-inner {background-color: #F2F2F2;}
.kq-sou-inner .kq-sou {border-bottom: 0;}
.kq-sou-inner .hot {padding: 6px 0;}
.kq-sou-inner .hform {background-color: #fff;border-radius: 20px;overflow: hidden;border: 0;}
.kq-sou-inner .hform input {width: 240px;background: none;padding: 6px 15px;}
.kq-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: #1651b8;}
.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: #1651b8;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: #1651b8;background-color: #1651b8;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: #1651b8;background-color: #1651b8;color: #fff;}

.page_menu {width: 100%; margin:0 0 25px 0;}
.page_menu ul {width: 100%; display: block; text-align: center;}
.page_menu ul li {display: -moz-inline-stack; display: inline-block; vertical-align: middle; *vertical-align: auto; zoom: 1; *display: inline;margin: 5px 5px; box-shadow: 0px 1px 10px 1px #eee;}
.page_menu ul li a {font-size: 14px; display: block; color: #333; padding: 8px 20px; transition: 1s; border: 1px solid #1651b8; border-radius: 5px;}
.page_menu ul li:hover a {background: #2666c4; border: 1px solid #2666c4; color: #fff; transition: 1s;}


.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: #1651b8;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 #1651b8;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
	padding-bottom:20px;
	height: auto;
}
.pro .leftpro .menu li {
	overflow: hidden;
	width: 234px;
	margin: 20px auto;
}
.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: #1651b8;
}
.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;
}
.pro .rightpro .hd{
	background: url(/Public/Home/images/pro_bg1.png) repeat-x center top;
    display: block;
}
.pro .rightpro .hd a {
    float: right;
    color: #1651b8;
    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: 383px;
	height: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}
.pro .rightpro li a{
	border: 1px solid #ddd;
	padding:10px;
}
.pro .rightpro li .m {
    height: 260px;
    line-height: 260px;
	overflow: hidden;
}
.pro .rightpro li img {
	display: inline-block;
	margin-bottom: 15px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro .rightpro li p {margin: 0;padding: 0 15px;text-align: center;line-height: 35px;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pro .rightpro li a:hover p {color: #1651b8;}
.pro .rightpro li a:hover img{transform: scale(1.1);}
.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;}

.pro .leftpro .menu div a{display: block;width: 190px;font-size:16px;padding-left: 70px;color: #5a5a5a;height: 40px;line-height: 40px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;border-bottom: 1px solid #f7f7f7;}


.in-cpys dl {margin: 0px 0 0;}
.in-cpys dt {float: left;width: 555px;}
.in-cpys dd {margin-left: 615px;}
.in-cpys dd .item {overflow: hidden;margin-top: 50px;}
.in-cpys dd .item:last-child {}
.in-cpys dd .num {float: left;width: 50px;text-align: center;line-height: 46px;font-size: 20px;font-family: Impact;background: url(/Public/Home/images/ys-icon.jpg) no-repeat;color: #fff;height: 56px;}
.in-cpys dd .text {margin-left: 65px;}
.in-cpys dd .text h4 {margin: 0;color: #06429a;font-size: 30px;line-height: 1.6;margin-bottom:40px;}
.in-cpys dd .text h4 small {display: block;text-transform: uppercase;font-size: 16px;color: #999;border-top: 2px dotted #ccc;padding-top: 10px;margin-top: 14px;}
.in-cpys dd .text p {margin: 10px 0 0;color: #666;line-height: 1.5;}
.in-cpys dd .text p span {color: #ff9900;font-weight: bold;}
.in-cpys dl:nth-of-type(even) dt {float: right;}
.in-cpys dl:nth-of-type(even) dd {margin: 0 615px 0 0;}

/*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:#1651b8; 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:#1651b8 url(../images/prev_ico.png) no-repeat center }

.homeD .picScroll-left .hd .next{ right:-20px; background:#1651b8 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:#1651b8; 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; }

.kq-title-4 {padding: 30px 0 40px;text-align: center;}
.kq-title-4 .t {position: relative;display: block;font-size: 50px;}
.kq-title-4 .t:before {content: "";width: 13%;border-top: 1px solid #ddd;position: absolute;top: 28px;left: 34%;z-index: 0;}
.kq-title-4 .t:after {content: "";width: 13%;border-top: 1px solid #ddd;position: absolute;top: 28px;right: 34%;z-index: 0;}
.kq-title-4 h4 {margin: 0;font-size: 40px;}
.kq-title-4 h4 span {color: #0066d9;}
.kq-title-4 .b {position: relative;display: block;font-size: 16px;text-transform: uppercase;color: #999;padding-top: 15px;}
.kq-title-4 .b:before {content: "";width: 7%;border-top: 1px solid #ddd;position: absolute;top: 24px;left: 34%;z-index: 0;}
.kq-title-4 .b:after {content: "";width: 7%;border-top: 1px solid #ddd;position: absolute;top: 24px;right: 34%;z-index: 0;}

.kq-about {margin: 0 0 20px;}
.kq-about dt {float: left;}
.kq-about dd {margin: 0 0 0 550px;}
.kq-about dd h4 {border-bottom: 1px solid #ddd;margin: 0 0 15px;padding-bottom: 15px;color: #0066d9;font-size: 20px;}
.kq-about dd h4 span {display: block;font-size: 30px;font-family: "Times New Roman", Times, serif;color: #666;font-weight: normal;}
.kq-about dd p {margin: 15px 0 0;line-height: 1.75;color: #666;}

.score_number .mumping_mun{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;background:#1651b8;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:#1651b8;}
.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;}


.case { clear: both; padding: 50px 0; }
.case .container {  }
.case .title { overflow: hidden; text-align: center; margin: 10px 0; }
.case .title .h2 { font-size: 24px; font-weight: 400; line-height: 1.5; }
.case .title .h2 a { color: #f38200; }
.case .title em { color: #999;background:url(/Public/Home/images/title-en-bg.png) center center no-repeat;font-size:14px;display: block;}
.case .cont { padding-top: 10px; }
.case .cont .case-img { overflow: hidden; position: relative; }
.case .cont .case-img .bd .prev, .case .cont .case-img .bd .next { display: block; top: 60px; cursor: pointer; position: relative; z-index: 20; height: 60px; text-align: center; width: 30px; color: #fff; line-height: 60px; font-size: 18px; background: #2DB5D9; }
.case .cont .case-img .bd .prev { float: right; right: 0px; }
.case .cont .case-img .bd .next { float: left; left: 0px; }
.case .cont .case-img .bd .tempWrap { }
.case .cont .case-img .bd ul { overflow: hidden; zoom: 1; }
.case .cont .case-img .bd ul li { float: left; _display: inline; overflow: hidden; text-align: center; margin-left: 10px;width: 290px;}
.case .cont .case-img .bd ul li .pic { text-align: center; padding: 0px; display: block; }
.case .cont .case-img .bd ul li .pic img { width: 278px; height:189px;display: block; border: 1px solid #ccc; padding: 5px; }
.case .cont .case-img .bd ul li span { color: #000; margin: 5px 0; display: block; }


/*news*/
.news { clear: both; padding-top: 20px;}
.news .title { height: 40px; line-height: 40px; padding: 0 10px;border-left:5px solid #1651b8;}
.news .title span { color: #a6a6a6; font-size: 15px; float: left; }
.news .title .h3 { float: left; margin: 0; color: #1651b8; font-size: 20px; font-weight: 600; margin-right: 10px; }
.news .title small { color: #666; }
.news .title .link { float: right; color: #999; font-size: 12px; }
.news .news-left { width: 740px; float: left; overflow: hidden; }
.news .news-left .hd { height: 40px; line-height: 40px; }
.news .news-left .hd li { float: left; margin: 0 10px; color: #666; font-size: 16px;  line-height: 40px; }
.news .news-left .hd .on { float: left; margin: 0; color: #666; font-size: 16px; line-height: 40px;background: #1651b8;}
.news .news-left .hd li a { color: #666; padding: 16px;}
.news .news-left .hd .on a { color: #fff; padding: 16px;}
.news .news-left .hd .link { float: right; color: #999; font-size: 12px; }
.news .news-left .ne-img { padding: 15px 0; }
.news .news-left .ne-img li { height: 155px; padding-top: 6px; }
.news .news-left .ne-img li img { width: 300px; height: 145px; display: block; float: left; margin-right: 20px; border: 1px solid #ccc; }
.news .news-left .ne-img span { display: block; font-size: 14px; font-weight: 600;color: #464646; margin: 10px 0; }
.news .news-left .ne-img p { color: #666; line-height: 24px; font-size: 14px;}
.news .news-left .ne-img a { color: #666; margin-top: 20px; border: 0; font-size: 14px; }
.news .news-left .ne-img a:hover { color: #464646; }
.news .news-left .ne-list { overflow: hidden; }
.news .news-left .ne-list li {background: url(/Public/Home/images/news-icon.jpg) no-repeat left center;padding:0 11px;height: 40px; line-height: 40px; width: 348px; float: left; margin: 0; }
.news .news-left .ne-list li span { color: #464646; margin-right: 10px; }
.news .news-left .ne-list li strong { color: #2d1b17; margin-right: 10px; }
.news .news-left .ne-list li strong a { color: #2d1b17; }
.news .news-left .ne-list li a{font-size: 14px; color: #5a5959;}
.news .news-left .ne-list li small { float: right; font-size: 14px; color: #5a5959;}
.news .news-right { width: 370px; float: right; }
.news .news-right .title { }
.news .news-right .question-top { overflow: hidden; position: relative; clear: both; }
.news .news-right .question-top .bd { padding: 10px; }

.news .news-right .question-top .infoList li h5 { font-size: 14px; font-weight:600; color: #5a5959; height: 50px; line-height: 50px; margin: 0; }
.news .news-right .question-top .infoList li h5 a{color: #5a5959;}
.news .news-right .question-top .infoList li h5 strong { background: #1651b8; padding: 3px; color: #fff; font-size: 14px; border-radius: 2px; margin-right: 5px; }
.news .news-right .question-top .infoList li .answer { color: #5a5959;; padding-bottom: 20px; }
.news .news-right .question-top .infoList li .answer span { display: block; font-size: 14px; }
.news .news-right .question-top .infoList li .answer strong { color: #fff; background: #666; font-size: 14px; padding: 3px; border-radius: 2px; margin-right: 5px; float: left; }

.in-about-tit {max-width: 400px;margin: 0 auto 40px;}
.in-about-tit .section-title {margin-bottom: 0;}
.in-about {background-color: #335988;margin: 0;}
.in-about dt {float: left;overflow: hidden;width: 500px;}
.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: 500px;padding: 10px 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;color:#fff}
.in-about dd .more {display: inline-block;margin-top: 30px;padding: 7px 25px;background-color: #ff9900;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);}

.kq-link {padding: 20px 0;}
.kq-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #1651b8;padding-bottom: 15px;}
.kq-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.kq-link ul {margin-left: -20px;}
.kq-link li {float: left;margin-left: 20px;margin-top: 20px;}

.footer { clear: both; height: auto; background: #fff url(/Public/Home/images/footer_bg.jpg); }
.footer .left { width: 250px; height: 270px; float: left; text-align: center;background:#23538f;}
.footer .left .qr{ margin-top:35px;}
.footer .left .foot-logo { margin-top: 0px; margin-bottom: 0px; }
.footer .right { width: 890px; float: right; margin-top: 35px; }
.footer .right .foot-nav { border-color: transparent transparent rgb(102, 102, 102);border-width: 0px 0px 1px;border-style: solid;margin: 40px 0; overflow: hidden; }
.footer .right .foot-nav ul li { float: left; margin: 0 7px; height: 34px; width: 80px; line-height: 34px; padding-left: 20px;}
.footer .right .foot-nav ul li a { font-size:15px; color: #fff; padding-right: 10px; }
.footer .right .foot-nav ul li:hover {color:#fff; }
.footer .right .foot-nav ul li:hover a{color:#fff;}
.footer .right .foot-address { font-family: å¾®è½¯é›…é»‘;font-size: 13px;line-height: 180%; float: left; color: rgb(204, 204, 204);; padding-left: 20px; margin-top: -20px; }
.footer .right .foot-address .title { font-size: 16px; margin-bottom: 10px; font-weight: bold; color: #fff; }
.footer .right .foot-address span { font-size: 16px; margin-right: 3px; color: #fff; }
.footer .right .foot-address a { color: #fff; }
.footer .right .foot-copyright { float: right; width: 330px; color: #fff; margin-top: -20px; }
.footer .right .foot-copyright p{ line-height:32px;}
.footer .right .foot-copyright .title { font-size: 16px; margin-bottom: 10px; font-weight: bold; color: #fff; }
.footer .bottom { height: 50px; line-height: 50px; background: #222; color: #ccc; }
.footer .bottom p { margin: 0; }
.footer .bottom p a { color: #fff; }

.kq-banner {height: 300px;background: no-repeat center;}
.kq-banner a {display: block;width: 100%;height: 100%;}

.kq-curmbs {padding: 15px 0;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.kq-curmbs span {padding-left: 10px;border-left: 10px solid #01923f;}
.kq-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: #1651b8;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;}


.kq-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;}
.kq-column h3 a {display: block;line-height: 50px;font-size: 16px;color: #333;}
.kq-column h3.on,.kq-column h3:hover {background: url(../images/p14-icon2.png) no-repeat right center #1651b8;}
.kq-column h3.on a,.kq-column h3:hover a {color: #fff;}
.kq-column li {line-height: 50px;border-bottom: 1px solid #fff;}
.kq-column li a {display: block;padding: 0 40px;background-color: #ECECEC;}
.kq-column .sub>a {position: relative;}
.kq-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);}
.kq-column .sub.open>a:after {border-color: #1651b8;}
.kq-column .sub-box {border-left: 1px solid #ECECEC;border-right: 1px solid #ECECEC;display: none;}
.kq-column .sub.open .sub-box {display: block;}
.kq-column .sub-box p {margin: 0;border-bottom: 1px solid #ECECEC;}
.kq-column .sub-box a {background-color: transparent;padding-left: 60px;}

.kq-contact-z1 {height: 140px;background: url(../images/contact-z1.jpg) no-repeat;margin-bottom: 20px;}
.kq-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;}
.kq-contact-z1 span {line-height: 30px;font-size: 18px;padding-left: 73px;}
.kq-contact-z2 {background-color: #1651b8;text-align: center;color: #fff;padding: 20px;margin-bottom: 20px;}
.kq-contact-z2 p {margin: 0;}
.kq-contact-z2 p img {vertical-align: middle;margin-right: 5px;}
.kq-contact-z2 span {display: block;font-size: 28px;font-weight: bold;margin-top: 10px;line-height: 1;}

.kq-pages {text-align: center;margin: 30px 0;}
.kq-pages a {display: inline-block;margin: 0 3px;border: 1px solid #ddd;padding: 4px 12px;border-radius: 3px;}
.kq-pages a.cur {background-color: #1651b8;border-color: #1651b8;color: #fff;}
.pagination a.cur{ border: none;background: #1651b8;color: #fff;}

.kq-title-1 {border-bottom: 1px solid #ececeb;height: 44px;margin-bottom: 15px;font-size: 24px;}
.kq-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: #1651b8;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: #1651b8;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: #1651b8;color: #1651b8;}
.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: #1651b8;}
.list-5 li a:hover .text h4 {color: #1651b8;}
.list-5 li a:hover .text .more {background-color: #1651b8;}

.kq-menu-inner {text-align: center;margin-bottom: 20px;}
.kq-menu-inner a {float: left;width: 16.666666666%;}
.kq-menu-inner span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.kq-menu-inner a:hover span,.kq-menu-inner a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #1651b8;color: #fff;}

.kq-menu-innerjiaq {text-align: center;margin-bottom: 20px;}
.kq-menu-innerjiaq a {float: left;width: 25%;}
.kq-menu-innerjiaq span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.kq-menu-innerjiaq a:hover span,.kq-menu-innerjiaq a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #1651b8;color: #fff;}

.kq-menu-innerbaiy {text-align: center;margin-bottom: 20px;}
.kq-menu-innerbaiy a {float: left;width: 33.333%;}
.kq-menu-innerbaiy span {display: block;margin-left: 1px;background-color: #f4f4f4;color: #333;font-size: 18px;line-height: 55px;}
.kq-menu-innerbaiy a:hover span,.kq-menu-innerbaiy a.active span {background: url(../images/p16-icon6.png) no-repeat center bottom #1651b8;color: #fff;}

.kq-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: #1651b8;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: #1651b8;}
.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 #1651b8;font-size: 24px;color: #1651b8;}
.lxkf dd h4 span {color: #999;font-size: 16px;margin-left: 10px;}
.lxkf dd p {margin: 0;line-height: 2;}

.kq-contact-text {float: left;width: 430px;margin: 0;background-color: #f2f2f2;}
.kq-contact-text dt {font-size: 26px;text-align: center;background-color: #1651b8;color: #fff;line-height: 100px;}
.kq-contact-text dd {padding: 30px 0 30px 100px;line-height: 30px;border-bottom: 1px solid #ddd;margin: 0;background: no-repeat 30px center;}
.kq-contact-text dd.i1 {background-image: url(../images/l1.png)}
.kq-contact-text dd.i2 {background-image: url(../images/l2.png)}
.kq-contact-text dd.i3 {background-image: url(../images/l3.png)}
.kq-contact-map {margin-left: 430px;}

.kq-infocontent {margin-bottom: 30px;}

.kq-infocontent-title {margin-bottom: 20px;text-align: center;}
.kq-infocontent-title h1 {margin: 0;font-size: 24px;}
.kq-infocontent-title p {margin: 10px 0 0;font-size: 12px;color: #999;}
.kq-infocontent-title p span {padding: 0 5px;}
.kq-infocontent-desc {margin-bottom: 20px;border: 1px solid #ddd;padding: 20px;}
.kq-infocontent-body {line-height: 2;margin-bottom: 20px;}
.kq-infocontent-body img {max-width: 100% !important;height: auto !important;width: auto !important;}

.kq-infocontent-epx {margin-bottom: 20px;}
.kq-infocontent-epx li {line-height: 32px;margin-bottom: 5px;}
.kq-infocontent-epx li span {display: inline-block;background-color: #A2A2A2;color: #fff;padding: 0 15px;margin-right: 10px;}
.kq-infocontent-epx li em {float: right;font-style: normal;}

.kq-infocontent-return {border-top: 1px solid #333;line-height: 32px;}
.kq-infocontent-return a {margin-right: 10px;}
.kq-infocontent-return .more {margin: 0;float: right;background-color: #333;color: #fff;padding: 0 10px;}

.kq-infocontent-rem {margin-bottom: 20px;}
.kq-infocontent-rem h4 {margin: 0;font-size: 24px;line-height: 55px;}
.kq-infocontent-rem li {border-top: 1px dashed #dbdbdb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 46px;}
.kq-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: #1651b8;}
.about-2 dd h4 {font-weight: normal;color: #1651b8;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 #1651b8;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: #1651b8;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: #1651b8;font-family: "Times New Roman", Times, serif;}
.gsjj-text dd {margin: 20px 0 0;color: #666;line-height: 1.8;}


.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: #1651b8;}
.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;}


.kq-showcase {margin-bottom: 40px;}
.kq-showcase-info {float: right;width: 430px;}
.kq-showcase-info h1 {margin: 0 0 15px;font-size: 24px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.kq-showcase-info p {margin: 0;color: #666;height: 168px;}
.kq-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;}
.kq-showcase-info .tel a {float: right;line-height: 42px;padding: 0 15px;background-color: #1651b8;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 #1651b8;}

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:#1651b8;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: #1651b8;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: #1651b8;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: #1651b8;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;
}

.why{ width: 100%; overflow: hidden; background: url("../images/whybj_03.gif") repeat; padding-bottom: 148px;}
.why_tit{ overflow: hidden; text-align: center; padding: 60px 10px;}
.why_tit img{display: block; max-width: 100%; margin: 0 auto;}
.why_box{ overflow: hidden; max-width: 1100px; margin: 0 auto; padding: 0 10px;}
.why_box dl{ float: left; width: 25%; overflow: hidden; background: url("../images/whyx_07.gif") no-repeat right;}
.why_box dl#wsm4{ background: none;}
.why_box dl dt{ font-size: 16px; color: #fff; line-height: 35px; padding-top: 155px; text-align: center;}
.why_box dl#wsm1 dt{ background: url("../images/why1.png") no-repeat top center;}
.why_box dl#wsm2 dt{ background: url("../images/why2.png") no-repeat top center;}
.why_box dl#wsm3 dt{ background: url("../images/why3.png") no-repeat top center;}
.why_box dl#wsm4 dt{ background: url("../images/why4.png") no-repeat top center;}
.why_box dl dt span{ display: block; font-size: 22px;}
.why_box dl dd{ font-size: 14px; color: #fff; width: 120px; height: 27px; text-align: center; margin: 20px auto;}
.why_box dl dd a{ display: block; color: #fff;  line-height: 25px; border: 2px solid #fff;  border-radius: 15px;}
.why_box dl dd a:hover{ border: 2px solid #ff8e20; color: #ff8e20;}