body {
    height: 100%;
    background: url(../images/bg_iabout.jpg) no-repeat 0 100px;
    background-size: 100% 100%;
}

.header {
    width: 100%;
    height: 100px;
    background: url(../images/top_bg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 2px 16px #999;
    /*	position: fixed;
	z-index: 99999;
	top: 0;*/
}

.wid_mar {
    width: 1200px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    margin-top: 33px;
}

.header .nav {
    float: left;
    width: 680px;
    margin-top: 40px;
    margin-left: 120px;
}

.header .nav li a {
    display: block;
    float: left;
    color: #2d476b;
    font-size: 20px;
    padding: 0 11px;
}

.header .nav li a:hover {
    color: #ff710f;
}

.fy_banner {
    /*margin-top: 100px;*/
}

.fy_banner img {
    width: 100%;
    height: 250px;
}


/*banner*/

.slider {
    /*margin-top: 100px;*/
    position: relative;
    height: 380px;
    min-width: 1004px;
    width: 1200px;
    overflow: hidden;
}

.slider .slider-pointer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 99;
}

.slider .slider-pointer li {
    display: inline-block;
    margin: 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #ffffff;
    transition: all 320ms ease;
}

.slider .slider-pointer li:hover {
    background-color: #c63e02;
}

.slider .slider-pointer li.active {
    background-color: #FF710F;
}

.slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;
}

.slider .slider-inner .img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
}

.slider .slider-control {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
}

.slider .slider-control:hover {
    opacity: 0.65;
    background-color: #2D476B;
}

.slider .slider-control:active {
    opacity: 0.85;
}

.slider .slider-control.prev {
    display: none;
    left: 20px;
}

.slider .slider-control.next {
    display: none;
    right: 20px;
}

.slider:hover .slider-control.prev {
    display: block;
    left: 20px;
}

.slider:hover .slider-control.next {
    display: block;
    right: 20px;
}


/*banner*/

.footer {
    width: 100%;
    background: url(../images/footer_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    -ms-background: url(../images/footer_bg.jpg) no-repeat center center;
}

.footer_top {
    padding: 20px 0;
}

.footer_top p {
    float: left;
    color: #fff;
    line-height: 26px;
}


/*.footer_top img{
	float: right;
}*/

.footer_top .wid_mar {
    background: url(../images/bot_logo.png) no-repeat right center;
}

.fo1 {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    float: left;
}

.fo1 span {
    display: block;
    font-size: 14px;
    color: #fff;
    /*949494*/
    line-height: 26px;
    width: 280px;
}

.fo1 button {
    color: #fff;
    background: #FF710F;
    /*DC9141*/
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.fo2 {
    float: left;
    margin-left: 70px;
}

.fo2 dl {
    float: left;
    margin-left: 50px;
}

.fo2 dl.national {
    width: 260px;
}

.fo2 dl.national:after {
    display: block;
    content: "";
    clear: both;
}

.fo2 dt {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    border-bottom: 1px #dc9141 solid;
}

.fo2 dd {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}

.fo2 dl.national dd {
    float: left;
    margin-right: 15px;
}

.fo2 a {
    color: #fff;
}

.fo2 a:hover {
    color: #15B3E1;
    /*2d476b*/
}

.fo3 {
    float: right;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

.footer_bot {
    padding: 20px 0;
}

.footer_bot .fb1 {
    width: 340px;
    margin: 0px auto 20px;
}

.footer_bot li {
    float: left;
    margin-right: 14px
}

.footer_bot p {
    text-align: center;
    line-height: 26px;
}

.right_zx {
    width: 46px;
    height: 200px;
    background: #FF710F;
    position: fixed;
    right: 10px;
    bottom: 20%;
    border-radius: 5px;
    z-index: 2;
    cursor: pointer;
}

.zx_qq,
.zx_hot,
.zx_wx,
.zx_top {
    height: 50px;
    /*background: #FF0*/
    border-bottom: 1px #fff solid;
    position: relative;
}

.zx_qq span,
.zx_hot span
/*,.zx_top span*/

{
    display: block;
    width: 110px;
    height: 43px;
    position: absolute;
    background: url(../images/zx_bg.png) no-repeat;
    right: 50px;
    color: #fff;
    padding-right: 10px;
    text-align: center;
    line-height: 43px;
    font-size: 13px;
    display: none;
}

.zx_qq {
    background: url(../images/tel.png) no-repeat center center;
}

.zx_hot {
    background: url(../images/hotline.png) no-repeat center center;
}

.zx_wx {
    background: url(../images/weichat.png) no-repeat center center;
}

.zx_wx .img {
    width: 100px;
    height: 130px;
    position: absolute;
    right: 50px;
    bottom: -6px;
    display: none;
    padding: 10px;
    right: 54px;
    border-radius: 4px;
    background: #FF710F;
}

.zx_wx .img img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.zx_wx .img span {
    display: block;
    text-align: center;
    margin: 10px 0 0 6px;
    color: #fff;
}

.zx_h:hover .zx_xs {
    display: block;
}

.right_zx .zx_top {
    border: none!important;
    background: url(../images/gotop.png) no-repeat center center;
}

.right_zx .zx_top:hover {
    background: url(../images/top_h.png) no-repeat center center;
}