﻿*
{
    zoom: 1;
}
::-webkit-input-placeholder
{
    color: #ccc;
    font-size: 14px;
}
::-moz-placeholder
{
    color: #ccc;
    font-size: 14px;
}
:-ms-input-placeholder
{
    color: #ccc;
    font-size: 14px;
}
.head-bg
{
    background: url(../image/head_bg.jpg) repeat-x center top;
    font-family: "Microsoft Yahei";
    height: 223px;
    position: relative;
}
.header
{
    width: 1200px;
    margin: 0 auto;
}
.header .top
{
    height: 39px;
    color: #999;
    line-height: 39px;
    font-size: 14px;
}
.header .top a
{
    display: inline-block;
    border-right: 1px solid #ebebeb;
    color: #999;
    position: relative;
    padding: 0 18px;
}
.header .top a:nth-child(1)
{
    border-left: 1px solid #ebebeb;
}
.header .top a:nth-child(3)
{
    border-right: 0;
}
.header .hd
{
    height: 134px;
    overflow: hidden;
}
.header .hd .logo
{
    width: 189px;
    height: 77px;
    overflow: hidden;
    margin-top: 30px;
}
.header .hd .logo img
{
    width: 189px;
    height: 77px;
    display: block;
}
.header .hd h2
{
    padding-left: 35px;
    margin-left: 37px;
    margin-top: 40px;
    width: 400px;
    float: left;
    height: 54px;
    font-size: 26px;
    color: #de0011;
    font-weight: bold;
    text-align: left;
    line-height: 30px;
    position: relative;
}
.header .hd h2:before
{
    content: "";
    width: 1px;
    height: 100%;
    background: #d5d5d5;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 0;
}
.header .hd h2 b
{
    color: #333;
    font-size: 20px;
    font-weight: normal;
    display: block;
}
.header .hd .hotphone
{
    margin-top: 50px;
    padding-left: 45px;
    height: 53px;
    background: url(../image/head_tel.jpg) no-repeat left center;
    float: right;
    width: 250px;
    box-sizing: border-box;
}
.header .hd .hotphone span
{
    color: #666;
    display: block;
    font-size: 14px;
}
.header .hd .hotphone p
{
    overflow: hidden;
    color: #00508d;
    font-size: 24px;
    font-family: Tahoma;
    font-weight: bold;
}
.nav
{
    width: 1200px;
    margin: 0 auto;
}
.nav
{
    height: 44px;
    line-height: 44px;
    width: 1200px;
}
.nav ul
{
    height: 44px;
    width: 1250px;
}
.nav li
{
    float: left;
    height: 44px;
    line-height: 44px;
    position: relative;
}
.nav li.nones:before
{
    content: "";
    width: 0;
    height: 100%;
    background: #3c2d29;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.nav li a
{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0 36px;
    position: relative;
    z-index: 1;
}
.nav li.home a
{
    padding-left: 49px;
}
.nav li.home a:before
{
    content: "";
    width: 18px;
    height: 18px;
    background: url(404.png) no-repeat;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
}
.nav li:before
{
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.nav li:after
{
    content: '';
    position: absolute;
    height: 100%;
    width: 0;
    background: #de0011;
    bottom: 0;
    left: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
    color: #fff;
}
.nav li:after
{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.1);
    -webkit-transition: 800ms;
    transition: 800ms;
}
.nav li:hover:after, .nav li.cur:after
{
    width: 100%;
    color: #fff;
}
.nav li a:hover, .nav .cur a
{
    text-decoration: none;
    color: #fff;
}
.nav li dl
{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: .9;
    background: #fff;
    box-shadow: 0 0 46px rgba(44,70,95,.16);
}
.nav li dl dd
{
    display: block;
    line-height: 28px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.nav li dl dd:last-child
{
    border-bottom: none;
}
.nav li dl dd a
{
    display: block;
    color: #727273;
    padding: 4px 0;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.nav li dl dd a:hover
{
    background-color: #de0011;
}
.head_layer
{
    filter: alpha(opacity=100);
    opacity: 1;
    position: fixed;
    top: 0;
    width: 100%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)-0);
    z-index: 10;
    left: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.fullSlide
{
    position: relative;
    background: #000;
    margin: 0 auto;
}
.fullSlide .bd
{
    position: relative;
    z-index: 0;
}
.fullSlide .bd li img
{
    width: 100%;
    vertical-align: top;
}
.fullSlide .hd
{
    position: relative;
    z-index: 1;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.fullSlide .hd ul
{
    text-align: center;
    padding-top: 5px;
}
.fullSlide .hd ul li
{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 62px;
    height: 5px;
    margin: 5px;
    background: #fff;
    overflow: hidden;
    font-size: 0;
}
.fullSlide .hd ul .on
{
    background: #de0011;
}
.fullSlide .prev, .fullSlide .next
{
    z-index: 1;
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    margin: -17% 0 0 3%;
    float: left;
    background: url(../image/arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: .4;
}
.fullSlide .next
{
    background-position: right 0;
    float: right;
    margin-right: 3%;
}
.fullSlide .prev:hover, .fullSlide .next:hover
{
    filter: alpha(opacity=80);
    opacity: .8;
}
.search
{
    height: 59px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.search-key
{
    font-weight: normal;
    line-height: 59px;
    width: 720px;
    overflow: hidden;
    float: left;
}
.search-key b
{
    height: 59px;
    display: inline-block;
    color: #999;
    padding-left: 25px;
    font-weight: bold;
}
.search-key a
{
    color: #999;
    line-height: 59px;
    padding: 0 32px 0 0;
    font-size: 14px;
}
.search-input
{
    float: right;
    overflow: hidden;
    margin-top: 15px;
}
.search-input .inpt
{
    border-style: none;
    float: left;
    border-left: 1px solid #ececec;
    border-right: 0;
    color: #666;
    padding-left: 15px;
    width: 243px;
    height: 24px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    background: none;
}
.search-input .btn
{
    border-style: none;
    background: url(../image/ss.jpg) no-repeat;
    cursor: pointer;
    height: 24px;
    width: 55px;
    display: inline-block;
}
.search-input input::-webkit-input-placeholder
{
    color: #e7e7e7;
}
.search-input input::-moz-placeholder
{
    color: #e7e7e7;
}
.search-input-input input:-moz-placeholder
{
    color: #e7e7e7;
}
.search input:-ms-input-placeholder
{
    color: #e7e7e7;
}
.page-banner
{
    overflow: hidden;
    line-height: 0;
    text-align: center;
}
.page-banner img
{
    max-width: 100%;
}
.page-search
{
    background: #f2f2f2;
    height: 82px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 14px;
}
.page-search p
{
    color: #444;
    line-height: 82px;
}
.page-search a
{
    color: #444;
    display: inline-block;
    margin-right: 15px;
}
.page-search-w
{
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}
.page-search-w input
{
    border: 0;
}
.page-search-inpt
{
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
}
.page-search-btn
{
    width: 30px;
    height: 30px;
    background: url(../image/ico_find.png) no-repeat center;
    float: right;
    cursor: pointer;
}
.breadcrumb
{
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
}
.breadcrumb b
{
    border-left: 10px solid #231816;
    font-weight: normal;
    padding-left: 8px;
}
.breadcrumb i
{
    font-style: normal;
}
.breadcrumb span
{
    font-family: '宋体';
    padding: 0 5px;
    height: 46px;
    line-height: 46px;
}
.left-tit
{
    background: #de0011;
    height: 80px;
}
.left-tit h3
{
    height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.left-tit h3 span
{
    font-size: 14px;
    text-transform: uppercase;
}
.left-nav li h3
{
    height: 50px;
    line-height: 50px;
    background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}
.left-nav li h3 a
{
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}
.left-nav li h3.sidenavcur, .left-nav li h3:hover
{
    background: url(../image/p14-icon2.png) no-repeat right center #de0011;
}
.left-nav li h3.sidenavcur a, .left-nav li h3:hover a
{
    color: #fff;
}
.left-nav dl
{
    padding: 2px 0 4px;
}
.left-nav dt
{
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}
.left-nav dt:after
{
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.left-nav dt.sidenavcur:after, .left-nav dt:hover:after
{
    border-color: #de0011;
}
.left-nav dt.sidenavcur a, .left-nav dt:hover a
{
    color: #de0011;
}
.left-nav dt.on a
{
    color: #fff;
}
.left-nav dt.on
{
    color: #ff;
    background: #de0011;
}
.left-nav dt.on:after
{
    border-color: #fff;
}
.left-nav dd
{
    border: 1px solid #ececec;
    border-bottom: 0;
}
.left-nav p
{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding-left: 72px;
    padding-right: 40px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.left-nav p.sidenavcur a, .left-nav p:hover a
{
    color: #de0011;
}
.left-nav p.sidenavcur:after, .left-nav p:hover:after
{
    background: #231816;
}
.left-nav a
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-menu
{
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}
.page-menu li
{
    width: 20%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    border-right: 1px solid #fff;
    background: #f4f4f4;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}
.page-menu li a
{
    display: block;
    height: 55px;
    color: #222;
}
.page-menu li.sidenavcur, .page-menu li:hover
{
    background: #de0011;
    border-color: #de0011;
}
.page-menu li.sidenavcur a, .page-menu li:hover a
{
    color: #fff;
}
.page-info
{
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 38px;
}
.page-tit
{
    background: url(../image/tit_bg.png)no-repeat center 56px;
    height: 90px;
    text-align: center;
    clear: both;
    margin: 20px;
}
.page-tit span
{
    color: #666;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 4px;
}
.page-tit h3
{
    color: #de0011;
    font-size: 30px;
    word-spacing: 2px;
    letter-spacing: 3px;
}
.left-tel
{
    height: 140px;
    background: url("../image/left_tel_bg.jpg") no-repeat;
    color: #333;
    margin-bottom: 30px;
}
.left-tel p
{
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    padding: 37px 0 0 95px;
    background: url(../image/left_tel_ico.png) no-repeat 74px 44px;
}
.left-tel span
{
    display: block;
    height: 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    padding-left: 73px;
}
.pic-list-ul dl
{
    width: 32.6%;
    float: left;
    background: #f0f0f0;
    margin: 0 1% 13px 0;
}
.pic-list-ul dl:nth-child(3n)
{
    margin-right: 0;
}
.pic-list-ul dt
{
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
}
.pic-list-ul dt img
{
    display: block;
    width: 100%;
}
.pic-list-ul dd
{
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
}
.pic-list-ul dd a
{
    color: #4b4a4a;
}
.about_p, .about_p p, .about_p p img
{
    width: 1200px;
    overflow: hidden;
    height: 441px;
}
.about_ico
{
    width: 260px;
    height: 302px;
    left: 40px;
    top: 15px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}
.about_ico span
{
    width: 260px;
    height: 62px;
    left: 0;
    top: 200px;
    position: absolute;
}
.about_ico span b
{
    display: block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2px;
}
.about_w
{
    padding: 30px 20px 0;
    line-height: 30px;
    color: #797979;
    border: 1px solid #dedede;
    border-top: 0;
}
.about_w h3
{
    height: 60px;
    font-size: 30px;
    line-height: 38px;
    color: #3c3c3c;
}
.about_w h3 em
{
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    color: #969696;
    font-style: normal;
    display: block;
}
.about_w h3 span
{
    font-size: 22px;
    float: right;
}
.about_w h3 span b
{
    color: #de0011;
}
.about_w h3 span i
{
    font-weight: normal;
}
.about_r
{
    width: 488px;
}
.about_l
{
    padding: 7px 0 0;
}
.about_l p
{
    display: block;
}
.about_l li
{
    float: left;
    padding: 25px 70px 0 0;
    margin-left: 85px;
    border-right: 1px solid #eee;
}
.about_l li:last-child
{
    border-right: 0;
}
.about_l li b
{
    display: block;
    line-height: 58px;
    color: #de0011;
    font-size: 51px;
}
.about_fuwu
{
    width: 100%;
}
.about_fuwu_l
{
    width: 550px;
    float: left;
}
.about_fuwu_r
{
    width: 635px;
    float: right;
}
.lxkf
{
    width: 1200px;
    height: 245px;
}
.lxkf dt
{
    width: 188px;
    float: left;
}
.lxkf dt img
{
    display: block;
    width: 188px;
    height: 188px;
}
.lxkf dd
{
    width: 935px;
    float: right;
}
.lxkf dd h4
{
    width: 768px;
    height: 45px;
    padding-top: 25px;
    font: 24px "Microsoft YaHei";
    color: #de0011;
    background: url(../image/red_line.jpg) no-repeat left bottom;
}
.lxkf dd h4 i
{
    padding-left: 15px;
    text-transform: uppercase;
    font: 16px "Arial";
    color: #999;
}
.lxkf dd p
{
    font: 14px "Microsoft YaHei";
    color: #333;
    line-height: 30px;
    padding-top: 15px;
}
.lxwm
{
    height: 455px;
}
.lxwm .al
{
    width: 495px;
    float: left;
    background: #eaf3f7;
    padding: 50px 0;
    height: 337px;
    overflow: hidden;
}
.lxwm .al h4
{
    font: 20px "Microsoft YaHei";
    color: #000;
    height: 60px;
    width: 400px;
    padding-left: 30px;
}
.lxwm .al h4 i
{
    display: block;
    font: 12px "Microsoft YaHei";
    color: #000;
    padding-top: 5px;
}
.lxwm .al ul
{
    padding-left: 65px;
    background: url(../image/ico_map.png) no-repeat left center;
    margin: 40px 22px 0 30px;
}
.lxwm .al li
{
    font: 16px "Microsoft YaHei";
    color: #000;
    line-height: 24px;
}
.lxwm .al .ul2
{
    background: url(../image/ico_email.png) no-repeat left center;
}
.lxwm .al .ul3
{
    background: url(../image/ico_phone.png) no-repeat left 6px;
    height: 48px;
}
.lxwm .al .ul3 li
{
    line-height: 20px;
}
.lxwm .al .ul3 li b
{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}
.lxwm .ar
{
    float: left;
    width: 571px;
}
.map-title
{
    font-size: 16px;
    line-height: 24px;
}
.map-list
{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}
.footer
{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.f_bg
{
    min-width: 1200px;
    height: 360px;
    font-family: "Microsoft YaHei";
    color: #fff;
    line-height: 25px;
    font-size: 14px;
    padding: 0 0 0;
    background: url('../image/bg.jpg') no-repeat;
}
.f_link
{
    height: 54px;
    overflow: hidden;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    background: url(../image/line.jpg) no-repeat top;
}
.f_link a
{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 22px;
    margin-top: 15px;
}
.f_link a:hover
{
    color: #00ce99;
}
.f_nav
{
    height: 44px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.f_nav a
{
    padding: 0 31px;
    color: #fff;
}
.f_con
{
    height: 200px;
    padding: 55px 0 0;
    overflow: hidden;
}
.f_logo
{
    width: 300px;
    padding: 6px 0 0 15px;
}
.f_text
{
    width: 550px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}
.f_text li
{
    margin-left: 30px;
    color: #e2e2e2;
}
.f_text h2
{
    font-size: 22px;
    padding-bottom: 10px;
    color: #efefef;
}
.f_text span
{
    width: 332px;
    display: inline-block;
}
.f_code
{
    width: 250px;
}
.f_code
{
    float: right;
    display: table;
    padding-left: 5px;
    background: url("../image/ewm.png") left center no-repeat;
    height: 114px;
}
.f_code div
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 120px;
}
.f_code p
{
    font-size: 18px;
    color: #f5f5f5;
    line-height: 28px;
}
.f_code span
{
    font-size: 14px;
    color: #d8d8d8;
}
.f_copy
{
    width: 100%;
    min-width: 1200px;
    border-top: 0 solid #045196;
    padding-top: 20px;
    text-align: center;
    line-height: 20px;
    color: #f7f7f7;
}
.f_copy p
{
    text-align: center;
    padding-bottom: 5px;
}
.f_copy p a
{
    color: #f7f7f7;
}
.rt-live
{
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}
.rt-live li a
{
    text-decoration: none;
}
.rt-live li
{
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}
.rt-live li i
{
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 auto;
    text-align: center;
}
.rt-live li p
{
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.rt-live .kf-qq i
{
    background-position: 4px 5px;
}
.rt-live .kf-tel i
{
    background-position: 0 -21px;
}
.rt-live .kf-liuyan i
{
    background-position: 4px -53px;
}
.rt-live .kf-weixin i
{
    background-position: -34px 4px;
}
.rt-live .kf-weibo i
{
    background-position: -30px -22px;
}
.rt-live .kf-ftop
{
    display: none;
}
.rt-live .kf-ftop i
{
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}
.rt-live .kf-ftop .kf-main
{
    padding-top: 6px;
}
.rt-live .kf-left
{
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}
.rt-live .kf-tel-right
{
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}
.rt-live .kf-right
{
    width: 20px;
}
.rt-live .kf-tel-main
{
    background: #de0011;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}
.rt-live .kf-main
{
    background: #de0011;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}
.rt-live .kf-weixin-pic
{
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}
.rt-live .kf-weixin-pic img
{
    width: 115px;
    height: 115px;
}
.sitemap-xml
{
    height: 30px;
    line-height: 30px;
    text-align: right;
}
.sitemap-tit
{
    height: 46px;
    font-size: 26px;
    line-height: 46px;
    color: #fff;
    clear: both;
}
.sitemap-tit p
{
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    background: #de0011;
}
.sitemap-tit a
{
    color: #fff;
}
.sitemap ul
{
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 40px;
}
.sitemap li
{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    width: 16.66%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 1px;
}
