﻿@charset "utf-8";
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*outline: 0;*/
    /*font-weight: inherit;*/
    /*font-style: inherit;*/
    /*font-size: 100%;*/
    /*font-family: inherit;*/
    /*vertical-align: baseline*/
/*}*/

:focus {
    outline: 0
}

/*body {*/
    /*line-height: 1;*/
    /*color: #000;*/
    /*background: #fff*/
/*}*/

/*ol, ul {*/
    /*list-style: none*/
/*}*/

/*table {*/
    /*border-collapse: separate;*/
    /*border-spacing: 0*/
/*}*/

/*caption, th, td {*/
    /*text-align: left;*/
    /*font-weight: 400*/
/*}*/

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

#tour {
    z-index: 1;
    position: relative;
    padding: 80px;
    position: relative;
    z-index: 1;
    padding-top: 0;
    min-height: 500px;
    background-image: url(../images/pattern.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-top: -50px;
    padding-top: 100px;
    padding-bottom:80px;
}

#img-slider .slide {
    width: 100%;
    background: #fff;
    position: absolute
}

#img-slider .slide .img {
    margin: 10px auto;
    border: 0
}

#img-slider .img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #cccdce;
    -moz-box-shadow: 0 1px 0 #cccdce;
    -ms-box-shadow: 0 1px 0 #cccdce;
    box-shadow: 0 1px 0 #cccdce;
    border: 1px solid #edeeee;
    background-color: #fff;
    width: 780px;
    height: 400px;
    position: relative
}

#img-slider .img img {
    display: block;
    width: 100%
}

#img-slider .img .label {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    background: #39b58d;
    padding: 2.5% 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 150%
}

#img-slider .img:first-child {
    display: block
}

.switcher-wrap {
    position: relative;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px
}

.switcher-wrap.slider {
    padding-left: 380px;
    padding-right: 380px
}

.switcher-wrap.slider #img-slider .img {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .4);
    border-color: #fff
}

.switcher-wrap a.next, .switcher-wrap a.prev {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    bottom: 0;
    left: 0;
    background: url(../images/sprites.png) no-repeat 16px 12px;
    z-index: 1000;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear
}

.switcher-wrap a.next:hover, .switcher-wrap a.prev:hover {
    background-color: rgba(16, 175, 139, .1)
}

.switcher-wrap a.prev {
    right: 0;
    left: auto;
    background-position: -63px 12px
}

.switcher-wrap ul.switcher {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.switcher-wrap ul.switcher li {
    display: inline-block;
    padding: 2px;
    border: 1px solid #10af8b;
    border-radius: 100%;
    margin: 0 4px
}

.switcher-wrap ul.switcher li a {
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -o-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.switcher-wrap ul.switcher li a:hover, .switcher-wrap ul.switcher li.active a {
    background: #10af8b
}

.switcher-wrap ul.switcher li:last-child {
    margin-right: 0
}
/*我的*/
/*团队*/
.team{
    /*background:url("../images/team-bg.jpg") no-repeat center;*/
    /*background: #000;*/
    /*background-size: 100% 100%;*/
    /*height:500px;*/
    /*overflow:hidden;*/
    text-align: center;

}

.team .mediaTitle{
    width: 1530px;
    margin:67px auto 0 auto;
    overflow:hidden;
}
.team .mediaTitle h1 a{
    font-size:42px;
    font-weight:normal;
    color:#000;
    display:inline-block;
    float:left;
}
.team .mediaTitle span{
    font-size:14px;
    color:#666666;
    margin-left:33px;
    position:relative;
    margin-bottom:10px;
    float:left;
    margin-top:30px;
}
.team .mediaTitle span:after{
    content:"";
    display:block;
    position:absolute;
    width: 43px;
    height: 43px;
    border-radius:50%;
    border:1px solid #666666;
    background:url("../../../img/content/xmjs-title-icon.png") no-repeat 9px 10px;
    right: -76px;
    top: -9px;
}
.team .mediaTitle p{
    float: right;
    margin-top: 30px;
    font-size:18px;
    color:#666;
    position:relative;
}
.team .mediaTitle p:after{
    content:"";
    display:block;
    width: 7px;
    height: 7px;
    background: #39b58d;
    position:absolute;
    left: -18px;
    top: 11px;
}

/*content*/

.team .wrap .switcher-wrap ul li{}
.team .wrap .switcher-wrap ul li .teamBox{
    width: 580px;
    height: 350px;
    background: #fafafa;
    border:8px solid #e5e5e5;
    /*position:relative;*/
    margin-left:88px;
    margin-top:14px;
    /*overflow:hidden;*/
}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox{
    width: 335px;
    margin-left:200px;
    margin-top:43px;
}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox h1{
    display:inline-block;
    font-size:28px;
    font-weight: 700;
    color:#000;
    line-height: 1.8;
}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox span{}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox p{
    font-size:16px;
    font-weight:700;
    color:#000;
}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox .teamBoxP{
    font-size:16px;
    font-weight:normal;
    margin-top:10px;
    line-height: 1.6;
}
.team .wrap .switcher-wrap ul li .teamBox .teamTextBox img{
    width: 86px;
    height: 86px;
    display:block;
    margin-top: 33px;
}
.team .wrap .switcher-wrap ul li .teamBox .teamImg{
    /*position:absolute;*/
    /*left:-76px;*/
    /*top:43px;*/
}
.team .wrap .switcher-wrap ul li .teamBox .teamImg img{}
.team .wrap .switcher-wrap ul li .label{
    font-size:18px;
    color:#fff;
    text-align: center;

}

.team .temaMove{
    display: inline-block;
    width: 170px;
    height: 50px;
    background: #454545;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    border-radius:6px;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.team .temaMove:hover{
    background: #39b58d;

}














