@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
/*header*/
*{margin:0px;padding:0px;}
.top{ line-height:70px;height:70px;margin: 0 auto;
    background: #FFF;
    border-bottom: 1px solid #B5B5B5;
    width:1200px;
    }
.top-left p{ color: #FFF;float:left;}
.top-left p img{ margin-right:7px;vertical-align:middle;}
.top-left p img+span{vertical-align: middle;font-size:30px}
.top-C{ color: #FFFFFF; padding-top:26px;float: left;}
.top-C font{ font-size:14px;}
.header-A{ font-size:20px; line-height:59px;color:#FFF; }
.top-right{float: left;margin-left: 29px; color:#FFF;}
.top ul li{float: left;list-style: none;position: relative}
.top ul li a{
    color:#333;
    text-decoration: none;
    width:100px;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    margin-left: 15px;
    margin-right: 15px;
    font-size:16px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.top ul li a::after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
   /* background-color: RGB(63,169,251);*/
    background-color: rgb(255,107,33);
  /*  background-color: RGB(254,225,211);*/
    opacity:0;
    -webkit-transition: -webkit-transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(0, 1, 1);
}
.top ul li a:hover::after{
    opacity:.1;
    -webkit-transition: -webkit-transform .6s, opacity .6s;
    transition: transform .6s, opacity .6s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(1,1,1);
}
.top ul li a:hover{
    color: rgb(255,107,33);
  /*  background: #ffe1d3;*/
    
}
.top ul li a.active{
    background-color: rgb(255,107,33);
    color: #FFF;
}
.top ul a img{ vertical-align: middle; margin-left:10px;}
.top .header-do a,.top .header-do a:hover{ margin-right: 10px;font-size:18px; color: #000000;}
.top .header-do samp{color: #000;cursor: default;}
.top .header-do samp+a{ margin-left:10px;}
.top .header-do{margin-left:0;width:auto;}
.top-left{
    float:left;
    /*display: inline-block;*/
    width: 260px;
    margin: 0 auto;
}
.sweet-alert h2{
    font-size: 26px;
}
.sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 6px 42px;
    margin: 12px 5px 14px 5px;
    cursor: pointer;
}
.logo{
    width: 260px;
    float:left;
    text-align: center;
    height:100%;
    cursor: pointer;
    background-color: #FFF;
   border-bottom: 1px solid #b5b5b5;
   margin-top: -1px;
}
.map-marker{
	float: left;
	width: 176px;
	cursor:pointer;
	position: relative;
    height: 100%;
    padding-left:18px;
}
.new-top{
    height:40px;
    color: #FFF;
    background-color: #333;
    line-height:40px;
    font-size:14px;
    min-width: 1200px;
}
.new-top-content{
    width: 1200px;
    margin:0 auto;
}
.map-marker span{
    min-width: 50px;
    display: inline-block;
    margin-left: 14px;
}
.vertical-line{
    height:16px;
    width: 2px;
    background-color: #FFF;
    margin:0 20px;
    display: inline-block;
    vertical-align: middle;
}
.login-btns{
    float: right;
}
.login-btns>span{
    vertical-align: middle;
}
.login-btns a,
.login-btns a:hover{
    color: #FFF;
}
.map-marker img{
    transform: rotate(180deg);
}
.header-logo{
    background-image: url("../img/dzf-logo.png");
    width: 48px;
    height: 33px;
    display: inline-block;
    background-size:100%;
    background-repeat:no-repeat;
    vertical-align: middle;
}
.top-div{
    background-color: #FFF;
    height: 70px;
}
.top ul{
    margin-bottom:0;
}
.header-logo+span{
    font-size: 20px;
    color: #0a72b0;
    vertical-align: middle;
    margin-left: 7px;
    display: inline-block;
    line-height: 1.4;
    text-align: left;
}
.cp-child{
    width: 122px;
    top: 15px;
    display: block;
    padding: 0;
    z-index: 99999;
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    z-index: 9999;
}
.top .cp-child ol{
    background-color: #ffe1d3;
    /*background: RGBA(0,0,0,.2);*/
    margin-top: 10px;
    overflow: hidden;
    border-radius: 3px;
}
.top .cp-child ol li{
    line-height: 38px;
    height:38px;
    width:100%;
}

.top .cp-child ol li a{
    font-size: 14px;
    width: 100%;
    margin: 0;
}
.top .cp-child ol li a:hover{
    color: #FFF;
    background-color: #ff6b21;
}
/*secHeader*/
body{
    margin:0;
    background: #E5E5E5;
}
*{
    font-family: "Microsoft Yahei";
}
.sec-header {
    width: 100%;
    /*background-color: RGBA(0, 0, 0, 0.3);*/
}

.sec-header-content {
    width: 1200px;
    margin: 0 auto;
    /* white-space: nowrap; */
    /*border-top:1px solid #FFF;*/
}
.sec-header-content .titles{
    padding-top: 0px;
    font-size: 22px;
}
.titles>span{
    margin-left:30px;
    cursor: pointer;
}
.sec-header-left {
    margin-left: 100px;
    color: #FFF;
    vertical-align: middle;
    /* float: left; */
    /* margin-top: 20px; */
    font-size: 16px;
    display: inline-block;
}

.sec-header-left span {
    vertical-align: bottom;
}
.logo-en{
    color: #979797;
    margin-left:5px;
}
.sec-header-right {
    /* float: right; */
    font-size: 22px;
    color: #FFF;
    /* margin-top: 20px; */
    vertical-align: middle;
    display: inline-block;
    margin-left: 180px;
}

.sec-header-cur {
    color: #fd5d45;
}

.home-select {
    position: relative;
    /*display: inline-block;*/
    vertical-align: middle;
    line-height: 40px;
    height: 100%;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    width: 212px;
    text-align: center;
    /*background: url("../img/home-select.png") no-repeat #128DCD 25px center;*/
    /*float: left;*/
}
.heiti{
    font-family:"Microsoft Yahei";
}
.home-select-logo,
.home-select-logo + span {
    vertical-align: middle;
}

.home-select:hover .options {
    display: block;
}
.top-left .logo:hover .options{
    display: block;
}
.options {
    position: absolute;
    top: 0px;
    left: 0;
    width: 260px;
    display: none;
    z-index:9999;
}

.option {
    line-height: 59px;
    text-align: left;
    background-color: RGBA(0, 0, 0, .5);
    padding-left: 30px;
    font-size: 14px;
}

.option i {
    font-size: 24px;
    float: right;
    margin-top: 18px;
    margin-right: 25px;
    line-height: 1;
}

.option + hr {
    margin: 0;
    border-color: transparent;
    border-width: 2px;
}

.option:hover {
    background-color: rgba(255,255,255,0.95);
    color: #ff6b21;
    border: 3px #ff6b21 solid; 
}
.map-marker:hover .icon-angle-down:before {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.link-list-div{
    display: none;
    position: absolute;
    top: 0;
    left: 260px;
    width: 700px;
    height: 470px;
    background-color: transparent;
}
.option:hover .link-list, .map-marker:hover .link-list,.option:hover .link-list-div{
    display: block;
}
.link-list {
    /*position: absolute;*/
    top: 10px;
    left: 270px;
    margin-left: 15px;
    margin-top:10px;
    width: 666px;
    height:380px;
    border-radius: 5px;
    display: none;
    white-space: normal;
    background-color: rgba(255,255,255,0.95);
    border: 1px solid #C1C1C1;
}
.map-marker .head-arealist {
	display: none;
}
.map-marker .link-list {
	display: none;
    position: absolute;
    top: 39px;
    left: 0;
    margin: 0;
    width: 253px;
    padding-bottom: 10px;
    height: auto;
    white-space: normal;
    border: 1px #ff6b21 solid;
    border-top: none;
}

.links {
  /*  padding:24px 30px 0;*/
  padding:6px 30px 0;
}

.links .title {
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 36px;
    width: 118px;
    vertical-align: top;
}

.links .title:hover,
.links .texts > span:hover {
    color: #ff6b21;
}

.texts span {
    margin-right: 20px;
    display: inline-block;
    line-height: 24px;
    padding: 2px 5px;
}
.texts span a{
    color: #333;
    text-decoration: none;
}
.texts a:hover{background: #ffe1d3;}
.texts span:hover{
    background:#D8EDFF;
}
.texts span:hover a{
    color: #3BAEFD;
}
.texts {
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #D4D4D4;
    line-height: 36px;
    padding-bottom: 24px;
    display: inline-block;
    /*width: 475px;*/
    vertical-align: top;
}

.map-marker .texts {
	border: none;
}
.map-marker .texts a {
	float: left;
    display: inline-block;
    line-height: 30px;
    min-width: 50px;
    text-align: center;
    color: #666;
    text-decoration: none;
}
.map-marker .texts a:hover {
    color: #ff6b21;
}
::-ms-clear, ::-ms-reveal{display: none;}
.banner {
    /*height: 40px;*/
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center 0;;
}
/*footer*/
.footer{
    padding-top:30px;
    text-align: center;
    line-height: 2;
    padding-bottom:40px;
    background-color: #333;
    color: #777;
    border-top:1px solid #DEDEDE;
    font-weight: bold;
    min-width: 1200px;
}
.footer a,
.footer a:hover{
    color: #777;
    cursor: pointer;
    text-decoration: none;
}
.footer .tel{
    font-size:16px;
    margin-top: 10px;
}
.copyright{
    font-size: 18px;
    cursor: default;
}
.copyright-div{
	margin-top:20px;
    font-size: 18px;
}
.userinfo {
	position: relative;
    width: 90px;
    display: inline-block;
    text-align: center;
    height:30px;
}
.userinfo span {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.userinfo:hover {
	background-color: #fff;
	color: #ff6b21;
}
.userinfo .user-dropdown{
    position: absolute;
    top: 30px;
    left: -1px;
    background-color: #fff;
    width: 92px;
    display: none;
    border: 1px solid #ff6b21;
    border-top: 0;
}
.user-dropdown p{
    line-height:35px;
}
.userinfo:hover .user-dropdown{
	display: block;
	z-index: 9999;
}

.userinfo .user-dropdown p{
	float: none;
	text-align: center;
}
.userinfo .user-dropdown p a{
	float: none;
	margin: 0;
	color: #ff6b21;
	font-size: 14px;
}
.blue-btn{
    width: 110px;
    height:32px;
    line-height: 32px;
    background-color: #ff6b21;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0;
    outline:0;
    cursor: pointer;
    color: #FFF;
}
.white-btn{
    width: 110px;
    height:32px;
    line-height: 32px;
    background-color: #FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #ff6b21;
    outline:0;
    cursor: pointer;
    color: #ff6b21;
}
.white-btn:hover{
    color: #FFF !important;
    background-color: #ff6b21;
}

.wp-mian{
	width: 1200px;
	height: 700px;
    margin: auto;
    background-color: #FFF;
}
.wp-col1{
    width: 1200px;
    /* text-align: center; */
    font-size: 18px;
    font-weight: bold;
    padding-top: 25px;
    padding-left: 20px;
    padding-bottom: 30px;
}
.other_pay{
	font-size: 16px;
	color: #3fa9fb;
	float: right;
    cursor: pointer;
}
.wx_ts{
	display: inline-block;vertical-align: middle;line-height: 25px;
    color: rgb(153,153,153);
}
.wx_ts b{
	font-size: 16px;
    font-weight: 400;
    color: #0C0C0C;
}
.wx_ewm{
	border: 2px solid #e7e7e7;
    padding: 8px;
}
.wx_ewm img {
    width: 220px;
    height: 220px;
}
.wx_phone{
	float: right;
    margin-right: 130px;
    margin-top: -80px;
}
.wx_ico{
	display: inline-block;
}
.wx_ico img {
    height: 43px;
    width: 47px;
}
.wx_left{
	float: left;margin-left: 100px;
    margin-top: 40px;
}
.col-red{
	color: red;
}
.other_payother_pay{
    font-size: 14px;
    margin-left: 10px;
    color: rgb(255,107,33)!important;
}
.other_payother_pay a{

    color: rgb(255,107,33)!important;
    font-weight: 400;
}

.new-top{
   /* position: fixed;*/
  position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.top-div{
	position: absolute;
    width: 100%;
    top: 40px;
    z-index: 999;
    margin-bottom: 100px
}
.footer span{margin:0px 4px 0px 4px;}
#menu a{
    text-decoration: none;
}

#layui-layim-chat .layim-chat-title{
    height: 80px;
    line-height: 80px;
    top: -80px;
}
#layui-layim-chat .layim-chat-other{
    height:100%;
    display: inline-block;
}
#layui-layim-chat .layim-chat-other img{
    vertical-align: middle;
}
#layui-layim-chat .layim-chat-other span{
    top:0;
}