
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1463380913_5604727.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1463380913_5604727.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1463380913_5604727.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1463380913_5604727.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1463380913_5604727.svg#iconfont') format('svg'); /* iOS 4.1- */
}
                    


body,html{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}
body{
    min-width: 1150px;
}
ul{
    list-style-type:none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
    color: #080808;
}
.w {
    width: 1200px;
    margin: 0 auto;
}
.wf {
    width: 100%;
}
.head{
    width: 100%;
    height: 38px;
    background-color: #ededed;
    border-bottom: 1px #b8b8b8 solid;
}
/****************头部***********************/
.head_font,.menus,.foot_con{
    margin: 0 auto;
}
.head_font{
    width: 1150px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    color: #666565;
}
.menus{
    width: 1140px;
    height: 115px;
   /*background-color: #000088;*/
    overflow: hidden;
}
.menus_logo,.menus_logo img{
    height: 40px;
    width: 230px;
}
.menus_logo{
    position: absolute;
    left: 0;
    top: 28px;
}
.head-menu {
    position: relative;
    font-size: 0;
    padding-left: 250px;
}
.head-menu>a {
    display: inline-block;
    font-size: 16px;
    padding: 40px 25px;
    color: #000;
}
.head-menu>a.active,
.head-menu>a:hover {
    color: #fff;
    background-color: #c9282e;
}
.menu{
    float: right;
    margin-top: 40px;
    font-size: 0;
}
.menu a{
    display: inline-block;
    font-size: 16px;
    margin-left: 20px;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 20px;
    transition: all .3s ease;
}
.menu a:hover,
.menu a.on {
    color: #fff;
    background-color: #ec5158;
}
.head-login {
    position: absolute;
    right: 0;
    top: 40px;
}
.head-login>a {
    margin: 0 3px;
    color: #99a3b3;
}
/********************脚部***********************/
.foot{
    width: 100%;
    height: 160px;
    border-top: 1px #AAA solid;
}
.foot_con{
    width: 1150px;
    height: 160px;
}
.font{
    font-size: 15px;
    color: #646363;
    width: 580px;
    height: 90px;
    float: left;
    margin-top: 40px;
    overflow: hidden;
}
.caidan>li>a{
    color: #646363;
}

.caidan>li{
    float: left;
}
.brand{
    width: 550px;
    height:15px;
    margin-top: 45px;
}

.qrcode,.qrcode img{
    width: 95px;
    height: 95px;
}
.qrcode{
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
.contact_icon {
    position: fixed;
    right: 0;
    top: 160px;
}
.contact_icon a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(144, 144, 144, 0.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33909090,endColorstr=#33909090);
    position:relative;
}
.contact_icon a i {
    font-size: 20px;
    color: #fff;
    margin-left: 4px;
}
.tel.hover .just-tooltip{
    display: block;
}
.just-tooltip {
    display: none;
    position: absolute;
    border-radius: 5px;
    background-color: rgba(144, 144, 144, 0.2);
    /* display: inline-block; */
    z-index: 9999;
}
.just-tooltip .just-con {
    padding: 8px 10px;
    line-height: 20px;
    color: #fff;
}
.just-tooltip .just-left {
    background: url('/assets/images/trigle.png') no-repeat center;
    right: -7px;
    top: 50%;
    display: block;
    width: 7px;
    height: 10px;
    content: "";
    position: absolute;
    overflow: hidden;
    /* border-width: 5px 0 5px 7px; */
    margin-top: -5px;
    /* border-color: transparent transparent transparent #EAEAEA;
    _border-color: #EAEAEA #EAEAEA #EAEAEA #1B1E24;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#EAEAEA'); */
}
/*************************登录**********************/
.login{
    width: 1150px;
    height: 380px;
    margin: 0 auto;
}
.from,.login_icon{
    width: 574px;
    height: 280px;
    margin-top: 40px;
    overflow: hidden;
}
.from{
    border-right:1px #cecece dashed ;
    float: left;
}
.login_icon{
    float: right;
}
.from_deng{
    margin-top: 65px;
    margin-left: 150px;
    width: 350px;
    height: 170px;
}

.from_deng>li{
    margin-bottom: 25px;
}
.from_deng>li>input{
    width: 200px;
    height: 30px;
    padding-left: 10px;
    line-height: 30px;
}
.from_deng>li>button{
    background-color: #ec5158;border: 0;
    width: 75px;
    height: 30px;
    margin-left: 50px;
    cursor:pointer;
    color: #fff;
}
.from_deng>li>a{
    font-size: 14px;
}
.login_regin{
    width: 285px;
    height: 125px;
    border-bottom: 1px #cecece dashed ;
    margin-left: 25px;
    line-height: 125px;
    padding-left: 10px;
    font-size: 15px;
    color: #666666;
}
.login_joint{
    width: 285px;
    height: 125px;
    margin-left: 25px;
    font-size: 15px;
    color: #666666;
    margin-top: 30px;
}
.login_joint li{
    margin-top: 30px;
    margin-left: 20px;
}
.jointleft{
    float: left;

}

/*首页banner*/
.flexslider {
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(/assets/images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
#index-menu {
    position: absolute;
    top: 100px;
    width: 780px;
    left: 50%;
    margin-left: -390px;
    z-index: 2;
}
#index-menu>ul>li {
    float: left;
    background: url(/assets/images/red_circle.png) no-repeat center;
}
#index-menu>ul>li>div{
    width: 180px;
    height: 180px;
    margin: 5px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}
