/*reset*/
* {padding: 0;margin: 0;list-style: none;}
html,body {margin: 0 auto;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,header,section,footer {margin:0;padding:0}
body,button,input,select,textarea {font:12px/1.5 "microsoft yahei";color:#666; font-weight: normal;}
body {overflow-x: hidden;}
address,cite,dfn,em,var,i {font-style: normal}
ul,ol,dl {list-style: none}
a{text-decoration: none;outline: none;font-family: "microsoft yahei";color: #666;cursor: pointer;font-size: 12px;}
li{font-size: 12px;font-family: "microsoft yahei";list-style: none;margin: 0;padding: 0;}
em{font-style: normal;font-size: 12px;}
body,p,span{font-family: "microsoft yahei";}
img {border: none;}
p {margin: 0px;padding: 0px;word-wrap: break-word;}
:focus {outline: none;}
img {border: 0;vertical-align: middle;display: inline-block;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.clear:after {display: block;mainContent: "";clear: both;}
.transtion {transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clear:after{display: block;content: "";clear: both;}

@font-face {
	font-family:abg;
	/*src: url("BAUBODTI.TTF");*/
}


.header-box{position: fixed;top: 0;left: 0;right: 0;background:#fff;height: 100px;z-index: 99;}
.header{width: 1600px;margin: 0 auto;}
.header .logo{float: left;line-height: 100px;font-size: 0;}
.header .nav{float: right;}
.header .nav li{float: left;margin: 0 64px 0 0;}
.header .nav li a{display: block;font-size: 18px;line-height: 100px;color: #333;height: 97px;}
.header .nav li a:hover{color: #1860b2;}
.header .nav li a.on{color: #1860b2;border-bottom: 3px solid #1860b2;}
.header .search-box{float: right;line-height: 100px;position: relative;margin-left: 100px;}
.header .search-box span{float: right;width: 20px;background: url(../images/search.png) no-repeat center;height: 100px;cursor: pointer;}
.header .search-box .search{position: absolute;right: 0;top: 100px;border: 1px solid #1860b2;height: 40px;line-height: 40px;display: none;z-index: 99;width: 257px;}
.header .search-box .search input{float: left;border: none;height: 40px;font-size: 16px;padding: 0 10px;color: #333;}
.header .search-box .search a{float: right;background: #1860b2;color: #fff;font-size: 16px;padding: 0 15px;}

.banner{position: relative;}
.banner .tempWrap{overflow: initial !important;}
.banner-column{position: absolute;left: 160px;bottom: 0;z-index: 99;}
.banner .hd{position: absolute;right: 160px;margin: 0 auto;height: 110px;bottom: 0;z-index: 99;}
.banner .hd .next{position: absolute;right: 0;top: 25px;height: 30px;font-size: 0;line-height: 30px;}
.banner .hd .prev{position: absolute;right: 0;bottom: 25px;height: 30px;font-size: 0;line-height: 30px;}
.banner .banner-column{background: rgba(0,0,0,0.45);height: 110px;float: left;}
.banner .banner-column li{float: left;width: 325px;transition: all 0.5s;height: 110px;position: relative;}
.banner .banner-column li dl{position: absolute;right: 0;left: 0;bottom: 0;height: 110px;transition: all 0.5s;transform-origin: bottom center;bottom: 0;left: 0;font-size: 0;
text-align: center;line-height: 110px;}
.banner .banner-column li dl dt{display: inline-block;height: 60px;vertical-align: middle;margin-right: 25px;line-height: 60px;font-size: 0;}
.banner .banner-column li dl dd{display: inline-block;height: 60px;vertical-align: middle;text-align: left;line-height: 24px;}
.banner .banner-column li dl dd b{font-size: 18px;color: #fff;display: block;transition: all 0.5s;margin-top: 8px;}
.banner .banner-column li dl dd p{font-size: 12px;color: #fff;text-transform: uppercase;opacity: 0.6;transition: all 0.5s;}
.banner .banner-column li:hover dl{background: url(../images/on.png) no-repeat center;height: 148px;line-height: 148px;}
.banner .banner-column li:hover dl dd{line-height: 34px;}
.banner .banner-column li:hover dl dd b{font-size: 24px;margin-top: 0px;}
.banner .banner-column li:hover dl dd p{font-size: 14px;}
.banner .hd .pageState{position: absolute;right: 70px;top: 0;font-size: 18px;color: #fff;font-family: abg;line-height: 110px;}
.banner .hd .pageState span{font-size: 28px;font-family: abg;}
.banner .bd li{background-size: cover;background-repeat: no-repeat;}

.index-title{
    margin: auto;
    display: table;
    text-align: center;
}
.index-title span{text-transform: uppercase;font-size: 48px;color: #333;font-family: abg;}
.index-title h3{font-size: 36px;color: #C60202;font-weight: normal;}

.section02{background: url(../images/section02-bg.png) no-repeat center;}
.section02 dl{width: 1600px;margin: 75px auto 0;overflow: hidden;}
.section02 dl dt{float: right;width: 54%;position: relative;overflow: hidden;font-size: 0;}
.section02 dl dt .post{position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: auto;z-index: 99;}
.section02 dl dt .play{position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: auto;z-index: 99;cursor: pointer;
animation: opa 3s  infinite;
-webkit-animation:opa 3s infinite;}
@keyframes opa{
	0%{
		opacity: 0.1;
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0.1;
	}
}
.section02 dl dt video{max-width: 100%;position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: auto;}
.section02 dl dd{float: left;width: 41.8%;}
.section02 dl dd p{font-size: 16px;line-height: 30px;margin: 20px 0;}
.section02 dl dd a{font-size: 16px;line-height: 30px;display: block;background: url(../images/right02.png) no-repeat 80px center;margin: 20px 0;}
.section02 dl dd img{max-width: 100%;}

.section03{background: url(../images/section03-bg.jpg) no-repeat center;}
.section03 .index-title{text-align: center;color: #fff;}
.section03 .index-title span{color: #fff;}
.section03 .index-title h3{color: #fff;}
.section03-list{width: 1600px;margin: 50px auto 30px;overflow: hidden;}
.section03-list dl{float: left;width: 16.5%;position: relative;transition: all 0.5s;}
.section03-list dl dt{text-align: center;font-size: 0;overflow: hidden;height: 414px;line-height: 414px;}
.section03-list dl dt img{max-height: 100%;}
.section03-list dl dd{position: absolute;background: rgba(0,0,0,0.3);top: 0;left: 0;bottom: 0;margin: auto;transition: all 0.5s;width: 100%;}
.section03-list dl dd p{height: 60px;width: auto;margin: 150px auto 0;text-align: center;font-size: 0;line-height: 60px;transition: all 0.5s;}
.section03-list dl dd b{display: block;font-size: 20px;color: #fff;text-align: center;margin: 30px 0;}
.section03-list dl dd div{color: #fff;font-size: 16px;margin: 0 45px;opacity: 0;transition: all 0.5s;line-height: 30px;}
.section03 a.more{display: block;font-size: 16px;color: #fff;color: #fff;width: 100px;background: url(../images/right.png) no-repeat right center;margin: 0 auto;line-height: 30px;
background-size: 25%;}
.section03-list dl:hover dd{width: 300px;background: rgba(191,3,4,0.6);}
.section03-list dl:hover dd p{margin-top: 100px;}
.section03-list dl:hover dd div{opacity: 1;}

.section04{background: url(../images/section04-bg.png) no-repeat center;}
.section04 .index-title{text-align: center;margin-top: 75px;}
.section04-list{position: relative;margin-top: 50px;}
.section04-list dl{width: 1600px;margin: 0 auto;background: #fff;overflow: hidden;}
.section04-list dl dt{float: left;position: relative;width: 724px;overflow: hidden;}
.section04-list dl dt img{max-width: 100%;transition: all 0.5s; width: 724px; height: 509px;}
.section04-list dl div{position: absolute;right: 0;left: 0;bottom: 0;height: 112px;background: rgba(0,0,0,0.4);transition: all 0.5s;}
.section04-list dl div h3{margin: 12px 40px 0;color: #fff;font-weight: normal;line-height: 30px;overflow: hidden;}
.section04-list dl div h3 em{font-family: abg;font-size: 24px;float: left;line-height: 32px;}
.section04-list dl div h3 span{font-size: 20px;margin-left: 30px;float: left;}
.section04-list dl div p{margin: 0 40px 0 140px;color: #fff;opacity: 0.65;font-size: 16px;line-height: 28px;}
.section04-list dl dt:hover div{background: #C60202;}
.section04-list dl dt:hover img{transform: scale(1.1);}
.section04-list dl dd{float: right;width: 876px;padding-top: 25px;}
.section04-list dl dd div{position: relative;background: none;border-bottom: 1px solid #d2d2d2;width: 765px;margin: 0 auto;height: auto;overflow: hidden;
padding-bottom: 25px;}
.section04-list dl dd div::before{position: absolute;left: 0;bottom: 0;content: "";height: 1px;background: #C60202;width: 0;transition: all 0.5s;}
.section04-list dl dd div:last-child{border-bottom: none;}
.section04-list dl dd div h3{color: #333;margin: 25px 0 0;transition: all 0.5s;}
.section04-list dl dd div p{color: #666;margin: 15px 0 0 100px;opacity: 1;}
.section04-list dl dd div:hover h3{margin-left: 30px;color: #C60202;}
.section04 a.more{display: block;font-size: 16px;color: #666;width: 100px;background: url(../images/right02.png) no-repeat right center;margin: 30px auto 0;line-height: 30px;
background-size: 25%;}

.section05{background:#bdbdbd;}
.section05-list{width: 1600px;overflow: hidden;margin: 75px auto 0;}
.section05-contact{float: left;width: 808px;background: #fff;padding-bottom: 60px;}
.section05-contact dt{position: relative;overflow: hidden;font-size: 0;}
.section05-contact dt img{max-width: 100%;}
.section05-contact dt .index-title{position: absolute;left: 50px;bottom: 80px;color: #fff;}
.section05-contact dt .index-title span{color: #fff;}
.section05-contact dt .index-title h3{color: #fff;}
.section05-contact dd{margin:20px 25px;overflow: hidden;}
.section05-contact dd div{overflow: hidden;position: relative;}
.section05-contact dd div::before{position: absolute;left: 33.33%;width: 1px;content: "";height: 144px;background: #e5e5e5;top: 0;}
.section05-contact dd div::after{position: absolute;right: 33.33%;width: 1px;content: "";height: 144px;background: #e5e5e5;top: 0;}
.section05-contact dd div p{float: left;width: 33.333%;height: 144px;}
.section05-contact dd div p em{display: block;height: 40px;line-height: 40px;font-size: 0;text-align: center;margin-top: 20px;}
.section05-contact dd div p span{display: block;font-size: 16px;margin: 10px 15px;}
.section05-contact dd a{display: block;font-size: 16px;color: #666;width: 100px;background: url(../images/right02.png) no-repeat right center;margin: 30px auto 0;line-height: 30px;
background-size: 25%;}
.section05-join{float: right;width: 752px;}
.section05-join dl{position: relative;}
.section05-join dl dt img{max-width: 100%;}
.section05-join dl dd{right: 0;bottom: 0;background: #fff;color: #666666;left: 39.5%;padding:42px 55px 55px;}
.section05-join dl dd .index-title h3{color: #fff;}
.section05-join dl dd .index-title span{color: #fff;}
.section05-join dl dd p{font-size: 16px;line-height: 28px;opacity: 0.8;margin: 20px 0px 40px 0;color:#666666;}
.section05-join dl dd a{display: block;font-size: 16px;color: #666666;width: 180px;background: url(../images/right.png) no-repeat right center;margin: 0;line-height: 30px;
background-size: 25%;}
.section05-join dl dd .index-title h3{font-size: 20px;color:#666666;}

.section06{height: auto !important;}
.fp-tableCell{height: auto !important;}

.footer{height: 353px;overflow: hidden;background: #363636;}
.footer-top{width: 1600px;margin: 45px auto 25px;overflow: hidden;}
.footer-top-nav{float: left;}
/* .footer-top-nav ul{overflow: hidden;} */
.footer-top-nav ul li{float: left;margin-right: 75px;}
.footer-top-nav ul li a{font-size: 20px;color: #fff;display: block;line-height: 40px;}
.footer-top-nav ul li ul{display: block !important;}
.footer-top-nav ul li ul li{float: initial;margin: 0;position: relative;}
.footer-top-nav ul li ul li::before{position: absolute;left: -30px;top: 4px;content: "";width: 20px;height: 20px;}
.footer-top-nav ul li ul li.on::before{display: block;}
.footer-top-nav ul li ul li a{font-size: 15px;color: #b4b4b4;line-height: 32px;}
.footer-top-nav ul li ul li a:hover{text-decoration: underline;}
.footer-top-nav ul li div.asd{
     padding-top: 6px;
}
.footer-top-link{float: right;}
.footer-top-link select{border: 1px solid rgba(255,255,255,0.65);height: 40px;width: 368px;color: #fff;font-size: 16px;background: url(../images/triangle.png) no-repeat 336px center;
padding: 0 20px;box-sizing: border-box;appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;}
.footer-top-link select option{background: #363636;}
.footer-top-link div{font-size: 16px;color: #FFFFFF;opacity: 0.65;text-align: right;margin-top: 20px;}
.footer-top-link div a{font-size: 16px;color: #FFFFFF;}
.footer-bot{text-align: center;font-size: 15px;opacity: 0.65;color: #fff;line-height: 50px;border-top: 1px solid rgba(255,255,255,0.65);}
.footer-bot a{font-size: 15px;color: #fff;}

.innerBanner{position: relative;height: 482px;overflow: hidden;margin-top: 100px;}
.innerBanner img{position: absolute;left: 50%;margin-left: -960px;}

.innerPosition-box{position: relative;width: 1280px;margin: 0 auto;}
.innerPosition{position: absolute;left: 0;bottom: 0;right: 0;height: 70px;background: rgba(0,0,0,0.38);line-height: 70px;}
.innerPosition div{float: left;width: 382px;height: 70px;background: url(../images/on02.png) no-repeat center;font-size: 24px;color: #fff;text-indent: 40px;}
.innerPosition p{float: right;margin-right: 40px;font-size: 16px;color: #fff;padding-left: 30px;background: url(../images/position.png) no-repeat left center;}
.innerPosition p a{font-size: 16px;color: #fff;}
.innerPosition p a:last-child{font-size: 16px;color: #f2f2f2;}

.innerContent-box{background: url(../images/bg.png) no-repeat top center;background-size: cover;overflow: hidden;}
.innerContent{width: 1280px;margin: 0 auto 50px;background: #fff;overflow: hidden;}
.innerNav-news{float: left;width: 382px;overflow: hidden;}
.innerNav{float: left;width: 382px;}
.innerNav li a{display: block;line-height: 63px;border-bottom: 1px solid #e5e5e5;font-size: 18px;color: #333;text-indent: 50px;transition: all 0.5s;
background: url(../images/right03.png) no-repeat 350px center;position: relative;}
.innerNav li a::before{position: absolute;left: 40px;top: 0;bottom: 0;height: 2px;width: 2px;content: "";margin: auto;background: #333;transition: all 0.5s;}
.innerNav li a:hover{color: #C60202;background: url(../images/right04.png) no-repeat 350px center;}
.innerNav li a:hover::before{background: #C60202;}
.innerNav li a.on{color: #C60202;background: url(../images/right04.png) no-repeat 350px center;}
.innerNav li a.on::before{background: #C60202;}
.innerNav ul li ul{display: none;}
.innerNav ul li ul li{margin-left: 50px;}
.innerNav ul li ul li a{line-height: 44px;height: 44px;font-size: 16px;text-indent: 0;background: url(../images/right03.png) no-repeat 300px center;}
.innerNav ul li ul li a:hover{background: url(../images/right04.png) no-repeat 300px center;}
.innerNav ul li ul li a::before{display: none;}
.innerNav ul li:hover ul{display: block;}

.innerNav-news .news{float: left;margin: 45px 0 45px 25px;}
.innerNav-news .news h3{font-size: 20px;color: #333333;padding-left: 15px;border-left: 4px solid #c60202;font-weight: normal;height: 20px;line-height: 18px;}
.innerNav-news .news ul{margin-top: 10px;}
.innerNav-news .news ul li a{display: block;font-size: 16px;line-height: 40px;position: relative;padding-left: 16px;transition: all 0.5s;}
.innerNav-news .news ul li a::before{position: absolute;left: 0;top: 0;bottom: 0;width: 6px;height: 6px;background: #d2d2d2;border-radius: 50%;content: "";margin: auto;
transition: all 0.5s;}
.innerNav-news .news ul li a:hover{color: #C60202;}
.innerNav-news .news ul li a:hover::before{background: #C60202;}


.innerPage{float: right;width: 786px;margin-right: 55px;padding-bottom: 50px;}
.innerPage-title{font-size: 24px;color: #333;margin: 20px 0;border-left: 3px solid #C60202;padding-left: 25px;height: 24px;line-height: 24px;}
.innerPage-list{font-size: 16px;line-height: 28px;min-height: 350px;}
.innerPage-list{max-width: 100%; padding-top: 15px;}

.organization-title{border-bottom: 1px solid #e5e5e5;overflow: hidden;margin: 20px 0;}
.organization-title span{float: left;margin-right: 80px;font-size: 24px;height: 50px;color: #333;border-bottom: 3px solid #fff;cursor: pointer;}
.organization-title span.on{font-weight: bold;border-color: #C60202;}
.organization-list{font-size: 16px;line-height: 28px;min-height: 350px;}
.organization-list *{max-width: 100%;}
.organization-list-item{display: none;}
.organization-list-item.on{display: block;}

.innerProduct{width: 1280px;margin: 0 auto;}
.innerProduct dl{background: #fff;padding: 40px 45px;margin: 25px 0;overflow: hidden;}
.innerProduct dl dt{float: left;width: 725px;height: 414px;font-size: 0;text-align: center;line-height: 414px;overflow: hidden;position: relative;}
.innerProduct dl dt img{max-width: 100%;}
.innerProduct dl dd{float: right;width: 400px;margin-right: 20px;}
.innerProduct dl dd b{font-size: 162px;height: 130px;display: block;line-height: 100px;color: #999;opacity: 0.1;position: relative;left: -95px;transition: all 0.5s;}
.innerProduct dl dd h3{font-size: 24px;font-weight: bold;color: #333;}
.innerProduct dl dd p{font-size: 16px;margin: 20px 0 30px;line-height: 28px;}
.innerProduct dl dd span{display: block;font-size: 16px;color: #666;width: 100px;background: url(../images/right02.png) no-repeat right center;margin: 0;line-height: 30px;
background-size: 25%;transition: all 0.5s;}
.innerProduct dl:hover dd b{color: #C60202;}
.innerProduct dl:hover dd span{color: #C60202;background: url(../images/right05.png) no-repeat right center;}

.innerProperty{width: 1210px;margin: 0 auto;background: #fff;padding: 50px 35px;overflow: hidden;}
.innerProperty .innerProperty-brief{float: left;width: 382px;}
.innerProperty .innerProperty-brief h3{font-size: 24px;color: #333;padding-left: 25px;height: 24px;border-left: 3px solid #C60202;line-height: 24px;}
.innerProperty .innerProperty-brief img{max-width: 100%;margin: 30px 0 10px;}
.innerProperty .innerProperty-brief p{font-size: 16px;line-height: 28px;}
.innerProperty .innerProperty-case{float: right;width: 784px;border-top: 1px solid #e5e5e5;}
.innerProperty .innerProperty-case-list{padding: 20px 10px 30px;margin: 0px 0 0px;border-bottom: 1px solid #e5e5e5;transition: all 0.3s;overflow: hidden;}
.innerProperty .innerProperty-case-h3{font-size: 18px;color: #333;font-weight: bold;margin-left: 30px;position: relative;transition: all 0.5s;}
.innerProperty .innerProperty-case-h3::before{position: absolute;left: -30px;top: 0;bottom: 0;width: 10px;height: 10px;content: "";background: #333333;border-radius: 50%;
margin: auto;transition: all 0.5s;}
.innerProperty .innerProperty-case-div-box{font-size: 16px;margin: 10px 0;line-height: 28px;overflow: hidden;transition: all 0.5s;height: 84px;}
.innerProperty .innerProperty-case-span{font-size: 16px;display: block;background: url(../images/more.png) no-repeat 80px center;margin-top: 20px;width: 110px;cursor: pointer;}
.innerProperty .innerProperty-case-nav{margin: 20px 0 0 30px;overflow: hidden;display: none;}
.innerProperty .innerProperty-case-nav li{float: left;margin-right: 20px;}
.innerProperty .innerProperty-case-nav li a{font-size: 16px;color: #C60202;}
.innerProperty .innerProperty-case-list.on{background: #f8f8f8;}
.innerProperty .innerProperty-case-list.on .innerProperty-case-h3{color: #C60202;}
.innerProperty .innerProperty-case-list.on .innerProperty-case-h3::before{background: #C60202;}

.innerBr-case .innerProperty-case-list{padding: 20px 10px;}
.innerBr-case .innerProperty-case-a{font-size: 16px;display: block;background:#C60202 url(../images/right.png) no-repeat 95px center;margin-top: 0px;margin-left: 30px;
width: 135px;cursor: pointer;height: 35px;line-height: 35px;color: #fff;background-size: 20%;text-indent: 15px;height: 0;transition: all 0.5s;}
.innerBr-case .innerProperty-case-div-box{margin-left: 30px;height: 56px;overflow: hidden;}

.innerProperty .innerPage{width: 784px;margin-right: 0;}
.innerProperty .innerPage .organization-title span{margin-right: 50px;}

.innerNews{width: 1210px;margin: 0 auto;background: #fff;padding: 0 35px 50px;overflow: hidden;}
.innerNews-list-title{overflow: hidden;margin: 40px 0 20px;}
.innerNews-list-title p{float: left;font-size: 24px;color: #333;margin-right: 20px;}
.innerNews-list-title span{float: left;font-size: 18px;text-transform: uppercase;line-height: 36px;}
.innerNews-list-title a{float: right;width: 25px;height: 24px;margin-top: 6px;}
.innerNews-list dl{overflow: hidden;}
.innerNews-list dl dt{float: left;width: 406px;height: 277px;font-size: 0;line-height: 277px;}
.innerNews-list dl dt img{max-width: 100%;max-height: 100%;}
.innerNews-list dl dd{float: right;width: 770px;}
.innerNews-list dl dd a{display: block;height: 45px;line-height: 45px;border-bottom: 1px solid #e5e5e5;transition: all 0.5s;transform-origin: right center;}
.innerNews-list dl dd a p{float: left;font-size: 16px;color: #333333;margin-left: 20px;position: relative;transition: all 0.5s;}
.innerNews-list dl dd a p::before{position: absolute;left: -20px;top: 0;bottom: 0;margin: auto;width: 6px;height: 6px;content: "";background: #d2d2d2;border-radius: 50%;
transition: all 0.5s;}
.innerNews-list dl dd a span{float: right;font-size: 16px;color: #999999;}
.innerNews-list dl dd a:hover p{color: #C60202;}
.innerNews-list dl dd a:hover p::before{background: #C60202;}

.innerNewsList{width: 820px;float: right;margin-right: 30px;}
.innerNewsList-list{border-bottom: 1px solid #d2d2d2;padding: 0 15px;transition: all 0.5s;}
.innerNewsList-list h3{height: 75px;line-height: 75px;font-size: 20px;color: #333;font-weight: normal;overflow: hidden;transition: all 0.5s;}
.innerNewsList-list h3 em{float: left;font-size: 24px;font-family: abg;margin-right: 20px;line-height: 78px;height: 75px;}
.innerNewsList-list p{font-size: 16px;margin-left: 90px;display: none;margin-bottom: 20px;}
.innerNewsList-list div{font-size: 16px;background:#C60202 url(../images/right.png) no-repeat 95px center;margin-top: 0px;margin-left: 90px;margin-bottom: 25px;
width: 135px;cursor: pointer;height: 35px;line-height: 35px;color: #fff;background-size: 20%;text-indent: 15px;height: ;display: none;}

.innerDetails{width: 820px;float: right;margin-right: 30px;}
.innerDetails .innerDetails-title{margin: 20px 0;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.innerDetails .innerDetails-title h3{font-size: 24px;color: #333;line-height: 50px;font-weight: normal;}
.innerDetails .innerDetails-title p{font-size: 16px;color: #999;}
.innerDetails .innerDetails-content{font-size: 16px;line-height: 28px;min-height: 350px;}
.innerDetails .innerDetails-content *{max-width: 100%;}
.innerDetails .innerDetails-back{margin: 50px 0;position: relative;}
.innerDetails .innerDetails-back p{font-size: 16px;line-height: 30px;}
.innerDetails .innerDetails-back p em{font-weight: bold;font-size: 16px;}
.innerDetails .innerDetails-back p a{font-size: 16px;}
.innerDetails .innerDetails-back a.back{position: absolute;right: 0;top: 0;width: 127px;height: 42px;color: #fff;font-size: 16px;line-height: 42px;
text-indent: 30px;background: #C60202 url(../images/back.png) no-repeat 80px center;}

.innerConatct{float: right;width: 784px;margin-right: 30px;}
.innerConatct dl{margin: 40px 0;}
.innerConatct dt{border-bottom: 1px dashed #e9e9e9;margin: 20px 0;padding-bottom: 20px;}
.innerConatct dt img{max-width: 100%;}
.innerConatct dt h3{font-size: 24px;color: #333;font-weight: normal;margin-top: 10px;}
.innerConatct dd{font-size: 16px;line-height: 28px;}

.innerJoin{overflow: hidden;}
.innerJoin-brief{float: left;width: 382px;}
.innerJoin-brief div{position: relative;overflow: hidden;font-size: 0;}
.innerJoin-brief div video{max-width: 100%;}
.innerJoin-brief div .asd{position: absolute;right: 0;top: 0;left: 0;bottom: 0;}
.innerJoin-brief div .play{position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: auto;z-index: 99;cursor: pointer;width: 30px;
animation: opa 3s  infinite;
-webkit-animation:opa 3s infinite;}
.innerJoin-brief p{font-size: 16px;line-height: 28px;margin:10px 0px 10px 25px;}
.innerJoin-brief a{font-size: 14px;background:url(../images/right02.png) no-repeat 70px center;margin-top: 0px;margin-left: 25px;margin-bottom: 25px;
width: 135px;cursor: pointer;height: 35px;line-height: 35px;color: #666;background-size: 20%;display: block;}
.innerJoin-list{float: right;width: 820px;margin-right: 30px;}
.innerJoin-list-title{height: 53px;line-height: 53px;background: #C60202;color: #fff;font-size: 18px;text-indent: 30px;margin: 25px 0;}
.innerJoin-list-item{margin-bottom: 20px;}
.innerJoin-list-item-div1{font-size: 16px;color: #333;font-weight: bold;margin-left: 30px;margin-bottom: 10px;position: relative;}
.innerJoin-list-item-div1::before{position: absolute;left: -30px;top: 0;bottom: 0;width: 9px;height: 9px;content: "";background: #C60202;border-radius: 50%;
margin: auto;}
.innerJoin-list-item-div2{margin-left: 30px;font-size: 16px;line-height: 28px;}
.innerJoin-list-item-div2 *{max-width: 100%;}

.layui-laypage{
    text-align: center;
    float: right;
    margin: 30px 25px;
    
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background: #C60202;}

/*联系我们*/
.pageabout {
    background: #fff;
    line-height: 32px;
    font-size: 15px;
}
.clearfix {
    zoom: 1;
}
.contents{
    padding: 68px 30px;
}

.contact h2{ display:inline-block; border-bottom:1px dashed #d3d1d0;font-size:20px !important;font-style:normal !important; color:#333; line-height:32px; margin-bottom:20px; padding-bottom:8px;}
.contact ul li{ font-size:14px; color:#3c3c3c; line-height:40px; padding-left:50px;font-style:normal !important; }
.contact ul li:nth-child(1){ background:url(../images/phone.png) no-repeat 0 7px;}
.contact ul li:nth-child(2){ background:url(../images/di.png) no-repeat 0 7px;}
.contact ul li:nth-child(3){ background:url(../images/message.png) no-repeat 0 7px;}
.contact table{ margin-top:20px; width:80%;}
.contact table tr td{ width:50%;}
.contact table tr td p{ font-size:14px; color:#666; line-height:30px; text-indent: 1em; }
.contact{  margin-top:30px; margin-bottom:50px;}
.map{ width:100%; margin-bottom:50px;}
.contact_left{ width:40%; float:left; padding-right:20px; box-sizing:border-box;}
.contact_right{ width:60%; float:left; box-sizing:border-box;}
@media only screen and (max-width:1240px){
    .contact ul li{ padding-left:40px; }
    .contact h2{ font-size:18px;}
    .contact_left{ width:50%; }
    .contact_right{ width:50%;}

    .contact{ margin-top:0px; }
    .contact table{ width:100%;}
}
@media only screen and (max-width:992px){
    .contact_left{ width:100%; float:none; }
    .contact_right{ width:100%;float:none;}
    .contact{margin-bottom:30px; }
}
.contact_left h2{
    font-size: 30px;
}
.contact_left p{
    font-size: 20px;
}


/*公司团队*/
.ldbz{
    max-width: 80%;;
    overflow: hidden;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.ldbz ul.teamlist{ overflow:hidden; padding-top: 32px;}
.ldbz ul.teamlist li{width:50%; height:auto; display:inline; float:left;}
.ldbz ul.teamlist li table{ margin:20px auto;}
.ldbz ul.teamlist li table td{ line-height:22px; vertical-align:top;}
.ldbz ul.teamlist li table td.nr{ background:url(../images/KesliLine.jpg) repeat-x left bottom; width:62%; height:auto; }
.ldbz ul.teamlist li table td.ksp a{ display:block; height:auto; padding:5px; border:1px solid #e7e7e7; margin-right:18px;}
.ldbz ul.teamlist li table td.nr h1{ color:#dab55c; font-size:1.5em; font-weight:400; display:inline-block; padding:20px 0px;}
.ldbz ul.teamlist li table td.nr h1 label{ color:#5d5d5d; font-family:"宋体"; font-size: 1.2rem; padding-left:20px;}
.ldbz ul.teamlist li table td.nr div{ line-height:38px; color:#777777; padding:5px; margin:auto auto 10px auto; font-size:1.1em;}
.ldbz ul li table td.nr a{ background:#dab55c; color:#fff; padding: 5px 12px;font-size: 15px;}

/*内容详情页面*/
.pageabout {
    background: #fff;
    padding: 0% 3%;
    line-height: 32px;
    font-size: 15px;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nctitle {
    font-family: "黑体";
    color: #333333;
    font-size: 22px;
    line-height: 1.5;
}
.ncoher {
    margin-top: 15px;
    overflow: hidden;
}
.ncts {
    float: left;
    vertical-align: middle;
    clear: both;
}
.nvreturn {
    float: right;
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
}
.nvreturn i {
    color: #b8b8b9;
    font-size: 20px;
    margin-left: 7px;
}
.ncts p {
    float: left;
    margin-right: 10px;
}
.ncparagraph {
    margin-top: 15px;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
    color: #666666;
    font-size: 14px;
}
.layui-laypage >li.page-item{
    display: inline;
    float: left;
    margin: 2px 5px;
    
}
#pagelist{
    width: 100%;
    display: table;
    margin: auto;
    overflow: hidden;
}

/*首页业务板块幻灯片切换*/
#div1{width: 100%;height: 937px;margin:auto;border: 10px solid #eee;position: relative;}
#div1>img{width: 100%;height: 937px;}
#div1>span{display: inline-block;position: absolute;width: 50px;height: 50px;border-radius: 25px;background:rgba(0,0,0,.3); font-size: 30px;line-height: 50px;text-align: center;cursor: pointer;color: white;}
#div1>span:hover{background:rgba(255,255,255,.5);color:black;transform:scale(1.3);}
#div1>span#L{left: 100px;top: 50%;}
#div1>span#R{right: 100px;top: 50%;}
#div1 #ul{
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 125px;
    height: 20px;
    margin-left: -62px;
    
}
#div1 #ul li{list-style: none;float: left;height: 20px;width: 20px;border-radius: 10px;background:rgba(255,255,255,.5); margin-right: 5px;cursor: pointer;}
#div1 #ul .active{background:rgba(0,0,0,.5);}