html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.root {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    background: url(../images/top.jpg) center 0px no-repeat;
    background-color: #fdf8e9;
    position: relative;
}

.container {
    width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    overflow: hidden;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
    clear: both;
    overflow: hidden;
}

.row > div {
    float: left;
}
.unit{
    margin-top: 740px;
    margin-bottom:10px;
}
.unit>div{
    width:100%;
    text-align: center;
    padding: 5px 0;
}
.item-name,
.unit>div>span>a{
    font-size:20px;
    color:#575e84;
}
.item-name{
    font-weight: bold;
}
.news-center {
    display: block;
}

.news-center-wrap {
    background: url(../images/news-center.png) no-repeat ;
    height: 511px;
    padding: 110px 50px 30px 50px;
    position:relative;
}

.match-center {
    display: block;
}

.match-center-wrap {
    position: relative;
    height: 1200px;
}

.match-center-wrap > div {
    position: absolute;
    width: 606px;
    height: 1055px;
    background-size: contain;
}

.opacity-05 {
    opacity: .5;
}

.m-1 {
    background: url(../images/match-1.png) no-repeat;
    color: #fff;

}

.m-2 {
    background: url(../images/match-2.png) no-repeat;
    color: #fff;

}

.m-3 {
    background: url(../images/match-3.png) no-repeat;
    color: #868686;
}

.match-center-wrap > div.left {
    left: 0px;
    top: 0px;
    opacity: .5;
    transition: left .5s ease-in;
}

.match-center-wrap > div.right {
    left: 606px;
    top: 0px;
    opacity: .5;
    transition: left .5s ease-in;
}

.match-center-wrap > div.center {
    top: 150px;
    left: 303px;
    z-index: 10;
    transition: top .5s ease-in;
}

.mlink {
    width: 100%;
    height: 250px;
    padding: 112px 60px 0px 60px;
    display: block;
    pointer-events: none;
    overflow: hidden;
}

.mlink > span {
    float: left;
    overflow: hidden;
    pointer-events: auto;
}

.mlink > span > a {
    width: 70px;
    height: 135px;
    display: block;
}

.minfo-1,
.minfo-2,
.minfo-3 {
    font-size: 16px;
    padding: 65px 80px 0 80px;
    pointer-events: none;
    position: relative;
}

.minfo-1 {
    height: 220px;
}

.minfo-2 {
    height: 210px;
}

.minfo-3 {
    height: 250px;
}

.minfo-more-1,
.minfo-more-2,
.minfo-more-3 {
    position: absolute;
    bottom: 10px;
    left: 246px;
    pointer-events: auto;
    width: 120px;
}

.minfo-more-1 > a,
.minfo-more-2 > a,
.minfo-more-3 > a {
    width: 120px;
    height: 30px;
    display: block;
}

.minfo-more-1 {

}

.minfo-more-2 {

}

.minfo-more-3 {

}

.clzg-bg{
    margin-top:120px;
    background: url(../images/clzg-4.png) left top no-repeat;
}

.clzg {
    width:1200px;
    height:620px;
    margin:0 auto;
    background: url(../images/clzg-3.png) left top no-repeat;
    overflow: hidden;
}

.clzg-wrap {
    height: 390px;
    width: 100%;
}

.download-wrap {
    background: url(../images/store-btn.png) center 0px no-repeat;
    height: 110px;
    width: 100%;
}

.download-wrap > span {
    float: left;
    width: 50%;
    height: 120px;
    padding: 58px 100px 0 100px;
    pointer-events: auto;
}

.download-wrap > span > a {
    width: 100%;
    height: 100%;
    display: block;
}

.partner-wrap {
    width: 100%;
}

.partner-wrap > h1 {
    background: url(../images/partner.png) center 0px no-repeat;
    width: 100%;
    height: 45px;
}

.partner-list {
    overflow: hidden;
}

.partner-list > ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    width: 918px;
}

.partner-list > ul > li {
    width: 294px;
    height: 94px;
    margin: 0px 6px 6px 6px;
    padding: 0px;
    float: left;
    overflow: hidden;
}

.partner-list > ul > li > a > img {
    width: 294px;
    height: 94px;
    overflow: hidden;
}

.office-wrap {
    width: 100%;
    height: 226px;
    background: url(../images/office.png) center 0px no-repeat;
}

.slider-wrap, .list-item-1 {
    float: left;
}

.slider-wrap {
    width: 560px;
    overflow: hidden;
    position: relative;
}

.slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider > li {
    position: relative;
}

.slider-ctro {
    position: absolute;
    left: 0px;
    top: 120px;
    height: 100px;
    width: 100%;
    z-index: 99;
}

