@charset "utf-8";
/* 分页 -s */
.page-box {
	padding-top: 55px;
	text-align: right;
}
.page-list {
	display: inline-block;
}
.page-list a {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 21px;
	color: #666;
    background: #f6f7f9;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.page-list.fl a{
    margin-right: 8px;
}
.page-list.fr a {
    margin-left: 8px;
}
.page-list a span {
	color: #666;
}
.page-list a:hover,
.page-list a.active {
	background: #0060b7;
	color: #fff;
}
.page-list a:hover span {
	color: #fff;
}
/* 分页 -e */

/* main-banner -s */
.main-banner {
    position: relative;
    height: 550px;
}
.fullSlide {
    min-width: 1220px;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.fullSlide .bd {
    position: relative;
    z-index: 0;
}
.fullSlide .bd ul {
    width: 100% !important;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 550px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 25px;
    left: 0;
    height: 27px;
    text-align: center;
    overflow: hidden;
    line-height: 27px;
}
.fullSlide .hd ul{
    display: inline-block;
    padding: 0 18px;
    border-radius: 14px;
    line-height: 27px;
    height: 27px;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 9px 6px;
    text-align: center;
    line-height: 100px;
    position: relative;
    background: #fff;
}
.fullSlide .hd ul .on {
    opacity: 1;
    background: #0060b7;
}
/* main-banner */

/* top */
.top{
    line-height: 30px;
    background: #f8f8f8;
}
.top-cnt a,
.top-cnt span{
    display: inline-block;
    color:#666;
}
.top-cnt span {
    margin-left: 5px;
    margin-right: 5px;
}
/* top */
/* logo */
.logo-box{
    height: 100px;
}
.logo{
    height: 43px;
    margin-top: 28px;
}
.logo-right{
    margin-top: 39px;
}
.logo-right span{
    display: inline-block;
    margin-top: -6px;
    vertical-align: middle;
    color: #666;
}
.logo-right a{
    font-weight: bold;
    color: #0060b7;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
/* logo */
/* nav -s */

.nav-box {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    background: #0060b7;
    height: 40px;
}

.fixednav {
    position: fixed;
    z-index: 100;
}

.nav-box a {
    position: relative;
    float: left;
    width: 171px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: relative;
}

.nav-box a.last-child {
    margin-right: 0;
    float: right;
}

.nav-box a i {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav-box a.active i,
.nav-box a:hover i {
    width: 100%;
}


/* nav -e */
/* footer */
.foot1{
    padding-top: 42px;
    padding-bottom: 50px;
    background: #333;
}
.foot-logo{
    margin-top: 55px;
}
.foot-nav{
    margin-left: 77px;
    padding-left: 67px;
    padding-right: 55px;
    padding-bottom: 13px;
    width: 164px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}
.foot-nav h4,
.foot-local h4{
    margin-top: 20px;
    margin-bottom: 23px;
    font-weight: normal;
    color: #fff;
}
.foot-nav a,
.foot-local p{
    line-height: 28px;
    color: #999;
}
.foot-nav a{
    float: left;
    width: 82px;
}
.foot-nav a:hover{
    color: #fff;
}
.foot2 {
    line-height: 60px;
    background: #1c1c1c;
}
.foot2 p,
.foot2 span,
.foot2 a{
    color: #bbb;
    text-transform: uppercase;
}
.foot2 a:hover{
    color: #fff;
}
.foot2 span{
    margin-left: 10px;
    margin-right: 10px;
}
.foot2 img{
    margin-left: 5px;
}
/* footer */
/* mian-search */
.main-search{
    background: #f3f3f3;
    border-bottom: 1px solid #cecece;
}
.main-keys span,
.main-keys a{
    float: left;
    line-height: 76px;
    color: #666;
}
.main-keys a{
    margin-right: 15px;
}
.main-keys a:hover{
    color: #0060b7;
}

.search-box{
    margin-top: 18px;
    height: 42px;
    background: #fff;
}
.search-box input,
.search-box button {
    float: left;
    height: 42px;
    line-height: 42px;
    border: 0;
    outline: 0;
}
.search-box input {
    width: 280px;
    margin-left: 18px;
}
.search-box button {
    width: 42px;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center;
}
/* mian-search */
/* main-product */
.main-product{
    padding: 80px 0;
    background: #f3f3f3;
}
.main-title h3{
    display: inline-block;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 36px;
}
.main-title h3 span{
    font-weight: normal;
    color: #0060b7;
}
.main-title h3 i{
    position: absolute;
    border-bottom: 1px solid #cecece;
}
.main-title h3 i.line1,
.main-title h3 i.line3{
    width: 62px;
    top: 14px;
    left: -62px;
}
.main-title h3 i.line3{
    left: auto;
    right: -62px;
}
.main-title h3 i.line2,
.main-title h3 i.line4 {
    width: 32px;
    top: 24px;
    left: -32px;
}
.main-title h3 i.line4 {
    left: auto;
    right: -32px;
}
.main-title p{
    margin-top: 20px;
    font-size: 16px;
    color: #666;
}

.main-pro-title{
    margin-top: 38px;
    padding: 15px 80px;
    background: #fff;
}
.main-pro-title>div{
    width: 460px;
}
.mpt-title{
    line-height: 50px;
    padding: 0 50px;
    border-bottom: 1px solid #cecece;
}
.mpt-title img{
    margin-right: 10px;
}
.mpt-title b{
    font-size: 18px;
}
.mpt-title a{
    color: #666;
}
.mpt-title a:hover {
    color: #0060b7;
}
.mpt-list{
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.mpt-list a{
    float: left;
    width: 140px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.mpt-list a i{
    font-style: normal;
    float: left;
    width: 15px;
    font-size: 12px;
}
.mpt-list a span{
    width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mpt-list a:hover{
    color: #0060b7;
}
.main-pro-list{
    padding-top: 5px;
}
.main-pro-list dl{
    float: left;
    width: 290px;
    margin-top: 14px;
    margin-right: 13px;
}
.main-pro-list dl:nth-child(4n) {
    margin-right: 0;
}
.main-pro-list dl dt{
    height: 194px;
}
.main-pro-list dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    background: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.main-pro-list dl:hover dd{
    background: #0060b7;
}
/* main-product */
/* main-case */
.main-case{
    height: 800px;
    padding-top: 70px;
    background-image: url(../images/main-casebg.png);
}
.main-case .main-title * {
    color: #fff;
}
.main-cmnav{
    margin-top: 38px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.main-cmnav a{
    float: left;
    width: 200px;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.main-cmnav a:hover,
.main-cmnav a.active{
    -webkit-transition: all .5s;
    transition: all .5s;
    background: url(../images/main-thbg.png) no-repeat center;
}
.main-cmnav a i{
    position: absolute;
    right: 0;
    height: 10px;
    top: 20px;
    border-right: 1px solid #fff;
}
.main-cmnav a:last-child i,
.main-cmnav a.last-child i{
    display: none; 
}
.main-clist.big{
    padding-top: 20px;
}
.main-clist dl{
    float: left;
    margin-top: 14px;
    margin-right: 14px;
    border: 2px solid transparent;
}
.main-clist.big dl{
    width: 589px;
    height: 309px;
}
.main-clist.big dl dt{
    margin: -2px;
    width: 593px;
    height: 313px;
}
.main-clist dl:last-child{
    margin-right: 0;
}
.sizedwon dd .icon{
    margin-left: -8px;
}
.main-clist.small dl {
    width: 386px;
    height: 201px;
}
.main-clist.small dl dt {
    margin: -2px;
    width: 390px;
    height: 205px;
}
.main-clist dl:hover{
    border: 2px solid #fff;
}
/* main-case */
/* main-company */
.main-company{
    padding-top: 60px;
    padding-bottom: 75px;
}
.main-cmpinfo{
    margin-top: 33px;
    color: #666;
    line-height: 30px;
    text-indent: 28px;
}

.ladyScroll {
    width: 1100px;
    height: 255px;
    padding: 0 50px;
    margin-top: 15px;
    position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 100;
    cursor: pointer;
    background: url(../images/honor-btn.jpg) no-repeat;
}

.ladyScroll .next {
    left: auto;
    right: 0;
    background-position: -30px 0;
}

.ladyScroll .prev:hover {
    background-position: 0 -30px;
}

.ladyScroll .next:hover {
    background-position: -30px -30px;
}
.ladyScroll .scrollWrap {
    width: 1100px;
    overflow: hidden;
    position: absolute;
}
.ladyScroll dl {
    float: left;
    width: 340px;
    margin-right: 37px;
}
.ladyScroll dl dt {
    height: 200px;
}
.ladyScroll dl dd {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ladyScroll dl:hover dd {
    color: #0060b7;
}
/* main-company */
/* main-news */
.main-ncnt>div{
    width: 570px;
}
.main-nctitle{
    position: relative;
    padding: 0 14px 0 20px;
    margin-top: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}
.main-nctitle i{
    position: absolute;
    left: 10px;
    top: 18px;
    height: 15px;
    border-left: 2px solid #0060b7;
}
.main-nctitle h4{
    float: left;
    font-weight: normal;
    font-size: 18px;
}
.main-nctitle a {
    float: right;
    color: #666;
}
.main-nctitle a:hover {
    color: #0060b7;
}
.main-nclist{
    margin-top: 25px;
}
.main-nclist dl dt{
    width: 240px;
    height: 160px;
}
.main-nclist dl dd {
    width: 310px;
}
.main-nclist dl dd h4{
    margin-top: 10px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
}
.main-nclist dl dd p{
    color: #999;
    line-height: 24px;
}
.main-nclist dl:hover dd *{
    color: #0060b7;
}
.main-nclist ul li{
    margin-top: 9px;
    line-height: 38px;
    border-bottom: 1px solid #dddddd;
    clear: both;
    overflow: hidden;
}
.main-nclist ul li a{
    float: left;
    width: 400px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-nclist ul li span{
    float: right;
    color: #999;
}
.main-nclist ul li:hover *{
    color: #0060b7;
}
/* main-news */
/* about */
.page-banner img{
    width: 100%;
}
.page-bar{
    line-height: 60px;
    color: #fff;
    background: #333;
}
.page-bar a{
    color: #fff;
}
.page-bar a:hover,
.page-bar a.active
{
    color: #eee;
}
.about-cnt{
    padding-bottom: 60px;
}
.about-title{
    margin-top: 55px;
}
.about-title h3{
    display: inline-block;
    position: relative;
    padding: 0 20px;
    font-size: 30px;
}
.about-title i{
    position: absolute;
    left: -15px;
    top: 15px;
    width: 20px;
    border-bottom: 5px solid #0060b7;
}
.about-title i.line2{
    left: auto;
    right: -15px;
}
.about-title p{
    margin-top: 10px;
    font-size: 30px;
    text-transform: uppercase;
    color: #666;
}
.cor-title p{
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 18px;
    color: #999;
}
/* about */
/* contact */
.contact-box{
    padding-top: 85px;
    padding-bottom: 100px;
    background:#faf9ff
}
.contact-title h3{
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 5px;
}
.contact-title p{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.contact-list{
    margin-top: 55px;
}
.contact-list li{
    display: inline-block;
    width: 291px;
    height: 48px;
    line-height: 48px;
    margin: 0 15px;
    background: #fff;
    font-size: 18px;
    color: #666;
}
.contact-list li span{
    color:#0060b7;
}

.local-box{
    margin-top: 75px;
    margin-bottom: 80px;
}
.map-box{
    margin-top: 30px;
}
/* contact */
/* product */
.pro-cnt{
    padding-top: 60px;
    padding-bottom: 80px;
}
.pro-cleft{
    width: 230px;
}
.pro-cright {
    width: 945px;
}
.cat-box{
    width: 208px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}
.cat-title{
    padding-top: 15px;
}
.cat-title h3{
    float: left;
    padding-left: 10px;
    font-size: 18px;
    font-weight: normal;
    border-left: 2px solid #0060b7;
}
.cat-title a{
    float: right;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}
.cat-title a:hover {
    color: #0060b7;
}
.cat-list{
    padding-top: 16px;
}
.cat-list li{
    margin-top: 7px;
    padding: 5px 0;
    border-bottom: 1px dashed #d7d7d7;
}
.cat-list li:last-child{
    border: 0;
}
.cat-list li a{
    display: block;
    height: 27px;
    padding: 0 15px;
    line-height: 27px;
    color: #333;
    background-image: url(../images/cat-bg.png);
    background-repeat: no-repeat;
    background-position: 178px -30px;
    background-color: #fff;
    border-radius: 0 13px 13px 0;
    -webkit-transition: all .5;
    transition: all .5;
}
.cat-list li a i{
    font-style: normal;
    font-size: 12px;
    color: #0060b7;
    margin-right: 10px;
}
.cat-list li:hover a,
.cat-list li.active a {
    color: #fff;
    background-color: #0060b7;
    background-position: 178px 0px;
}
.cat-list li:hover a i,
.cat-list li.active a i{
    color: #fff;
}

.prol-local{
    padding-top: 20px;
    margin-top: 20px;
}
.prol-local h4{
    padding-left: 40px;
    line-height: 26px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    background: url(../images/prol-bg.png) no-repeat 10px -30px;
}
.prol-local h4.tel{
    background-position: 10px 0;
}
.prol-local b {
    padding-left: 40px;
    font-size: 24px;
    font-family: Impact,
    Arial,
    Helvetica,
    sans-serif;
}
.prol-local p {
    padding-left: 40px;
    margin-bottom: 5px;
    color: #999;
    line-height: 24px;
}
.prol-local hr{
    margin-top: 30px;
    margin-bottom: 25px;
    border-color:#d7d7d7;
    border-style: dashed;
}


.pro-lsit-title {
    padding: 15px;
    background:#f6f6f6
}
.prlt-title {
    line-height: 50px;
    padding: 0 50px;
    border-bottom: 1px solid #cecece;
}

.prlt-title img {
    margin-right: 10px;
}

.prlt-title b {
    font-size: 18px;
}

.prlt-title a {
    color: #666;
}

.prlt-title a:hover {
    color: #0060b7;
}

.prlt-list {
    padding: 15px 10px 10px 50px;
}

.prlt-list a {
    float: left;
    width: 130px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.prlt-list a i {
    font-style: normal;
    float: left;
    width: 15px;
    font-size: 12px;
}

.prlt-list a span {
    width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.prlt-list a:hover,
.prlt-list a.active {
    color: #0060b7;
}

.pro-list{
    padding-top: 40px;
}
.pro-list dl {
    float: left;
    width: 300px;
    margin-top: 30px;
    margin-right: 22px;
}

.pro-list dl:nth-child(3n) {
    margin-right: 0;
}

.pro-list dl dt {
    border: 1px solid #ddd;
    width: 298px;
    height: 194px;
    border-bottom: 0;
}

.pro-list dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    background: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pro-list dl:hover dd {
    background: #0060b7;
}
/* product */
/* 产品详情 */
.prod-title h3{
    
    font-size: 24px;
}
.prod-title ul{
    margin-top: 30px;
    border-top: 1px dashed #999999;
    border-bottom: 1px dashed #999999;
}
.prod-title ul li{
    display: inline-block;
    margin: 0 3px;
    line-height: 34px;
    color: #999;
    font-size: 16px;
}
.prod-content{
    padding: 35px 0;
    text-indent: 28px;
    line-height: 24px;
}
.prod-content img{
    margin-left: -28px;
    max-width: 100%;
}

.nextpage{
    margin-top: 20px;
}
.nextpage,
.nextpage li {
    position: relative;
}

.nextpage li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 56px;
    line-height: 30px;
}

.nextpage li a {
    display: block;
    width: 600px;
    padding-left: 56px;
    line-height: 30px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.nextpage li a:hover {
    color: #0060b7;
}

.nextpage .back-list {
    position: absolute;
    right: 0;
    top: 10px;
    width: 140px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #0060b7;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nextpage .back-list:hover {
    opacity: .8;
}
/* 产品详情 */
/* 案例列表 */
.case-list dl {
    float: left;
    width: 303px;
    margin-bottom: 24px;
    margin-right: 14px;
}

.case-list dl:nth-child(3n) {
    margin-right: 0;
}

.case-list dl dt {
    height: 159px;
}

.case-list dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 59px;
    color: #333;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.case-list dl:hover dd {
    color: #0060b7;
}
/* 案例列表 */
/* 新闻列表 */
.news-tab{
    border-bottom: 1px solid #ddd;
}
.news-tab a{
    float: left;
    margin-right: 50px;
    padding-bottom: 13px;
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    border-bottom: 1px solid #ddd;
}
.news-tab a:hover,
.news-tab a.active{
    color: #0060b7;
    border-color: #0060b7;
}
.news-list dl{
    padding: 40px 0;
    border-bottom: 1px dashed #d7d7d7;
}
.news-list dl:last-child,
.news-list dl.last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.news-list dl dt h3{
    width: 960px;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    color: #333;
}
.news-list dl dt span{
    position: relative;
    width: 106px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: #666666;
}
.news-list dl dt span::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #fff #fff transparent transparent;
}
.news-list dl dd p{
    margin-top: 35px;
    margin-bottom: 35px;
    line-height: 28px;
    color: #666;
    font-size: 16px;
}
.news-list dl dd span{
    font-size: 16px;
    color: #999;
}
.news-list dl:hover dt h3,
.news-list dl:hover dd span{
    color: #0060b7;
}
.news-list dl:hover dt span{
    background: #0060b7;
}
/* 新闻列表 */
/* 新闻详情 */
.news-title.prod-title ul{
    margin-top: 10px;
    border: 0;
}
.news-title.prod-title ul li{
    color: #666;
    margin: 0 8px;
}
/* 新闻详情 */
.page-list{
	 float: right;
    padding: 30px 0;
    overflow: hidden;
}
.page-list ul{
    float: right;
}
.page-list ul li{
    float: left;
    height: 30px;
    margin-right: 9px;
}
.page-list ul li a{
    display: block;
    padding: 0 22px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    background: #f6f7f9;
    transition: all .3s;
}
.page-list ul li a[href]:hover{
    color: #ffffff;
    background: #1962cb;
}
.page-list ul li span{
    display: block;
    padding: 0 22px;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    background: #1962cb;
}
.SubLiuYan{
    overflow: hidden;
}
.SubLiuYanl{
    float: left;
    margin-left: 54px;
}
.SubLiuYanr{
    float: right;
    width: 571px;
    margin: 86px 23px 0 0;
}
.SubLiuYanDiv{
    float: left;
    width: 274px;
    height: 40px;
    padding: 0 11px;
    margin: 0 23px 17px 0;
    box-sizing: border-box;
    border: 1px solid #dddddd;
}
.SubLiuYanDiv span{
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 38px;
}
.SubLiuYanDiv input{
    float: left;
    width: 150px;
    height: 38px;
    font-size: 14px;
    color: #666666;
    line-height: 38px;
    outline: none;
    border: none;
    background: none;
}
.SubLiuYanDiv i{
    float: right;
    font-size: 14px;
    color: #e1321f;
    line-height: 38px;
}
.SubLiuYanDivNo{
    margin-right: 0;
}
.SubLiuYanDivText{
    width: 100%;
    height: 85px;
}
.SubLiuYanDivText span{
    float: none;
    display: block;
}
.SubLiuYanDivText textarea{
    display: block;
    width: 100%;
    height: 34px;
    outline: none;
    resize: none;
    border: none;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    background: none;
}
.SubLiuYanDivYan{
    padding-right: 0;
}
.SubLiuYanDivYan input{
    width: 110px;
}
.SubLiuYanDivYan em{
    float: right;
    width: 52px;
    font-size: 14px;
    color: #e1321f;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #dddddd;
}
.SubLiuYanWenZi{
    float: left;
    width: 100%;
}
.SubLiuYanWenZi span{
    float: left;
    width: 81px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: right;
}
.SubLiuYanWenZi em{
    float: left;
    width: 172px;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}
.SubLiuYanTiJiao{
    float: left;
    width: 100%;
    margin: 32px 0 0;
}
.SubLiuYanTiJiao button{
    float: left;
    width: 83px;
    height: 24px;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    background: #1962cb;
    border-radius: 5px;
    margin: 0 16px 0 0;
    cursor: pointer;
    transition: all .3s;
}
.SubLiuYanTiJiao button[type="reset"]{
    background: #313131;
}
.SubLiuYanTiJiao button:hover{
    background: #1962cb;
}
/* åœ¨çº¿ç•™è¨€ç»“æŸ */

/* å…³äºŽæˆ‘ä»¬å¼€å§‹ */
.SubGuanYu{
    height: 325px;
}
.SubGuan{
    height: 777px;
    background: url("../images/guanyubj1.png") no-repeat center bottom;
}
.SubGuan .w1200{
    padding: 158px 0 0;
    position: relative;
}
.SubGuans{
    position: absolute;
    left: 0;
    top: 87px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.SubGuanx{
    padding: 50px 0 0;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: right;
}
.SubRong{
    padding: 90px 0 40px;
}
.SubRongYus{
    padding: 0 0 40px;
}
.SubRongYux ul{
    width: 1230px;
}
.SubRongYux ul li{
    float: left;
    width: 589px;
    height: 56px;
    padding: 0 6px;
    line-height: 54px;
    margin: 0 26px 22px 0;
    transition: all .3s;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
}
.SubRongYux ul li h3{
    float: left;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    padding-left: 21px;
    cursor: pointer;
    transition: all .3s;
    background: url("../images/lankuai.png") no-repeat left center;
}
.SubRongYux ul li h3:hover{
    color: #1962cb;
}
.SubRongYux ul li a{
    float: right;
    font-size: 14px;
    color: #999999;
    transition: all .3s;
}
.SubRongYux ul li a:hover{
    color: #1962cb;
}
.SubRongTan{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
    background: url("../images/touming.png") repeat;
}
.SubRongTanNei{
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -263px;
    width: 600px;
    height: 527px;
    z-index: 11;
    background: #ffffff;
    border-radius: 3px;
}
.SubRongTanNeis{
    height: 65px;
    line-height: 65px;
    padding: 0 13px;
    border-bottom: 1px solid #dddddd;
}
.SubRongTanNeis span{
    float: left;
    font-size: 16px;
    color: #666666;
}
.SubRongTanNeis img{
    float: right;
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin: 28px 0 0;
}
.SubRongTanNeix{
    padding: 18px 25px 0;
}