#index-menu>ul>li:hover {
    background: url(/assets/images/hover_circle.png) no-repeat center;
}
#index-menu>ul>li:hover ul {
    display: block;
}
#index-menu>ul>li>div>.index-icon {
    margin: 60px 0 15px;
    *margin: 30px 0 15px;
    display: block;
    width: 100%;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon1 {
    background-image: url(/assets/images/index_icon1.png);
}
.icon2 {
    background-image: url(/assets/images/index_icon2.png);
}
.icon3 {
    background-image: url(/assets/images/index_icon3.png);
}
.icon4 {
    background-image: url(/assets/images/index_icon4.png);
}
#index-menu>ul>li>div>p {
    color: #fff;
    font-size: 15px;
}
#index-menu>ul>li>div>ul {
    position: absolute;
    width: 100%;
    left: 31px;
    top: 170px;
    width: 118px;
    padding: 5px;
    background-color: rgba(255,255,255,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
    border-radius: 5px;
    display: none;
}
#index-menu>ul>li>div>ul:before {
    position: absolute;
    top: -10px;
    z-index: 3;
    left: 56px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255,255,255,.7);
    content: "";
}
#index-menu>ul>li>div>ul>li>a {
    padding: 5px 10px;
    color: #464545;
    text-align: left;
    display: block;
    border-bottom: 1px solid #9f9d9d;
}
#index-menu>ul>li>div>ul>li>a>i {
    margin-right: 10px;
}
#index-menu>ul>li>div>ul>li>a:hover {
    color: #c9282e;
}
.area {
    padding: 90px 0;
}
.main_text_ch {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.main_text_en {
    font-size: 20px;
    line-height: 20px;
    color: #fffefe;
    margin-bottom: 40px;
    text-align: center;
}

.area_list {
    text-align:justify;
    text-justify:distribute;
    font-size:0;
    letter-spacing:-4px;/*解决inline-block间隙表现不一致 bug*/
}
.area_list li {
    width: 23%;
    display:inline-block;
    *display:inline;
    *zoom:1;
    font-size:12px;
    letter-spacing:0;
    vertical-align:top;
    margin-bottom: 30px;
    border:1px solid #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.area_list li:hover {
    background-color: #fff;
}
.area_list li>a:hover {
    color: #13436b;
}
.area_list li>a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 60px 20px;
    display: block;
}
.area_list li>a  i {
    font-size: 28px!important;
    margin: 0 4px;
}
.area_list li.justify_fix {
    width:100%;
    height:0;
    line-height:0;
    font-size:0;
    overflow:hidden;
    margin:0;
    padding:0;
    border: 0;
}
.tz_area {
    min-height: 600px;
    background-image:url(/assets/images/tz_area.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
.news_list{
    /*width: 70%;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.news_list>li {
    text-align: center;
}
.news_list .n_text {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}
.news_list .n_red {
    height: 2px;
    width: 60px;
    margin-bottom: 30px;
    background-color: #c9282e;
}
.news_all {
    height: 90px;
    width: 90%;
}
.news_all>li {
    background: url('/assets/images/dot.png') no-repeat left center;
    margin-bottom: 4px;
    height: 14px;
    line-height: 14px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_all>li>a {
    font-size: 14px;
}
.news_all>li>a:hover {
    color: #c82c32;
}
.more {
    display: inline-block;
    margin-top: 30px;
    padding: 50px 35px;
    border: 1px solid #000;
    font-weight: 700;
    font-size: 18px;
}
.more1111 {
    width: 120px;
    height: 120px;
    display: inline-block;
    border: 1px solid #000;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}
.contact_info {
    width: 100%;
    padding: 100px 15px 160px;
}
.contact_info .c_info {
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}
.contact_info .c_info_1 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 6px;
}
.contact_info .c_info_2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 6px;
}
.contact_info .c_info_3 {
    width: 120px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
}
#contact_map {
    position: absolute;
    right: 0;
    top: 280px;
    bottom: 0;
    background-color: #fff;
    /* background-image:url(/assets/images/map.jpg);
    background-repeat: no-repeat;
    background-position: center; */
}
#contact_map .zimaoqu1{
    width: 100%;
    height: 8%;
    line-height: 50px;
    background-color: #13436B;
}
#contact_map .zimaoqu1 span{
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
#contact_map .zimaoqu2{
    width: 100%;
    height: 92%;
    background-color: red;
}
/*invest*/
.mr60 {
    margin: 60px auto;
}
.tz_info {
    width: 160px;
    border-right: 1px solid #dcd7d7;
}
.tz_info > h3{
    font-size: 44px;
    color: #161825;
    width: 100px;
    word-break: break-all;
}
.tz_info > p {
    color: #ec5158;
    margin-top: 4px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
}
.tz_tab_nav>a {
    padding: 5px 10px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    margin: 0 10px;
}
.tz_tab_nav>a.on {
    border-bottom: 1px solid #c9282e;
    color: #c9282e;
}
.tz_tab {
    padding-left: 60px;
    width: 918px;
    text-align: justify;
    line-height: 20px;
}
.tz_tab_content {
    margin: 30px 0;
}
.tz_tab_content_main {
    min-height: 122px;
}
.tz_tab_content_main>a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #000;
    font-size: 16px;
    margin: 15px 0;
}
/*investinfo*/
.invest-desc {
    height: 105px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.invest-desc .invest-fl {
    width: 360px;
    text-align: center;
    margin-top: 30px;
}
.invest-desc .invest-fr {
    width: 780px;
    margin-top: 30px;
}
.invest-desc .invest-fr li {
    width: 33.33%;
    margin-bottom: 10px;
    float: left;
}
.invest-detail .invest-left-menu {
    width: 170px;
    border: 1px solid #e7e7e7;
    margin: -45px auto 30px;
}
.invest-detail .invest-left-menu dt {
    height: 94px;
    line-height: 94px;
    color: #fde0e0;
    font-size: 30px;
    text-align: center;
    background: url(/assets/images/intro_bg.jpg);
}
.invest-detail .invest-left-menu dd>a {
    margin: 0 5px;
    padding: 15px 10px;
    display: block;
    text-align: center;
    border-top: 1px solid #e7e7e7;
}
.invest-detail .invest-right-content {
    margin-left: 70px;
    width: 898px;
}
.invest-detail .invest-right-content .bread {
    line-height: 30px;
    border-bottom: 1px solid #a3a0a0;
    color: #a3a0a0;
}
.invest-detail .invest-right-content .bread >a {
    color: #a3a0a0;
}
.invest-detail .invest-right-content .content {
    padding: 10px 0;
}
#com-list .list-left {
    width: 230px;
    height: 150px;
    background-image: url(/assets/images/com_icon.png);
    background-repeat: no-repeat;
}
.com_icon1{
    background-position: center -26px;
}
.com_icon2{
    background-position: center -224px;
}
.com_icon3{
    background-position: center -395px;
}
.com_icon4{
    background-position: center -580px;
}
.com_icon5{
    background-position: center -750px;
}
#com-list>ul>li:hover {
    background-color: #f57080;
    transition: all .3s ease;
}
#com-list>ul>li:hover h3,
#com-list>ul>li:hover p {
    color: #fff;
}
#com-list li>a {
    display: block;
}
#com-list .list-middle {
    width: 700px;
    padding: 30px 0;
}
#com-list .list-right {
    width: 210px;
    height: 150px;
    background: url(/assets/images/com-arrow-right.png) no-repeat center;
}
.list-middle>h3 {
    font-size: 16px;
    margin-bottom: 20px;
}
.list-middle>p {
    font-size: 14px;
    line-height: 20px;
}
.article-title {
    color: #ec5158;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.pageTurn {
    padding: 10px 0;
}
.pageTurn a:hover {
    color: #ec5158;
}
.abw {
    position: absolute;
    left: 50%;
    margin-left: -570px;
    top: 0;
    bottom: 0;
    height: 100%;
}
.com-intro {
    width: 720px;
    padding: 0 20px 20px;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    margin-left: -381px;
    top: 50px;
}
.com-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 100%;
}
.com-menu li>a {
    padding: 16.2px 10px;
    background-color: rgba(255,255,255,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ffffff,endColorstr=#B2ffffff);
    color: #000;
    text-align: center;
    display: block;
    transition: all .3s ease;
	 line-height:20px;
}
.com-menu li>a:hover,
.com-menu li>a.on {
    background-color: rgba(236,81,88,0.8);
    color: #fff;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2ec5158,endColorstr=#B2ec5158);
}
.com-intro>h3 {
    color: #000;
    font-size: 18px;
    padding: 5px 0;
    margin: 10px auto;
    text-align: center;
}
.com-intro>p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.com-form .form-group {
    margin: 15px 0;
}
.com-form .form-group label {
    float: left;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 100px;
}
.com-form .form-group .form-input {
    width: 818px;
    float: left;
}
.com-form .form-group .select {
    width: 192px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.com-form .textarea {
    width: 800px;
    height: 150px;
    line-height: 25px;
    padding: 10px;
    resize: none;
    border: 1px solid #ccc;
}
.com-form .form-input-input {
    width: 360px;
    padding-left: 10px;
    border: 1px solid #ccc;
    line-height: 30px;
    height: 30px;
}
.com-form .radio-input {
    width: 200px;
    margin-bottom: 10px;
}
.com-form .form-input-select {
    display: block;
    width: 370px;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.com-form .tip {
    position: absolute;
    left: 220px;
    color: #2f3030;
    font-size: 12px;
    top: 8px;
    width: 550px;
}
.btn-submit {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #ec5158;
    border: 0;
}
.upload_img {
    margin: 10px 0;
}
.upload_img li {
    width: 180px;
    height: 180px;
    margin-right: 20px;
    float: left;
}
.upload_img li img {
    width: 100%;
    height: 100%;
}
.com-form.tab3 .form-group label {
    width: 135px;
}
.com-form.tab3 .form-group .form-input {
    width: 750px;
}
.com-change-list {
    width: 842px;
    height: 182px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
.com-change-info {
    position: absolute;
    left: 396px;
    top: 40px;
    width: 372px;
}
.com-change-info h3 {
    margin-bottom: 10px;
    text-align: center;
}
.com-change-info p {
    color: #858282;
}
.order-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background-color: #fff;
    z-index: 2;
}
.order-container {
    width: 700px;
    margin: 40px auto;
}
.order-container table {
    width: 100%;
    border: 1px solid #ccc;
}
.order-container table td,
.order-container table th {
    padding: 10px 10px;
    text-align: center;
}
.order-container table th {
    color: #fff;
    background-color: #f07277;
}
.order-container table tfoot {
    background-color: #f5f5f6;
}
/*user-center*/
#user-center {
    margin: 30px auto;
}
#user-center .user-left {
    width: 210px;
    position: absolute;
    left: 0;
    top: 0;
}
#user-center .user-left ul {
    border: 1px solid #ccc;
}
#user-center .user-left a {
    display: block;
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
#user-center .user-left a.on {
    background: url(/assets/images/user-on.png) no-repeat left center;
}
#user-center .user-right {
    width: 900px;
    margin-left: 240px;
}
#user-center .user-right>iframe {
    width: 100%;
    border: 1px solid #ccc;
}
.user-content {
    padding: 20px 30px;
}
.user-content .com-form {
    width: 600px;
    margin:60px auto;
}
.user-content .com-form .form-group .form-input {
    width: 300px;
}
.user-content .com-form .form-group .form-input input {
    width: 280px;
}
.user-content .account-table {
    width: 600px;
    margin: 20px auto;
}
.user-content .account-table td {
    padding: 10px 15px;
}
.r {
    color: red;
}
.office-tip {
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #ec5158;
    color: #fff;
    font-size: 18px;
    text-align: center;
    opacity: 1;
}
.office-tip:after {
    width:0;
    height:0;
    border-width:10px 5px 0;
    border-style:solid;
    border-color:#ec5158 transparent transparent;/*灰 透明 透明 */
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    content: "";
}
@keyframes tipmove
{
    0% {
        transform:translateY(-100%);
        opacity: 0;
    }
    50% {
        transform:translateY(0);
        opacity: 1;
    }
    100% {
        transform:translateY(0);
        opacity: 1;
    }
}
.tipmove {
    animation: tipmove 3s ease;
    animation-iteration-count:infinite;
}
.office-list {
    position: absolute;
    left: 0;
    top: 26px;
    width: 152px;
    height: auto;
    background-color: #fff;
    z-index: 2;
    border: 1px solid #ccc;
    border-top: 0;
    display: none;
}
.office-list li {
    height: 16px;
    line-height: 16px;
    padding: 5px 0;
    cursor: pointer;
    border-top: 1px dashed #ccc;
}
.office-nav {
    margin: 30px 0;
    font-size: 0;
}
.office-nav>a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 10px;
}
.office-nav>a.on,
.office-nav>a:hover {
    background-color: #ec5158;
    color: #fff;
}
.office-pic {
    width: 262px;
    height: 220px;
}
.office-pic img {
    width: 100%;
    height: 100%;
}
.office-desc {
    width: 840px;
    line-height: 24px;
    padding-left: 38px;
}
.office-item {
    margin: 15px 0;
}
/*office*/
.office-pre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
}
.office-pre .form-pre {
    margin-top: 8px;
    font-size: 0;
    text-align: center;
}
.office-pre .form-pre input {
    padding-left: 10px;
    padding-right: 20px;
    cursor: pointer;
}
.office-pre .form-pre input.arrow {
    background: #fff url(/assets/images/arrow-down-select.png) no-repeat 140px center;
}
.office-pre .form-pre>div {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}
.office-pre .form-pre input,
.office-pre .form-pre button {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    border: 0 ;
    background-color: #fff;
    width: 124px;
}
.page {
    width: 81px;
    height: 24px;
    margin: 10px auto;
    background: url(/assets/images/page-bg.png) no-repeat center;
}
.page>.prev {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 24px;
}
.page>.next {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 24px;
}
/*zuxun*/
.zixun-list>li {
    padding: 28px 0px;
    transition: background-color .3s ease;
    cursor: pointer;
}
.zixun-list>li:hover {
    background-color: #f2f2fa;
}
.zixun-list>li .zx-time {
    width: 100px;
    padding: 5px 0;
    border-right: 1px solid #d6d6d6;
}
.zixun-list>li .zx-title {
    line-height: 52px;
    height: 52px;
    font-size: 16px;
    padding-left: 30px;
}
.zixun-list>li .date {
    color: #ec5158;
    font-size: 20px;
}
.zixun-list>li .year {
    font-size: 14px;
    color: #989696;
    text-indent: 18px;
}
/* m_zlxg */

