/* common start */
html{
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{
    background:#fff;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,select{
    margin:0;
    padding:0;
}
ol,ul{
    list-style:none;
}
table{
    border-collapse:collapse;
}
* html .clearfix{
    height:1%;
}
h1,h2,h3,h4,h5,h6,em,i,strong{
    font-style:normal;
    font-weight:normal;
}
a{
    cursor:pointer;
    text-decoration:none;
}
a:hover{
    outline:none;
    /*color:#e84c3d;*/
    blur:expression(this.onFocus=this.blur());
}
img{
    border:0px none;
    vertical-align:bottom;
}
input,button,textarea,select{
    *font-size:100%;
    outline:none;
    vertical-align:middle;
}
input{
    border:0 none;
    vertical-align:middle;
    outline:none;
    background:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999999; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999999;opacity:1;
}

input:-ms-input-placeholder{
    color: #999999;opacity:1;
}

input::-webkit-input-placeholder{
    color: #999999;opacity:1;
}
select{
    vertical-align:middle;
}
.fl{
    float:left!important;
}
.fr{
    float:right!important;
}

.cl{
    clear:both;
    font-size:0px;
    height:0px;
    line-height:0px;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    zoom:1;
}
.mt5{
    margin-top:5px;
}
.mt10{
    margin-top:10px;
}
.mt15{
    margin-top:15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top:50px;
}
.mt70{
    margin-top: 70px;
}
.txt_center{
    text-align:center!important;
}
.animate{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.account_list a:hover{
    margin-left:15px;
}
.w1200{
    width:1200px;
    margin:0 auto;
    min-width:1200px;
}
.border-none{
    border:none!important;
}
.ellipsis{
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.word{
    word-wrap:break-word;
}
body{
    font-size:12px;
    color:#666;
    line-height:20px;
    font-family:"Microsoft YaHei";
    background:#f2f2f2;
    min-width:1200px;
}

body{
    width:expression(document.body.clientWidth <= 1200? "1200px":"auto");
}
/* common end */

/* index-start */
.nice_header{
    height: 35px;
    background-color: #ffffff;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    z-index: 100;
}
.nice_header .left{
    width: 250px;
    float: left;
}
.nice_header .left .p1{
    font-size:13px;
    color: #666666;
    line-height: 35px;
}
.nice_header .right{
    float: right;
    width: 950px;
    text-align: right;
}
.nice_header .right .link_box{
    position: relative;
    display: inline-block;
    _display:inline;
    vertical-align: top;
}
.nice_header .right .link_box>a{
    display: inline-block;
    _display:inline;
    line-height: 35px;
    padding-left: 15px;
    vertical-align: top;
    text-decoration:none;
}
.nice_header .right .link_box:hover .link_inner{
    display: block;
}
.nice_header .right .link_box .link_inner{
    display: none;
    position: absolute;
    left:50%;
    top: 35px;
    width: 100%;
    margin-left: -54%;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.nice_header .right .link_box .link_inner a{
    display:block;
    line-height: 25px;
    height: 25px;
    padding-left: 15px;
    font-size:13px;
    color: #666666;
    font-weight: normal;
    text-align: left;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    text-decoration:none;
}
.nice_header .right .link_box .link_inner  a:hover {
    color: #ffffff;
    background-color: #f52f3e;
}
.nice_header .right .link_box>a span{
    font-size:13px;
    color: #666666;
}
.nice_header .right .link_box>a em,.nice_header .right .link_box>a span,.nice_header .right .link_box>a i{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_header .right .link_box>a em{
    color: #e5e5e5;
    padding-left: 15px;
}
.nice_header .right .link_box>a.act span,.nice_header .right .link_box>a:hover span{
    color: #f52f3e;
}
.nice_header .right .link_box>a.act em,.nice_header .right .link_box>a:hover em{
    color: #f52f3e;
}
.nice_header .right .link_box>a i{
    display: inline-block;
    _display:inline;
    width: 10px;
    height: 5px;
    background: url("../images/downList_icon.png") no-repeat 0 0;
    vertical-align:middle;
    margin-left:6px;
    margin-top: -3px;
}
.nice_header .right .link_box:hover>a,.nice_header .right .link_box:hover>a em{
    color: #f52f3e;
}
.nice_header .right .link_box:hover>a i{
    background: url("../images/downList_icon_01.png") 0 -5px;
}
.nice_nav{
    background-color: #ffffff;
    position: relative;
    z-index: 50;
}
.nice_nav .logo_box{
    float: left;
    padding:22px 0;
    width:270px;
}
.nice_nav .logo_box img{
    display: block;
    width: 100%
}
.nice_search_box{
    float: right;
    padding: 25px 0;
    margin-left: 37px;
}
.nice_search_box .s_content{
    width:230px;
    height: 34px;
    position: relative;
    cursor: pointer;
}
.nice_search_box .s_content input{
    display: block;
    width:187px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ebebeb;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: #ffffff;
    padding-left: 11px;
    padding-right: 30px;
    font-size:14px;
    color: #333;
}
.nice_search_box .s_content input:hover{
    border-color:#999999;
}
.nice_search_box .s_content input:focus{
    border-color:#f52f3e;
}
.nice_search_box .s_content .icon{
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/search_icon.png") no-repeat center;
}
.nice_search_box .s_content .icon.act{
    background: url("../images/search_icon_01.png") no-repeat center;
}
.nice_nav .nav_box{
    float: right;
    width: 640px;
}
.nice_nav .nav_box ul li{
    float: right;
    height: 84px;
    line-height: 84px;
}
.nice_nav .nav_box ul li a{
    display: inline-block;
    _display:inline;
    vertical-align: top;
    line-height: 84px;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    color: #222222;
    text-decoration:none;
}
.nice_nav .nav_box ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 3px;
    background-color: #ef1330;
}
.nice_nav .nav_box ul li strong{
    position: absolute;
    left: 41px;
    top: 11px;
    display: inline-block;
    _display:inline;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    background-color: #f76410;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.nice_nav .nav_box ul li strong em{
    position: absolute;
    left: 0;
    bottom: -2px;
    display: block;
    width: 3px;
    height: 4px;
    background: url("../images/icon_01.png") no-repeat center;
}
.nice_nav .nav_box ul li a,.nice_nav .nav_box ul li i{
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
}
.nice_nav .nav_box ul li a.act,.nice_nav .nav_box ul li a:hover{
    color: #ef1330;
}
.nice_nav .nav_box ul li a.act i,.nice_nav .nav_box ul li a:hover i{
    width: 100%;
}
.nice_nav.fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
    box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 -3px 20px 2px rgba(0,0,0,0.5);
}
.nice_nav.fixed .logo_box{
    padding: 12px 0;
}
.nice_nav.fixed .nice_search_box{
    padding: 15px 0;
}
.nice_nav.fixed  .nav_box li{
    height: 64px;
}
.nice_nav.fixed  .nav_box li a{
    line-height: 64px;
}
.nice_nav.fixed   .nav_box ul li strong{
    top:3px;
}
.footer{
    padding-bottom: 120px;
    background-color: #222526;
}
.footer_top{
    padding:32px 0 17px;
}
.footer_top .left{
    width: 1055px;
}
.footer_top .left ul{
    width:155px;
}
.footer_top .left li{
    margin-bottom: 10px;
}
.footer_top .left li h5{
    font-size: 16px;
    color: #cccccc;
    line-height: 25px;
    margin-bottom:15px;
    text-align: left;
}
.footer_top .left li a{
    display: block;
    font-size:13px;
    color: #777777;
    line-height: 20px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    text-decoration:none;
    text-align: left;
}
.footer_top .left li a:hover{
    color: #ffffff;
}
.footer_top .right{
    width: 145px;
}
.footer_top .right h5{
    font-size: 20px;
    color: #cccccc;
    line-height: 30px;
    text-align: left;
}
.footer_top .right .p1{
    font-size:12px;
    color: #a5a5a5;
    line-height: 20px;
    margin-top:10px;
    text-align: left;
}
.footer_top .right .icon_box{
    margin-top:52px;
    text-align: center;
}
.footer_top .right .icon_box a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    width: 36px;
    height: 36px;
    margin:  0 9px;
    position: relative;
}
.footer_top .right .icon_box a.a1{
    background: url("../images/down_icon.png") no-repeat 0 0;
}
.footer_top .right .icon_box a.a2{
    background: url("../images/down_icon_01.png") no-repeat 0 0;
}
.footer_top .right .icon_box a.a1:hover{
    background: url("../images/down_icon.png") no-repeat -37px 0;
}
.footer_top .right .icon_box a.a2:hover{
    background: url("../images/down_icon_01.png") no-repeat -37px 0;
}
.footer_top .right .icon_box a:hover .weixin_box{
    display: block;
}
.footer_top .weixin_box{
    display: none;
    position:absolute;
    left: 50%;
    top: -165px;
    margin-left:-64px;
    width: 128px;
    padding-top: 12px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.footer_top .weixin_box .img_bow{
    width: 104px;
    height: 104px;
}
.footer_top .weixin_box .p6{
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}
.footer_top .weixin_box .icon{
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -7px;
    display: block;
    width: 14px;
    height: 9px;
    background: url("../images/weixin_icon_02.png") no-repeat center;
}
.footer_bottom{
    border-top: 1px solid #464649;
    padding: 20px 0;
    background-color: #222526;
}
.footer_bottom .contact_ways{
    text-align: center;
    margin-bottom: 6px;
}
.footer_bottom .contact_ways a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    padding:0 13px;
    font-size:12px;
    color: #a5a5a5;
    line-height: 22px;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    text-decoration:none;
}
.footer_bottom .contact_ways a:hover{
    color: #ffffff;
}
.footer_bottom .p1{
    font-size:12px;
    color: #a5a5a5;
    line-height: 20px;
    text-align: center;
}
.footer_public{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index:10000;
}
.footer_public .w1200{
    position: relative;
}
.footer_public .close{
    position: absolute;
    top: 10px;
    right: 60px;
    display: block;
    width:40px;
    height:40px;
    border: 1px solid transparent;
    background: url("../images/close_btn.png") no-repeat center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.footer_public .close:hover{
    border: 1px solid #bbc1c8;
}
.footer_public .btn_box{
    padding: 40px 231px 40px 0;
    text-align: right;
}
.footer_public .btn_box a{
    display: inline-block;
    _display:inline;
    vertical-align:top;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #ffffff;
    margin:  0 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    text-decoration:none;
}
.footer_public .btn_box a:hover{
    background-color: #ef1330;
    border-color: #ef1330;
}
.footer.normal{
    padding-bottom: 0;
}
.fixed_menu{
    position:fixed;
    right: 2%;
    top:50%;
    width:56px;
    z-index:30000;
    display: none;
    background-color: #ffffff;
}
.fixed_menu li a{
    display:block;
    width: 54px;
    padding: 4px 0 2px;
    border: 1px solid #ef1330;
    border-bottom: none;
    position:relative;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.fixed_menu ul{
    border-bottom: 1px solid #ef1330;
}
.fixed_menu ul .text{
    width: 48px;
    height: 28px;
    margin: 0 auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
    position: relative;
    z-index: 100;
}
.fixed_menu .icon_service .text{
    background: url("../images/fixed_icon_01.png") no-repeat center;
}
.fixed_menu .icon_weixin .text{
     background: url("../images/fixed_icon_02.png") no-repeat center;
}
.fixed_menu .icon_back .text{
    background: url("../images/fixed_icon_03.png") no-repeat center;
}
.fixed_menu li span{
    display: block;
    width: 54px;
    line-height: 20px;
    text-align: center;
    font-size:12px;
    color: #ef1330;
    margin-top: 2px;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.fixed_menu a.act {
    background-color: #ef1330;
    text-decoration: none;
}
.text,.fixed_menu .icon_service.act .text{
    background: url("../images/fixed_icon_04.png") no-repeat center;
}
.fixed_menu .icon_weixin.act .text{
    background: url("../images/fixed_icon_05.png") no-repeat center;
}
.fixed_menu .icon_back.act .text{
    background: url("../images/fixed_icon_06.png") no-repeat center;
}
.fixed_menu a.act span{
    color: #FFFFFF;
}
.fixed_menu .icon_weixin .weixin_img{
    display: none;
    position: absolute;
    left:-151px;
    bottom: 0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    padding: 12px 12px 0;
}
.fixed_menu .icon_weixin .weixin_img em{
    position: absolute;
    right:-10px;
    bottom:10px;
    display: block;
    width:10px;
    height: 16px;
    background: url("../images/weixin_icon_01.png") no-repeat center;
}
.fixed_menu .weixin_img .img_box{
    width:104px;
    height: 104px;
}
.fixed_menu .weixin_img .img_box img{
    display: block;
    width: 100%;
}
.fixed_menu .icon_weixin .weixin_img .p1{
    padding: 5px 0;
    font-size:13px;
    color: #666666;
    line-height: 22px;
    text-align: center;
}
.fixed_menu .icon_weixin:hover .weixin_img{
    display: block;
}
.fixed_menu .pic{
    position:absolute;
    right:100%;
    top:0;
    margin-right:15px;
    width:160px;
    height:160px;
    background:#FFFFFF;
    border:1px solid #e9e9e9;
    z-index:999;
    display:none;
}
.fixed_menu li:hover .pic{
    display:block;
}
.fixed_menu .pic:after{
    content:'';
    position:absolute;
    right:-9px;
    top:22px;
    width:10px;
    height:12px;
    background:url(../images/icon-trai.png) no-repeat center center;
}
body{
    background:#fff;
}