.prev,
.next {
    float: left;
    width: 39px;
    display: block;
    height: 100px;
}

.prev {
    background: url(../images/arrow-left.png) left 0px no-repeat;
    margin-right: 241px;
}

.next {
    background: url(../images/arrow-right.png) left 0px no-repeat;
    margin-left: 241px;
}

.slider_text {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.slider_text > a{
    text-decoration: none;
}
.slider_title {
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.slider_des {
    line-height: 25px;
    color: #fff;
    padding-left: 20px;
}

.slider_photo > a > img {
    width: 690px;
    height: 360px;
}

.point {
    list-style: none;
    display: block;
    position: absolute;
    z-index: 10001;
    right: 10px;
    bottom: 0px;
}

.point li {
    width: 0;
    height: 0;
    overflow: hidden;
    float: left;
    padding: 4px 10px 0 0;
    margin-right: 10px;
    background: #fff;
    border-radius: 3px;
}

.point li.on {
    padding: 4px 20px 0 0;
    background: #4fa1f2;

}

.list-item-1 {
    width: 495px;
}

.list-item-1 > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}

.list-item-1 > ul > li {
    border-bottom: 1px solid #d3d3d3;
    height: 66px;
    line-height: 66px;
    padding-left: 20px;
    position: relative;
}

.list-item-1 > ul > li > span {
    position: absolute;
    right: 5px;
    color: #aaa;
}

.list-item-more{
    position:absolute;
    bottom:30px;
    right:45px;
    text-align: right;
}
.list-item-more > a{
    color:#6b6b6b;
    font-size:16px;
}
.person {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    background: #575e84;
}

.person-wrap {
    background: url(../images/person.png) center 0px no-repeat;
    height: 97px;
}

.footer-wrap {
    height: 300px;
    width: 100%;
}

.navigation {
    background: #575e84;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.navigation > ul {
    overflow: hidden;
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.navigation > ul > li {
    list-style: none;
    float: left;
    margin: 10px 25px;
    color: #fff;
    font-size: 26px;
}

.navigation > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.scroll-news {
    background: url(../images/scroll-news-ico.png) 8px center no-repeat;
    padding-left: 50px;
    height: 50px;
    width:100%;
    border: 1px dashed #af6566;
    margin-bottom: 30px;
    overflow: hidden;
}

.scroll-news > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.scroll-news > ul > li {
    float: left;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    padding:0;
    margin:0;
}

.scroll-news > ul > li > a {
    color: #af6566;

}

.best-works{
    background: url(../images/best.png)center top no-repeat;
    margin:30px 0 0 0;
    padding:80px 0 0 0;
    overflow: hidden;
}
.best-works >div{
    margin-top:40px;
}

.match-best-1> ul,
.match-best-2> ul,
.match-best-3> ul {
    margin: 0;
    padding:0;
    overflow: hidden;
}

.match-best-3 img,
.match-best-2 img,
.match-best-1 img{
    width:380px;
}

.match-best-3> ul >li:nth-of-type(1),
.match-best-2> ul >li:nth-of-type(1),
.match-best-1> ul >li:nth-of-type(1){
    text-align:left;
}

.match-best-3>ul >li:nth-of-type(2),
.match-best-2>ul >li:nth-of-type(2),
.match-best-1>ul >li:nth-of-type(2){
    text-align:center;
}

.match-best-3> ul >li:nth-of-type(3),
.match-best-2> ul >li:nth-of-type(3),
.match-best-1> ul >li:nth-of-type(3){
    text-align:right;
}


.match-best-1{
    background: url(../images/match-best-1.png) center top no-repeat;
    margin:0;
    padding: 80px 0 0 0;
    overflow: hidden;
    width:100%;
}

.match-best-2{
    background: url(../images/match-best-2.png) center top no-repeat;
    margin:0;
    padding: 80px 0 0 0;
    overflow: hidden;
    width:100%;
    position:relative;
}
.match-best-2 > ul > li > a > div.match-best-text{
    position:absolute;
    bottom:0;
    text-align: center;
    background: rgba(0,0,0,.6);
    color:#fff;
    width:380px;
    height:30px;
    line-height:30px;
    font-size:20px;
}

.match-best-2 > ul > li:nth-of-type(1) > a > div.match-best-text{
    left:0;
}

.match-best-2 > ul > li:nth-of-type(2) > a > div.match-best-text{
    left:10px;
}

.match-best-2 > ul > li:nth-of-type(3) > a > div.match-best-text{
    left:20px;
}

.match-best-3{
    background: url(../images/match-best-3.png) center top no-repeat;
    margin:0;
    padding: 80px 0 0 0;
    overflow: hidden;
    width:100%;
}

.match-best-more-1,.match-best-more-3{
    background: #575e84;
    overflow: hidden;
    width:100%;
    height:30px;
    margin-top:10px;
    clear:both;
    display: block;
}
.match-best-more-1>a,.match-best-more-3>a{
    height:30px;
    line-height: 30px;
    width:100%;
    display: block;
    text-align: center;
    color:#fff;
}

.match-best-more-2{
    background: #af6566;
    overflow: hidden;
    width:100%;
    height:30px;
    margin-top:10px;
}

.match-best-more-2>a{
    height:30px;
    line-height: 30px;
    width:100%;
    display: block;
    text-align: center;
    color:#fff;
}

.match-best-3 > ul >li,
.match-best-2 > ul >li,
.match-best-1 > ul > li{
    list-style: none;
    float: left;
    margin:0;
    padding: 0;
    overflow: hidden;
    width:400px;
    position:relative;
}

.match-best-1 > ul > li > i,
.match-best-3 > ul > li > i{
    position:absolute;
    left:0;
    bottom:0;
    width:45px;
    height:45px;
    display: block;
    background: url(../images/video-play-btn.png) no-repeat;
}

.match-best-1 > ul > li:nth-of-type(2) > i,
.match-best-2 > ul > li:nth-of-type(2) > i,
.match-best-3 > ul > li:nth-of-type(2) > i{
    left:10px;
}

.match-best-1 > ul > li:nth-of-type(3) > i,
.match-best-2 > ul > li:nth-of-type(3) > i,
.match-best-3 > ul > li:nth-of-type(3) > i{
    left:20px;
}

.cities{
    padding:0;
    margin:0
}
.city{
    margin:120px 0 0 0;
    padding: 100px 0 0 0;
    width:100%;
    background: url(../images/cities.png) center top no-repeat;
}

.cities-box{
    background: url(../images/cities-box.png) top no-repeat;
    width:417px;
    height:458px;
    float: left;
    overflow: hidden;
}

.cities-box > ul{
    list-style:none;
    margin:40px 0 0 0;
    padding: 0;
    overflow: hidden;
}

.cities-box > ul > li{
    border-right:1px solid #fdf8e9;
    padding: 2px 30px;
    float:left;
    margin-bottom:10px;
}

.cities-box > ul > li > a{
    font-size:20px;
    color:#fdf8e9;
    font-weight: bold;
}

.cities-photo{
    float:left;
    margin:0 0 0 10px;
    width:328px;
    overflow: hidden;
}
.cities-photo > div{
    margin-top:20px;
    width:100%;
    overflow: hidden;
    position:relative;
}
.cities-photo > div > a{
    overflow: hidden;
    display: block;
}
.cities-photo > div > a > img{
    width:308px;
    height:198px;
    display: block;
}
.cities-photo > div > div.cities-text{
    position:absolute;
    left:0;
    bottom:0;
    background:rgba(0,0,0,.6);
    width:308px;
    text-align: center;
    height:30px;
    line-height:30px;
}

.cities-photo > div > div.cities-text > a {
    color:#fff;
    font-size:18px;
}

.cities-news{
    float:left;
    width:415px;
    margin-left:10px;
}

.cities-news > ul{
    padding: 0;
    margin:0;
    list-style: none;
}
.cities-news > ul > li{
    height:61px;
    line-height:61px;
    overflow: hidden;
    border-bottom: #d3d3d3 1px solid;
}
.cities-news > ul > li > a{
    color:#6b6b6b;
    font-size:16px;
    margin-right:16px;
}

.cities-news > ul > li > a.city-name{
    color:#575e84;
    padding-right:24px;
    background: url(../images/point-1.png) right center no-repeat;
    overflow: hidden;
    font-size:20px;
}


.ad{
    margin:120px 0 0 0 ;
    padding: 0;
}

.ad-col{
    width:400px;
}
.ad-col img{
    width:393px;
    height:82px;
    overflow: hidden;
}
.ad-col:nth-of-type(2){
    text-align: center;
}

.ad-col:nth-of-type(3){
    text-align: right;
}

.yun-2{
    min-width:1200px;
    width:100%;
    height:388px;
    background: url(../images/footer-bg.png) left bottom no-repeat;
    background-size: contain;
    background-color: #fdf8e9;;
}

.website-wrap{
    width:1200px;
    margin: 0 auto;
}

.website-link{
    height:45px;
    width:678px;
    display: block;
    background: url(../images/website.png) no-repeat;
    margin: 0 auto;
}
.wechat{
    position:fixed;
    right: 0;
    bottom: 0;
    background: #fff;
}
.wechat > div.note{
    text-align: center;
    font-size:14px;
    padding:20px 0;
}