﻿﻿@charset "utf-8";
/****** Home-banner ******/
#banner { position: relative; overflow: hidden; }
#banner .owl-theme .owl-controls .owl-nav [class*=owl-] { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; transition: all 0.3s linear; opacity: 0; filter: alpha(opacity=0); }
#banner .owl-theme .owl-controls .owl-nav .owl-prev { left: -100px; background: url('../images/bl.png') no-repeat center center; }
#banner .owl-theme .owl-controls .owl-nav .owl-next { right: -100px; background: url('../images/br.png') no-repeat center center; }
#banner .owl-theme .owl-dots { position: absolute; left: 0; bottom: 10px; text-align: center; width: 100%; }
#banner .owl-theme .owl-dots .owl-dot { width: 12px; height: 12px; margin: 5px; transition: all 0.3s ease-out; border-radius: 50%; }
#banner .owl-theme .owl-dots .owl-dot span { width: 12px; height: 12px; background: none; transition: all 0.3s ease-out; border: 1px solid #fff; border-radius: 50%; margin: 0; }
#banner .owl-theme .owl-dots .active { background: #fff; }
#banner .owl-theme .owl-dots .active span { background: #fff; }
#banner .ban .Item { height: 575px; background-position: center center; background-repeat: no-repeat; }
#banner .ban .Item img { display: none; }