.m_zlxg{ width:93px; height:30px; line-height:30px;cursor:pointer;float:left;margin:0 10px 0 0;display:inline;background:url(/assets/images/zlxg2.jpg) no-repeat;}
.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:30px; color:#333333; font-size:12px; font-family:"微软雅黑";text-overflow:ellipsis; white-space:nowrap;}
.m_zlxg2{ position:absolute; top:29px; border:1px solid #ded3c1;background:#fff; width:91px; display:none; max-height:224px;-height:224px; overflow-x:hidden; overflow-y:auto;white-space:nowrap;}
.m_zlxg2 li{line-height:28px;white-space:nowrap; padding-left:10px;font-family:"微软雅黑";color:#333333; font-size:12px;}
.m_zlxg2 li:hover{ color:#7a5a21;}

/*icheck*/
.icheckbox_sm-blue, .radio_sm-blue {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    color: #999;
    background: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #CCCCCC;
}
.icheckbox_sm-blue:hover, .radio_sm-blue:hover{
    border: #ec5158 solid 1px;
    color: #333;
}
.icheckbox_sm-blue.checked, .radio_sm-blue.checked {
    background: #fff;
    background: url(/assets/images/icon-right.png) no-repeat right bottom;
    border: 1px solid #ec5158;
    color: #333;
}
.icheckbox_sm-blue.disabled, .radio_sm-blue.disabled {
    opacity: 0.6;
    cursor: default;
}
.icheckbox_sm-blue.disabled:hover, .radio_sm-blue.disabled:hover{
    border-color: #ccc;
}
.icheckbox_sm-blue.checked:hover, .radio_sm-blue.checked:hover{
    border-color: #ec5158;
}


/*pay wx*/

#pay_wx .hide {
    display: none!important; 
}
#pay_wx * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}
#pay_wx .radio, #pay_wx .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
#pay_wx #pay_box{
    width: 1000px;
    margin: 0 auto;
}
#pay_wx .order .o-left {
    float: left;
    width: 640px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
#pay_wx .order .o-title {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
    margin: 0;
}
#pay_wx .order .o-tips {
    line-height: 20px;
    height: 20px;
    margin-bottom: 0;
}
#pay_wx .order .o-right {
    float: right;
    width: 190px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