#banner .Quotes { position: absolute; right: 0; top: 0; width: 100%; height: 0; z-index: 98; }
.Quotes .Qfrom { background-image: url('../images/hsbg.png'); width: 330px; height: 400px; padding: 20px 40px; color: #fff; text-align: center; position: relative; top: 100px; float: right; }
.Quotes .Qfrom input { line-height: 40px; height: 40px; margin-bottom: 14px; width: 100%; padding: 0 10px; font-size: 14px; color: #333; }
.Quotes .Qfrom input.sub { color: #fff; }
.Quotes .Qfrom form { margin-top: 15px; }
.Quotes .Qfrom .Qfrom-T { font-size: 16px; line-height: 25px; }
.Quotes .Qfrom .Qfrom-b { font-size: 14px; line-height: 20px; }

/****** Home-public ******/
.Homebg { background-image: url('../images/homebg.jpg'); }
.section { padding: 40px 0 20px 0; }
.Title { text-align: center; margin-bottom: 30px; }
.Tit-cn { font-size: 30px; color: #db0000; line-height: 40px; }
.Tit-en { font-size: 16px; color: #666; line-height: 30px; font-weight: bold; font-style: italic; font-family: 'PingFangELf1c6bc6035a8d'; }
.slogan { font-size: 16px; color: #666; line-height: 30px; }
a.Check-more { position: relative; z-index: 1; transition: all 0.3s ease-out; display: block; width: 180px; height: 60px; background: #fff; border: 1px solid #db0000; color: #db0000; line-height: 60px; text-align: center; margin: 0 auto; border-radius: 5px; font-size: 16px; position: relative; overflow: hidden; letter-spacing: .08em; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }
a.Check-more .icon-jia { font-size: 12px; margin-left: 5px; }
a.Check-more:after { content: ""; position: absolute; background: #db0000; height: 0%; left: 50%; top: 50%; width: 100%; z-index: -1; -webkit-transition: all .3s ease 0s; -moz-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; transition: all .3s ease 0s; -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
a.Check-more:hover { color: #fff; background: transparent; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
a.Check-more:hover:after { height: 420%; }

#Ascendancy { background: #fbfbfb; border-bottom: 1px solid #ebebeb; padding: 25px 0; }
#Ascendancy li { float: left; width: 25%; text-align: center; }
#Ascendancy .Item img { }
#Ascendancy .Item span { margin: 15px 0; font-size: 20px; line-height: 20px; color: #000; }
#Ascendancy .Item p { font-size: 16px; color: #666; line-height: 20px; margin-bottom: 20px; }

.TabT { margin-bottom: 30px; text-align: center; font-size: 0; }
.TabT a { background: #fff; font-size: 16px; color: #666; line-height: 40px; width: 120px; display: inline-block; border-top: 1px solid #e4e4e4; border-left: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; transition: all 0.3s ease-out; }
.TabT a:last-child { border-right: 1px solid #e4e4e4; }
.TabT a:hover, .TabT a.cur { background: #db0000; color: #fff; }
.Cbox li { float: left; width: 386px; text-align: center; margin-right: 20px; margin-bottom: 30px; }
.Cbox li:nth-child(3n) { margin-right: 0; }
.Cbox .Item .pic { position: relative; margin-bottom: 5px; overflow: hidden; }
.Cbox .Item .pic img { width: 100%; transition: all 0.3s linear; }
.Cbox .Item .btn { transition: all 0.3s ease-out; position: absolute; left: 50%; bottom: 0; width: 120px; height: 40px; margin-left: -60px; color: #fff; line-height: 40px; background-image: url('../images/back.png'); }
.Cbox .Item span { font-size: 18px; color: #000; line-height: 40px; font-weight: 500; transition: all 0.3s ease-out; }
.Cbox .Item p { font-size: 14px; color: #999; line-height: 20px; }
.Cbox .Item:hover .btn { background: #db0000; }

.Cbox .Item:hover .pic img { transform: scale(1.1); }

#Advert { background: url('../images/advertbanner.jpg')no-repeat center; height: 245px; padding: 60px 0; color: #fff; }
#Advert .text .line { width: 80px; height: 5px; background: #fff; display: block; margin-bottom: 20px; }
#Advert .text span { font-size: 31px; line-height: 40px; margin-bottom: 15px; }
#Advert .text p { font-size: 20px; }
#Advert .Free-experience { margin-top: 30px; width: 200px; line-height: 60px; text-align: center; color: #fff; font-size: 24px; border-radius: 5px; border: 1px solid #fff; display: block; }
#Advert .Free-experience .icon-goright { font-size: 22px; margin-left: 10px; }
#Advert .Free-experience:hover { color: #db0000; border-color: #db0000; }

#Choose { background: #f5f5f5; }
#Choose li { float: left; height: 285px; width: 390px; text-align: center; margin-right: 15px; margin-bottom: 15px; background: #fff; border: 1px solid #f0f0f0; }
#Choose li:nth-child(3n) { margin-right: 0; }
#Choose .Item { padding: 20px 40px; transition: all 0.3s ease-out; }
#Choose .Item .pic { position: relative; width: 115px; height: 115px; border-radius: 50%; overflow: hidden; border: 1px solid #ececec; margin: 0 auto; transition: all 0.3s ease-out; }
#Choose .Item .pic img { transition: all 0.3s ease-out; position: relative; top: 0; left: 0; }
#Choose .Item span { font-size: 18px; color: #000; line-height: 40px; font-weight: 500; }
#Choose .Item p { font-size: 14px; color: #999; line-height: 22px; height: 88px; overflow: hidden; }
#Choose .Item:hover { box-shadow: 3px 3px 5px 1px #e4e4e4; border-color: #db0000; }
#Choose .Item:hover .pic { background: #db0000; }
#Choose .Item:hover h4 { color: #db0000; }
#Choose .Item:hover .pic img { top: -115px; }

#AboutUs { background: url('../images/aboutbg.jpg')no-repeat center center; height: 716px; }
#AboutUs .Title { margin-bottom: 40px; }
#AboutUs .Tit-cn { color: #fff; }
#AboutUs .Tit-en { color: #fff; }
#AboutUs .slogan { color: #b6b5b5; }
#AboutUs .main { position: relative; }
.about-text { width: 620px; height: 430px; color: #fff; background-image: url('../images/aboutbg.png'); padding: 60px 70px 70px 50px; position: relative; z-index: 6; }
.about-text h3 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
.about-text p { font-size: 14px; color: #f1dddd; line-height: 25px; }
.about-text .MoreH { position: absolute; left: 50px; bottom: 70px; width: 150px; height: 40px; font-size: 14px; color: #000; background: #fff; text-align: center; line-height: 40px; }
.about-text .MoreH:hover { color: #db0000; }
.about-pic { position: absolute; right: 0; top: 15px; z-index: 8; }
.Alist { color: #fff; position: absolute; left: 0; top: 0; padding: 80px 100px; width: 100%; }
.Alist li { float: left; width: 50%; text-align: center; margin-bottom: 50px; }
.Alist li strong { display: block; font-size: 45px; line-height: 60px; font-weight: 500; }
.Alist li .number { font-family: 'DINCond-Mediumf17bc02ea5a8d'; font-size: 45px; line-height: 60px; font-weight: 500; display: inline-block; }
.Alist li .jia { display: inline-block; font-size: 32px; line-height: 60px; position: relative; top: -5px; }
.Alist li span { font-size: 14px; line-height: 20px; }
.Alist li:last-child strong { font-size: 30px; font-family: 'Microsoft YaHei'; }
.Alist li:nth-child(3), .Alist li:nth-child(4) { margin-bottom: 0; }

#Customer li { float: left; width: 386px; margin-right: 20px; margin-bottom: 30px; }
#Customer li:last-child { margin-right: 0; }
#Customer .Item { background: #fff; transition: all 0.3s linear; }
#Customer .Item .pic { overflow: hidden; }
#Customer .Item .pic img { width: 100%; transition: all 0.3s linear; }
#Customer .Intro { padding: 25px; padding-bottom: 20px; }
#Customer .Item span { font-size: 16px; color: #000; line-height: 30px; margin-bottom: 5px; }
#Customer .Item .text { font-size: 14px; color: #666; line-height: 22px; height: 88px; border-bottom: 1px solid #f0f0f0; margin-bottom: 15px; }
#Customer .Item .More { font-size: 14px; color: #333; padding-left: 15px; background: url('../images/icon-sj.png') no-repeat left center; }
#Customer .Item:hover { box-shadow: 3px 3px 5px 1px #e4e4e4; }
#Customer .Item:hover .pic img { transform: scale(1.1); }
#Customer .Item:hover span, #Customer .Item:hover .More { color: #db0000; }

#Team {width: 100%;background: url('../images/teambg.jpg') no-repeat center center; height: 780px; }
#Team .Title { margin-bottom: 40px; }
#Team .Tit-cn { color: #fff; }
#Team .Tit-en { color: #fff; }
#Team .slogan { color: #b6b5b5; }
.Team-Dital { float: left; width: 710px; }
.Disbox .Dispic { width: 294px; height: 416px; background-image: url('../images/designerbg.png'); position: relative; float: left; margin-left: 20px; }
.Disbox .Dispic .Head { position: absolute; right: 0; top: 50px; width: 238px; height: 316px; overflow: hidden; }
.Disbox .Dispic .Head .btn { position: absolute; left: 0; bottom: 0; width: 100%; background-image: url('../images/aboutbg.png'); font-size: 14px; color: #fff; line-height: 50px; display: block; text-align: center; }
.Disbox .DisIntro { margin-left: 55px; padding-top: 70px; float: left; color: #fff; width: 340px; }
.DisIntro span { font-size: 30px; margin-bottom: 10px; font-weight: 500; }
.DisIntro p { font-size: 14px; line-height: 22px; }
.Team-list { width: 380px; float: right; position: relative; }
.Team-list li { float: left; width: 170px; height: 120px; overflow: hidden; margin-left: 20px; margin-bottom: 20px; position: relative; }
.Team-list .line { position: absolute; transition: all 0.3s ease; z-index: 8; display: block; background: #db0000; }
.Team-list .line1 { left: 0; top: 0; height: 3px; width: 0; }
.Team-list .line2 { right: 0; top: 0; height: 0; width: 3px; }
.Team-list .line3 { right: 0; bottom: 0; height: 3px; width: 0; }
.Team-list .line4 { left: 0; bottom: 0; height: 0; width: 3px; }
.Team-list li.cur .line1, .Team-list li.cur .line3, .Team-list li:hover .line1, .Team-list li:hover .line3 { width: 100%; }
.Team-list li.cur .line2, .Team-list li.cur .line4, .Team-list li:hover .line2, .Team-list li:hover .line4 { height: 100%; }
.Team-list .Team-more { position: absolute; top: -80px; right: 10px; font-size: 14px; color: #fff; }
.Team-list .Team-more:hover { color: #db0000; }

#Proces .main li { float: left; margin-right: 70px; width: 184px; height: 184px; border: 1px solid #dbdbdb; border-radius: 50%; margin-bottom: 50px; text-align: center; vertical-align: middle; position: relative; }
#Proces .main li:nth-child(5), #Proces .main li:nth-child(6) { margin-right: 0; }
#Proces .main li:nth-child(6), #Proces .main li:nth-child(7), #Proces .main li:nth-child(8), #Proces .main li:nth-child(9), #Proces .main li:nth-child(10) { float: right; margin-bottom: 20px; }
#Proces .main .Item { z-index: 8; width: 150px; height: 150px; border-radius: 50%; background: #787575; display: inline-block; vertical-align: middle; text-align: center; margin: 17px auto; padding: 30px 0; position: relative; transition: all 0.3s ease; }
#Proces .main .Item .Tit { vertical-align: middle; font-size: 16px; color: #fff; line-height: 30px; display: block; }
#Proces .main .Item .pic { height: 100%; vertical-align: middle; display: inline-block; }
#Proces .main li:nth-child(10) .Item .Tit { margin: 30px 0; }
#Proces .main .Item:after { background: #db0000; content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; display: block; transition: all 0.3s ease; border-radius: 50%; z-index: -1; }
#Proces .main .Item:hover { background: none; }
#Proces .main .Item:hover:after { left: 0; top: 0; width: 100%; height: 100%; }
#Proces .main .icon-right { position: absolute; font-size: 30px; color: #d0d0d0; width: 30px; height: 30px; text-align: center; right: -50px; top: 50%; margin-top: -15px; }
#Proces .main li:nth-child(5) .icon-right { transform: rotate(90deg); bottom: -35px; right: 50%; top: auto; margin-right: -15px; }
#Proces .main li:nth-child(6) .icon-right { display: none; }
#Proces .main li:nth-child(7) .icon-right, #Proces .main li:nth-child(8) .icon-right, #Proces .main li:nth-child(9) .icon-right, #Proces .main li:nth-child(10) .icon-right { transform: rotate(180deg); }

#Advert02 { background: url('../images/makebg.jpg') no-repeat center center; height: 600px; padding-top: 90px; }
.Ad-cont { float: left; width: 360px; }
.Ad-Form { float: left; width: 410px; }
.FAQ { width: 350px; float: right; }
.Ad-cont-prompt { margin-bottom: 90px; }
.Ad-cont-prompt img { margin-bottom: 30px; }
.Ad-cont-prompt span { font-size: 36px; line-height: 40px; margin-bottom: 10px; }
.Ad-cont-prompt p { font-size: 18px; color: #333333; line-height: 20px; }
.Hot-wire h6 { font-size: 14px; color: #666; line-height: 40px; }
.Hot-wire p { font-size: 20px; line-height: 30px; }
.Ad-Form input { height: 60px; line-height: 60px; margin-bottom: 15px; width: 100%; padding: 0 15px; font-size: 16px; box-shadow: 0 0 20px 0px #e0e0e0; color: #333; }
.Ad-Form textarea { width: 100%; margin-bottom: 15px; padding: 15px; font-size: 16px; line-height: 26px; box-shadow: 0 0 20px 0px #e0e0e0; resize: none; color: #333; }
.Ad-Form .Ad-sub { font-size: 18px; color: #fff; }
.Ad-Form input.Ad-name { background: #fff url('../images/form-icon01.png')no-repeat right 15px center; }
.Ad-Form input.Ad-phone { background: #fff url('../images/form-icon02.png')no-repeat right 15px center; }
.Ad-Form textarea.demand { background: #fff url('../images/form-icon03.png')no-repeat top 15px right 15px; }
.FAQ .Tit { font-size: 18px; color: #000; line-height: 20px; margin-bottom: 15px; }
.FAQ .Tit a { float: right; font-size: 14px; color: #666; font-weight: 500; }
.FAQ .Tit .icon-more { margin-left: 5px; color: #999; }
.FAQ li { padding: 15px 0; border-bottom: 2px solid #e9e9e9; }
.FAQ li h5 { font-size: 16px; color: #da0000; line-height: 26px; font-weight: 500; }
.FAQ li p { font-size: 16px; color: #666; line-height: 26px; }
.FAQ li:last-child { border-bottom: none; }

.Parlist ul { border-right: 1px solid #e9e9e9; margin-bottom: 40px; }
.Parlist li { float: left; border-bottom: 1px solid #e9e9e9; }
.Parlist .Item { border-top: 1px solid #e9e9e9; border-left: 1px solid #e9e9e9; width: 240px; padding: 10px 0; background: #fff; }
.Parlist .owl-controls { position: absolute; left: 0; width: 100%; bottom: -40px; }
#Partner .owl-theme .owl-dots .owl-dot.active span, #Partner .owl-theme .owl-dots .owl-dot:hover span { background: #db0000; }

#News { background: #f3f3f3; }
.NTab-content { margin-bottom: 40px; }
.Nbox li { float: left; margin-right: 10px; width: 285px; }
.Nbox li:last-child { margin-right: 0; }
.Nbox .Item .pic { overflow: hidden; height: 180px; margin-bottom: 15px; }
.Nbox .Item .pic img { width: 100%; transition: all 0.3s ease; }
.Nbox .Item h5 { font-size: 14px; color: #000; line-height: 20px; font-weight: 500; }
.Nbox .Item .date { font-size: 12px; color: #8e8e8e; line-height: 30px; }
.Nbox .Item p { font-size: 14px; color: #8e8e8e; line-height: 20px; }
.Nbox .Item:hover .pic img { transform: scale(1.1); }
.Nbox .Item:hover h5 { color: #db0000; }

@media (min-width: 1200px) {
}

@media (max-width: 520px) {
}

@media (max-width: 420px) {
}