#pay_wx .order .o-price {
    text-align: right;
    line-height: 26px;
    margin-bottom: 4px;
}
#pay_wx .order .o-detail {
    text-align: right;
    line-height: 20px;
    color: #2ea7e7;
}
#pay_wx .order .o-price em {
    vertical-align: bottom;
    font-style: normal;
}
#pay_wx .order .o-price strong {
    font-size: 18px;
    vertical-align: bottom;
    color: #ff5d5b;
    margin: 0 3px;
}
#pay_wx .font-red {
    color: #ff5d5b;
}
#pay_wx .order .o-detail a {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #428bca;
    background-image: url(../images/pay_arrow.png);
    background-repeat: no-repeat;
    background-position: right -14px;
}
#pay_wx .order .o-detail a.show {
    background-position: right 5px;
}
#pay_wx .order .o-detail a:hover,#pay_wx .order .o-detail a:active,#pay_wx .order .o-detail a:active {
    color: #428bca!important;
    transition: none;
    text-decoration: none;
}
#pay_wx .clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#pay_wx .order .o-qrcode {
    position: absolute;
    right: 24px;
    top: -22px;
    width: 80px;
    height: 80px;
}
#pay_wx .order .o-qrcode .oq-img {
    width: 77px;
    height: 77px;
    padding: 1px;
    display: block;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1035;
    cursor: default;
    background: #fff;
}
#pay_wx .order .o-qrcode .oq-img img {
    width: 77px;
    height: 77px;
}
#pay_wx .order .o-qrcode {
    position: absolute;
    right: 24px;
    top: -22px;
    width: 80px;
    height: 80px;
}
#pay_wx .order .o-list {
    display: none;
    padding: 12px 0 25px;
    margin: 0 30px;
    border-top: 1px solid #ddd;
}
#pay_wx .order .o-list .o-list-info {
    line-height: 24px;
}
#pay_wx .mr10 {
    margin-right: 10px;
}
#pay_wx .payment {
    border-top: 4px solid #4b5b78;
    padding: 22px 30px;
    background: #f0f2f5;
    margin-bottom: 40px;
}
#pay_wx .pay-weixin {
    zoom: 1;
}
#pay_wx .p-w-hd {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Microsoft Yahei";
}
#pay_wx .p-w-bd {
    padding-left: 130px;
    margin-bottom: 30px;
}
#pay_wx .p-w-box {
    float: left;
    width: 300px;
}
#pay_wx .pw-box-hd {
    margin-bottom: 20px;
}
#pay_wx .pw-box-hd img {
    border: 1px solid #ddd;
}
#pay_wx .pw-box-ft {
    height: 44px;
    padding: 8px 0 8px 125px;
    background: url(/assets/images/icon-red.png) 50px 8px no-repeat #ff7674;
}
#pay_wx .pw-box-ft p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
}
#pay_wx .p-w-sidebar {
    float: left;
    width: 379px;
    height: 421px;
    padding-left: 50px;
    margin-top: -20px;
    background: url(/assets/images/phone-bg.png) 50px 0 no-repeat;
}
#pay_wx .payment-change .pc-wrap {
    display: block;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s;
}
#pay_wx .payment-change .pc-wrap strong {
    color: #2ea7e7;
    margin-right: 30px;
    font-size: 16px;
    float: left;
    cursor: pointer;
}
#pay_wx .payment label {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 17px 0 17px 20px;
    position: relative;
}
#pay_wx .payment label.active {
    outline: 2px solid #cecece;
}
#pay_wx .payment label input {
    position: relative;
    margin-left: 0;
}
#pay_wx .payment label img {
    margin-left: 20px;
    vertical-align: middle;
}
#pay_wx .pay_right {
    padding: 12px 36px;
    font-size: 18px;
    background-color: #cb1d46;
    color: #fff;
    display: block;
    position: absolute;
    right: 110px;
    bottom: 25px;
}
#pay_wx .pay_right:hover {
    text-decoration: none;
}
#pay_wx .say_safe {
    line-height: 30px;
    margin: 10px 0;
    font-size: 14px;
}
#pay_wx .should_pay {
    line-height: 40px;
    margin: 10px 0;
}
#pay_wx .should_pay span {
    font-size: 18px;
    color: #cb1d46;
    margin: 0 4px;
}
#pay_wx .payment label label{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 0;
    position: relative;
}
#pay_wx .payment label label img {
    margin-right: 15px;
}
#pay_wx .payment label label span {
    margin-right: 155px;
}
#pay_wx .addN a {
    display: block;
    margin-top: 20px;
    width: 154px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: 40px;
    font-size: 14px;
    border: 1px dashed #000;
}
#pay_wx .pay_tip1 {
    margin: 10px 0 10px 40px;
}
#pay_wx .pay_tip2 {
    color: #d0d0d0;
    margin: 10px 0 10px 40px;
}
#pay_wx #pay_pass {
    width: 174px;
    height: 32px;
    border: 2px solid #f0f2f5;
    margin-left: 40px;
    padding-left: 10px;
}
#pay_wx #pay_pass:focus {
    outline: none;
}
.pay_after_box {
    width: 340px;
    margin: 0 auto;
    padding: 100px 0;
    text-align: center;
}
.pay_after_box p {
    margin: 10px 0;
}
.pay_after_box.error_box {
    width: 450px;
}
.pay_after_box.error_box p {
    color: #3d424d;
    text-align: left;
}
.pay_after_box .pay_after_success_tip1 {
    font-size: 24px;
}
.pay_after_box .pay_after_success_tip2 span{
    color: #cb1d46;
    margin-right: 5px;
}
.pay_after_box .pay_after_success_turn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #cc264b;
    color: #fff;
    font-size: 18px;
}
.pay_after_box .pay_after_error_tip1 {
    font-size: 30px;
}
