﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    color: #6f6f6f;
}
a:hover{
    color: #0d55ac;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}
html,body{
    min-width: 1024px;
}
body{
    font-family:"微软雅黑","Microsoft Yahei";
    font-size: 12px;
}
.wp{
    /*max-width: 1080px;
    width: 100%;*/
    margin: 0 auto;
    width: 1024px;
}


/*头部*/
#hd{
    height: 110px;
    background: #fff;
    position: relative;
    z-index: 2000;
}
#hd .logo{
    float: left;
}
#hd .logo a{
    display: block;
    height: 110px;
    line-height: 110px;
}
#hd .logo a img{
    display: inline-block;
    vertical-align: middle;
}
#hd .hdr{
    float: right;
    line-height: 110px;
}
#hd .hdr .ewm{
    display: inline-block;
    position: relative;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
#hd .hdr .ewm .ewm-box{
    position: absolute;
    width: 270px;
    height: 116px;
    background: #fff;
    left: 20px;
    top: 76px;
    text-align: center;
    -moz-box-shadow:0px 0px 10px #A3A3A3; 
    -webkit-box-shadow:0px 0px 10px #A3A3A3; 
    box-shadow:0px 0px 10px #A3A3A3;
    padding: 20px 0;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
#hd .hdr .ewm:hover .ewm-box{
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 1)';
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
    visibility: visible;
}
#hd .hdr .ewm .ewm-box img{
    display: inline-block;
    margin: 0 10px;
}
#hd .hdr a{
    display: inline-block;
    margin-left: 20px;
    padding-left: 23px;
    background: url(../images/hd_icon.png) no-repeat left center;
}
#hd .hdr a.s2{
    background-position: -92px center;
}
#hd .hdr a.s3{
    background-position: -184px center;
}


#nav{
    height: 50px;
    background: #0d55ac;
    position: relative;
    z-index: 1000;
}
#nav ul{
    float: left;
}
#nav ul li{
    float: left;
    position: relative;
    width: 90px;
}
#nav ul li a.s1{
    display: block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    position: relative;
}
#nav ul li.current a.s1,
#nav ul li a.s1:hover{
    color: #c99e18;
}
#nav ul li a.s1:before,
#nav ul li:last-child a.s1:after,
#nav ul li .snv dl dt a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 4px;
    background: #86aad6;
}
#nav ul li:last-child a.s1:after{
    left: auto;
    right: 0;
}
#nav ul li .snv{
    background: #fff;
    padding: 20px 25px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
}
#nav ul li .snv dl{
    float: left;
    width: 90px;
}
#nav ul li .snv dl dd a{
    line-height: 24px;
    display: block;
    padding-left: 12px;
}
#nav ul li .snv dl dd a:hover{
    font-size: 13px;
}
#nav ul li .snv dl dt{
    color: #0d55ac;
    margin-bottom: 2px;
    position: relative;
    display: block;
    padding-left: 12px;
}
#nav ul li .snv dl dt:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background: #0d55ac;
}
#nav ul li .snv dl.pic{
    width: 306px;
    color: #666;
    border-left: 1px dashed #dedede;
    padding-left: 26px;
    text-align: left;
}
#nav ul li .snv dl.pic img{
    display: block;
    margin-bottom: 8px;
}
#nav ul li .snv1{
    width: 627px;
}
#nav ul li .snv2,
#nav ul li .snv4{
    width: 450px;
}
#nav ul li .snv3{
    width: 450px;
    background-image: url(../images/hd03.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#nav ul li .snv3 dl{
    text-align: left;
    width: 130px;
}
#nav ul li .snv3 dl a{
    

}
#nav ul li .snv3 dl:first-child,#nav ul li .snv3 dl:nth-child(3){
    border-right: 1px dashed #dedede;
    margin-right: 27px;
}
#nav ul li .snv5{
    width: 470px;
}
#nav ul li .snv5 dl.pic{
    width: 310px;
    position: relative;
}
#nav ul li .snv5 dl.pic a{
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 12px;
    display: inline-block;
}
#nav ul li .snv6{
    width: 585px;
}
#nav ul li .snv6 dl.pic{
    width: 206px;
    margin-left: 20px;
    padding-left: 30px;
}
#nav ul li .snv6 dl.pic img{
    margin-top: -10px;
}
#nav ul li.current:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    background: #fff;
    width: 100%;
    height: 2px;

}


#nav .so{
    float: right;
    width: 223px;
    height: 25px;
    background: #fff;
    margin-top: 13px;
    border-radius: 15px;
    padding-left: 15px;
}
#nav .so .inp{
    width: 176px;
    border: 0;
    height: 25px;
    float: left;
}
#nav .so .sub{
    background: url(../images/so_btn.png) center center no-repeat;
    height: 25px;
    width: 32px;
    border: 0;
    float: left;
    cursor: pointer;
}





/*banner*/
#banner{
    overflow: hidden;
    position: relative;
}
#banner *{
    outline: none;
}
#banner .pic a{
    width: 100%;
    padding-top: 35%;
    display: block;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}
#banner .slick-dots{
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 1080px;
    margin-left: -540px;
}
#banner .slick-dots{
    text-align: left;
    opacity: 1;
}
#banner .slick-dots li{
    display: inline-block;
    font-size: 0;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    margin-right: 7px;
    cursor: pointer;
}
#banner .slick-dots li button{
    display: none;
}
#banner .slick-dots li.slick-active{
    background: #d0aa34;
}



/*底部*/
#fd .fd-top{
    background: #efefef;
    overflow: hidden;
    padding: 40px 0 20px 0;
}
.i-fd .fd-top{
    background-color: #fff !important;
}
#fd .fd-top dl{
    float: left;
    margin-right: 40px;
    line-height: 18px;
}
#fd .fd-top dl a{
    display: block;
    padding-left: 10px;
    color: #999;
}
#fd .fd-top dl dt{
    border-left: 1px solid #c3c3c3;
    height: 12px;
    line-height: 12px;
    margin-bottom: 15px;
}
#fd .fd-top dl dt a{
    color: #6f6f6f;
}
#fd .fd-top dl a:hover{
    text-decoration: underline;
}
#fd .fd-top dl.pic{
    width: 340px;
    float: right;
}
#fd .fd-copy{
    background: #07449a;
    padding-top: 18px;
    color: #9ecafc;
    height: 174px;
    position: relative;
    z-index: 100;
}
#fd .fd-copy .fdr{
    float: right;
}
#fd .fd-copy .link{
    color: #c9def6;
}
#fd .fd-copy .link a{
    color: #c9def6;
}
#fd .fd-copy .link em{
    margin: 0 10px;
}
#fd .fd-copy .friend-link{
    position: relative;
}
#fd .fd-copy .friend-link a{
    display: block;
}

#fd .fd-copy .friend-link h3{
    width: 233px;
    height: 21px;
    line-height: 21px;
    background: #dddfe1;
    padding-left: 13px;
    padding-right: 4px;
    border-radius: 20px;
    color: #2a2a2a;
    font-size: 12px;
    cursor: pointer;
}
#fd .fd-copy .friend-link h3 span{
    width: 22px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #094492;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    float: right;
    margin-top: 3px;
    position: relative;
}
#fd .fd-copy .friend-link h3 span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #fff transparent;
}
#fd .fd-copy .friend-link ul{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 21px;
    background: #fff;
    padding: 10px 0;
    display: none;
}
#fd .fd-copy .friend-link ul li{
    line-height: 24px;
    padding: 0 10px;
}
#fd .fd-copy .friend-link h3.on span:before{
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
}







/*******************************
    -------[=pz-being]-------
********************************/

.i-row1{
    background-color: #86a7d0;
    overflow: hidden;
    padding: 34px 0;
}
.t1 a{
    float: right;
    color: #878787;
    padding-right: 12px;
    font-size: 12px;
    background: url(../images/ar2.png) no-repeat right 50%;
}
.t1 a:hover{
    color: #0d55ac;
}
.t1{
    font-family:"微软雅黑","Microsoft Yahei";
    line-height: 30px;
    border-bottom: dashed 1px #b8b8b8;
}
.t1 span{
    color: #d0aa34;
    background: url(../images/line.gif) no-repeat left 50%;
    padding-left: 10px;
    font-size: 13px;
}
.i-box1{
    float: left;
    width: 328px;
    background-color: #fff;
    margin-right: 20px;
}
.ib3{
    margin-right: 0;
}
.i-box1 .img{
    height: 160px;
    overflow: hidden;
}
.i-box1 .txt{
    padding: 20px 22px;
    box-shadow: 0 0 14px rgba(0,0,0,.1);
    height: 220px;
}
.list-news li{
    line-height: 30px;
    height: 28px;
    border-bottom: dashed 1px #b8b8b8;
    margin-top: 2px;
    font-family: \5b8b\4f53;
}
.list-news li a:link{
    color: #666;
    padding-left: 10px;
    background: url(../images/line2.gif) no-repeat left 50%;
    color: #666;
    display: block;
    height: 100%;
}
.list-news li span{
    font-size: 12px;
    color: #999;
    float: right;
}
.list-news li em{
    width: 213px;
    display: inline-block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.slider-img p{
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    line-height: 26px;
    z-index: 70;
    background-color: rgba(0,0,0,.5);
    padding: 0 10px;
}
.slider-img .slick-dots{
    z-index: 50;
    text-align: right;
    bottom: 0;
    height: 26px;
    padding-right: 10px;
}
.slider-img .slick-dots li{
    margin-right: 0;
    opacity: 1;
    width: 7px;
    height: 7px;
    top: -3px;
}
*{
    outline: none;
}
.slider-img .slick-dots a{
    display: inline-block;
    font-size: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: #fff;
}
.slider-img .slick-dots .slick-active a{
    background-color: #d0aa34;
}
.slider-img .item{
    position: relative;
}
.slider-img .item img{
	height: 163px;
}

.ib2 .img{
    padding: 20px 24px;
}
.slider-z2 i{
    position: absolute;
    width: 41px;
    height: 41px;
    background: url(../images/play.png) no-repeat left top;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 10;
}
.tab-t1 .active{

}
.hide-tab{
    width: 0;
    height: 0;
    overflow: hidden;
}
.tab-t1 li{
    display: inline-block;
    margin-left: 10px;
    font-family:"微软雅黑","Microsoft Yahei";
}
.tab-t1{
    text-align: center;
    padding-top: 16px;
}
.tab-content{
    padding: 40px 0  26px 0;
}
.tab-t1 a{
    color: #fff;
}
.tab-t1 a.active{
    border-bottom: 2px solid #0d55ac;
    font-weight: bold;
    /*color: #0d55ac;*/
    color: #fff;
    display: inline-block;
    padding-bottom: 1px;
}
.slider-s1{
    width: 714px;
    font-family: \5b8b\4f53;
}
.slider-s1 .item{
    position: relative;
    width: 180px;
}
.slider-s1 .con{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(13,85,172,.9);
    color: #fff;
    opacity: 0;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    text-align: center;
    line-height: 1.8;
    padding: 30px 0;
}
.slider-s1 .item:hover .con{
    opacity: 1;
}
.slider-s1 .z-btn{
    margin: 30px 0 0 0;
}
.z-btn a{
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    margin: 0 5px;
}
.z-btn .s1{
    background-image: url(../images/i1.png);
}
.z-btn .s2{
    background-image: url(../images/i2.png);
}
.slider-s1 img{
    /*width: 180px;
    height: 238px;*/
    display: inline-block !important;
    vertical-align: middle;
}
.slider-s1 .img{
    text-align: center;
    width: 180px;
    height: 238px;
    overflow: hidden;
    line-height: 238px;
    background-color: #c8d5e6;
}
.slider-s1 .item:nth-child(2n) .img{
    background-color: #fff;
}
.i-row2{
    padding: 40px 0 20px 0;
    overflow: hidden;
    background-color: #195db0;
}
.slider-s1 .slick-dots li{
    margin: 0;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0 4px;
}
.slider-s1 .slick-dots{
    bottom: -30px;
}
.slider-s1 .slick-dots a{
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #979797;
    font-size: 0;
    border-radius: 50%;
}
.slider-s1 .slick-dots .slick-active a{
    background-color: #0d55ac;
}
.i-row2 .left{
    width: 720px;
    float: left;
}
.i-row2 .right{
    float: right;
    width: 298px;
    background-color: #efefef;
}
.i-row2 .link-site{
    padding: 28px 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.link-help a{
    float: left;
    width: 50%;
    height: 100px;
    text-align: center;
    border-top: 1px solid #45525a;
    background-color: #fff;
}
.link-help .s1{
    border-right: 1px solid #45525a;
}
.link-help .img{
    display: block;
    height: 28px;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1;
}

.link-help .s2 .img{
    font-size: 30px;
}


.link-site a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-image: url(../images/sp2.png);
}
.link-site a:hover{
    /*background-image: url(../images/sp2.png);*/
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.link-site .s1{
    background-position: 0 0;
}

.link-site .s2{
    background-position:-56px 0;
}

.link-site .s3{
    background-position:-112px 0;
}


.link-site .s4{
    background-position:-168px 0;
}
.link-site .s5{
    background-position:-224px 0;
}
.link-site .s6{
    background-position:-280px 0;
}

.i-row2 .right img{
    vertical-align: bottom;
}


/*内页*/
#ban-in{
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
#ban-in img{
    display: inline-block;
}
.col_l{
    width: 270px;
    float: left;
    margin-right: 40px;
}
.col_r{
    float: none;
    overflow: hidden;
    font-family: '宋体';
}

.snv-box,
.left-news{
    border: 1px solid #d9d9d9;
    border-top: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.snv-box h3,
.left-news h3{
    background-color: #1357ae;
    padding: 0 33px 0 24px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.snv-box h3 a{
    color: #fff;
    display: block;
    background: url(../images/arr01.png) right center no-repeat;

}
.left-news h3{
    padding-right: 16px;
}
.left-news h3 a.r{
    background: url(../images/more01.png) no-repeat left center;
    width: 24px;
    height: 42px;
    display: inline-block;
}
.ul-snv li{
    /*height: 42px;*/
}
.ul-snv li a{
    display: block;
    line-height: 42px;
    border-left: 4px solid #fff;
    padding-left: 24px;
    font-family: '宋体';
    font-size: 12px;
    color: #666;
}
.ul-snv li a:hover,
.ul-snv li.on a,
.ul-snv li dd a.on{
    border-left-color: #1357ae;
    background-color: #b2d0f7;
}
.ul-txt{
    padding: 15px;
}
.ul-txt li{
    line-height: 24px;
    border-bottom: 1px dotted #c4c4c4;
    font-family: '宋体';
}
.ul-txt li span{
    color: #acacac;
    float: right;
}
.left-pic-slider{
    margin-bottom: 10px;
    overflow: hidden;
}
.left-pic-slider .slider img{
    width: 270px;
    height: 160px;
    display: block;
}
.left-pic-slider .slider .pic a{
    display: block;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-family: '宋体';
    color: #fff;
}
.left-pic-slider .slider .pic h3{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 25px;
    padding: 0 15px;
    background: rgba(0,0,0,.6);
    width: 100%;
}
.left-pic-slider .slider .pic em{
    display: block;
    width: 41px;
    height: 41px;
    background: url(../images/play.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 100;
}
.left-pic-slider .slider .slick-dots{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25px;
    text-align: right;
    padding-right: 15px;
    line-height: 25px;
    z-index: 99999;
    display: inline-block !important;
    width: auto;
}
.left-pic-slider .slider .slick-dots li{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #ffffff;
    margin: 0 3px;
    cursor: pointer;
}
.left-pic-slider .slider .slick-dots li.slick-active{
    background: #d0aa34;
}
.left-pic-slider .slider .slick-dots li button{
    display: none;
}
.left-ad{
    margin-bottom: 10px;
}
.left-ad img{
    display: block;
    width: 100%;
}


.cur{
    height: 35px;
    border-bottom: 2px solid #d9d9d9;
    line-height: 33px;
    font-family: '宋体';
    font-size: 14px;
    color: #808080;
    margin-bottom: 43px;
}
.cur a{
    color: #808080;
    margin: 0 8px;
}
.cur a:first-child{
    margin-left: 0;
}
.cur span{
    float: right;
    font-size: 12px;
}
.cur span a{
    display: inline-block;
    background: url(../images/icon_print.png) left center no-repeat;
    padding-left: 20px;
    display: inline-block;
    margin-left: 25px;
    font-family:"微软雅黑","Microsoft Yahei";
}
.cur span a.mail{
    background-image: url(../images/icon_mail.png);
}

.cont{
    font-size: 12px;
    color: #808080;
    line-height: 24px;
    font-family: '宋体';
}

.cqyl p,
.profile p,
.culture p{
    text-indent: 2em;
}

/*发展历程*/
.history-box{
    overflow: hidden;
    margin-bottom: 20px;
}
.history-box dt{
    float: left;
    width: 134px;
    font-size: 50px;
    color: #0d55ac;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.history-box dd{
    overflow: hidden;
    padding-left: 40px;
    padding-top: 18px;
    position: relative;
}
.history-box dd:before{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #0d55ac;
    position: absolute;
    left: 0;
    top: 34px;
}
.history-box dd ul li{
    line-height: 24px;
    font-size: 12px;
    color: #808080;
    border-bottom: 1px dotted #d1d1d1;
    padding-top: 10px;
}


/*领导风采*/
.ul-leader li{
    overflow: hidden;
    background-color: #f3f3f3;
    margin-bottom: 10px;
    font-family: '宋体';
}
.ul-leader li .pic{
    float: left;
    width: 165px;
}
.ul-leader li .txt{
    overflow: hidden;
    padding-left: 30px;
    padding-top: 50px;
    color: #808080;
    line-height: 18px;
    font-size: 12px;
}
.ul-leader li .txt h3{
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.ul-leader li .txt h3 a{
    color: #494a4c;
}
.ul-leader li .txt h3 a:hover{
    color: #1357ae;
}

/*企业荣誉*/
.ul-honor li{
    overflow: hidden;
    font-family: '宋体';
    font-size: 12px;
    line-height: 29px;
    color: #808080;
    background-color: #f8f8f8;
}
.ul-honor li span{
    float: left;
    width: 53px;
    display: inline-block;
    margin-right: 25px;
    text-align: center;
}
.ul-honor li .txt{
    overflow: hidden;
}
.ul-honor li.odd{
    background-color: #eaeaea;
}


/*宣传视频*/
.video-box{
    margin-bottom: 40px;
}
.tal-video{
    width: 100%;
}
.tal-video tr,
.tal-video li{
    height: 29px;
    line-height: 29px;
    background-color: #f8f8f8;
    font-family: '宋体';
    color: #808080;
}
.tal-video tr.odd{
    background-color: #eaeaea;
}
.tal-video td{
    padding-left: 26px;
}
.tal-video li{
    width: 50%;
    float: left;
    padding-left: 26px;
}
.tal-video li:nth-child(3),
.tal-video li:nth-child(4),
.tal-video li:nth-child(7),
.tal-video li:nth-child(8),
.tal-video li:nth-child(11),
.tal-video li:nth-child(12),
.tal-video li:nth-child(15),
.tal-video li:nth-child(16),
.tal-video li:nth-child(19),
.tal-video li:nth-child(20){
    background-color: #eaeaea;
}



/*公益事业*/
.ul-public li{
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #d1d1d1;
}
.ul-public li .pic{
    float: left;
    width: 320px;
    margin-right: 25px;
}
.ul-public li .pic img{
    width: 320px;
    height: 195px;
}
.ul-public li .txt{
    overflow: hidden;
    /*padding-top: 40px;*/
    font-family: '宋体';
    color: #808080;
    line-height: 22px;
    font-size: 12px;
}
.ul-public li .txt span{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 10px;
}
.ul-public li .txt h3{
    font-size: 14px;
    font-weight: bold;
}
.ul-public li .txt h3 a{
    color: #494a4c;
}
.ul-public li .txt h3 a:hover{
    color: #1357ae;
}
.ul-public li .txt .desc{
    height: 110px;
    overflow: hidden;
}
.left-news .ul-txt li a{
    width: 74%;
    height: 24px;
    overflow: hidden;
    display: inline-block;
}
.pages{
    text-align: center;
    height: 33px;   
    background-color: #f3f3f3;
    margin-bottom: 50px;
}
.pages ul{
    font-size: 0;
    line-height: 33px;
    float: left;
    width: 100%;
    height: 33px;
}
.pages  li{
    display: inline-block;
    text-align: center;
}
.pages li a{
    float: left;
    display: inline-block;
    width: 18px;
    height: 33px;
    text-align: center;
    font-size: 10px;
}
.pages li a.on{ font-weight:bold;color: #0d55ac;}
.pages li.page-prev a,
.pages li.page-next a{
    display: inline-block;
    width: 16px;
    background: url(../images/arr_pages.png) no-repeat;
}
.pages li.page-prev a{
    margin-right: 20px;
    background-position: 0 8px;
}
.pages li.page-next a{
    background-position: right 8px;
    margin-left: 20px;
}


/*新闻内页*/
.article-con{
    font-family: '宋体';
}
.article-con h1{
    text-align: center;
    font-size: 16px;
    color: #0d55ac;
    font-weight: bold;
}
.article-con .time{
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dotted #d1d1d1;
    color: #bababa;
    margin-bottom: 15px;
}



/*社会招聘*/
.recruit-search{
    padding-left: 14px;
    margin-bottom: 31px;
    height: 30px;
}
.recruit-search .so{
    float: left;
    width: 143px;
    height: 30px;
    border: 1px solid #d6cbae;
}
.recruit-search .so .inp{
    float: left;
    padding: 0 10px;
    width: 117px;
    height: 28px;
    border: 0;
}
.recruit-search .so .sub{
    background: url(../images/so_btn.png) left center no-repeat;
    float: left;
    width: 12px;
    height: 28px;
    border: 0;
    cursor: pointer;
}
.ul-recruit li,
.tal-company tr{
    height: 41px;
    line-height: 40px;
    border-bottom: 1px dotted #d2d2d2;
    color: #595759;
    padding-left: 38px;
    text-align: center;
    font-size: 14px;
    font-family: '宋体';
    clear: both;
    overflow: hidden;
}
.ul-recruit li span{
    display: inline-block;
    float: left;
}
.ul-recruit li .s1{
    width: 210px;
    text-align: left;
}
.ul-recruit li .s2{
    width: 110px;
}
.ul-recruit li .s3{
    width: 100px;
}
.ul-recruit li .s4{
    width: 127px;
}
.ul-recruit li .s5{
    width: 105px;
}
.ul-recruit li .btn,
.recruit-cont-in .btn{
    display: inline-block;
    width: 67px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    background-color: #0d55ac;
    color: #fff;
    border-radius: 3px;
}
.ul-recruit li .btn:hover,
.recruit-cont-in .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-recruit li.tit,
.tal-company .tit{
    height: 46px;
    line-height: 46px;
    border-bottom: 0;
    background-color: #0d55ac;
    color: #fff;
    margin-bottom: 10px;
}
    /*select美化*/
.cssSelect { white-space: nowrap; float: left; }
.cssSelect *{ display: block; }
.cssSelect .selectBox{ cursor: pointer; border:solid 1px #d6cbae; float: left;width: 147px;height: 30px;margin-right: 27px; }
.cssSelect .selectLt{ cursor: pointer; float: left; text-align: left; }
.cssSelect .selectRt{ cursor: pointer; background:url('../images/arr_select.png') center center no-repeat #0d55ac;  float: right;}
.cssSelect .selectLt{ overflow: hidden; height: 28px; line-height: 28px;width: 124px; padding: 0 10px; background: none transparent scroll repeat 0% 0%; color: #666; }
.cssSelect .selectRt{ height: 28px; width: 20px;}
.cssSelect .sPressDown{ }
.cssSelect .optionsBox{overflow: hidden;padding: 2px 0; position: absolute; border: 1px solid #d6cbae;background: #fff; z-index: 100;width: 147px;}
.cssSelect .optionsInnerBox { }
.cssSelect .optionBox { cursor: pointer; padding: 2px 30px 2px 18px; margin: 0px; height:25px; line-height: 25px; }
.cssSelect .optionBox span { cursor: pointer; font-size:12px}
.cssSelect .oNormal { }
.cssSelect .oHover{ background: #0d55ac; color: #fff; }
.cssSelect .selected{ background: #0d55ac; color: #fff; }

/*社会招聘内页*/
.recruit-cont-in{
    font-family: '宋体';
    line-height: 24px;
    color: #494a4c;
    font-size: 14px;
}
.recruit-cont-in h4{
    font-size: 18px;
    font-weight: bold;
}
.recruit-cont-in h5{
    font-size: 16px;
    font-weight: bold;
}
.recruit-cont-in .desc{
    background-color: #f2f1f1;
    padding: 10px 30px; 
    font-size: 14px;
    margin: 20px 0;
    overflow: hidden;
}
.recruit-cont-in .desc span{
    display: inline-block;
    width: 25%;
    float: left;
}
.recruit-cont-in .btn{
    margin: 50px 0;
}


/*用户登录*/
.login-cont{
    font-family: '宋体';
}
.login-cont p{
    text-align: center;
    line-height: 40px;
    color: #666;
    font-size: 12px;
}
.login-cont h3{
    line-height: 44px;
    font-size: 16px;
    color: #0d55ac;
    text-align: center;
    font-weight: bold;
}
.login-cont table tr{
    height: 46px;
}
.login-cont table th{
    width: 163px;
    text-align: right;
    font-size: 14px;
    color: #594118;
    font-weight: normal;
}
.login-cont table .inp,
.user-info li .inp{
    width: 274px;
    height: 30px;
    border: 1px solid #d6cbae;
    padding: 0 10px;
    margin-right: 12px;
}
.login-cont table .inp1{
    width: 98px;
}
.login-cont table em{
    font-size: 14px;
    color: #cfcece;
    width: 200px;
    text-align: right;
    display: inline-block;
}
.login-cont table img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}
.login-cont table a{
    font-size: 14px;
    color: #594118;
}
.login-cont table .sub,
.user-info .sub{
    width: 87px;
    height: 36px;
    display: inline-block;
    border: 0;
    background-color: #0d55ac;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
    margin-right: 100px;
    margin-top: 20px;
}
.login-cont table span{
    color: #cfcece;
}
.login-cont table .pwd-strong{
    width: 273px;
    height: 12px;
    background-color: #d9d9d9;
}


/*个人资料*/
.user-info{
    padding-left: 40px;
    position: relative;
}
.user-info h4{
    color: #0d55ac;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}
.user-info li{
    height: 46px;
    line-height: 46px;
}
.user-info li span{
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.user-info li .inp{
    width: 230px;
}
.user-info .ul2 li{
    float: left;
    width: 50%;
}
.user-info .ul2 li span{
    float: left;
}
.user-info .ul2 li .inp{
    float: right;
    width: 210px;
    margin-right: 20px;
    margin-top: 5px;
}
.user-info .ul2 li .inp2{
    width: 140px;
}
.user-info .ul2 li .inp3{
    width: 180px;
}
.user-info textarea{
    width: 100%;
    border: 1px solid #d6cbae;
    padding: 10px;
}
.user-info .user-photo{
    position: absolute;
    top: 20px;
    right: 80px;
    width: 120px;
    text-align: center;
}
.user-info .user-photo .pic{
    position: relative;
}
.user-info .user-photo span{
    width: 120px;
    height: 166px;
    border: 1px solid #c3c3c3;
    display: block;
    margin-bottom: 20px;
}
.user-info .user-photo a{
    display: inline-block;
    font-size: 14px;
    background-color: #0d3190;
    color: #fff;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.user-info .user-photo .file{
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}





/*在线营销*/
.online-sale{
    position: relative;
    padding-left: 50px;
}
.online-sale a{
    display: inline-block;
    width: 180px;
    height: 50px;
    position: absolute;
    top: 215px;
}
.online-sale .a1{
    left: 86px;
}
.online-sale .a2{
    left: 285px;
}
.user-info .sub{
    margin: 50px 0;
}

/*营销网络*/
.recruit-cont h3{
    font-size: 16px;
    color: #0d55ac;
    font-weight: bold;
    text-align: center;
    margin-bottom: 36px;
    font-family: '宋体';
}
.recruit-cont .recruit-search .btn{
    display: inline-block;
    width: 51px;
    height: 30px;
    border: 1px solid #d6cbae;
    background-color: #0d55ac;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
}


.tal-company{
    width: 100%;
}


/*封藏大典*/
.ul-news li{
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-family: '宋体';
    font-size: 12px;
    color: #808080;
    line-height: 24px;
}
.ul-news li h3{
    background: url(../images/icon_disc.png) left center no-repeat;
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-news li h3 a{
    color: #494a4c;
}
.ul-news li h3 a:hover{
    color: #1357ae;
}

/*投资-公司公告*/
.ul-news2 li{
    overflow: hidden;
    border-bottom: 1px dotted #d2d2d2;
    padding-bottom: 18px;
    margin-bottom: 18px;
    font-family: '宋体';
}
.ul-news2 li span{
    float: left;
    background-color: #e1e1e1;
    width: 61px;
    height: 70px;
    text-align: center;
    color: #0d55ac;
    margin-right: 15px;
    line-height: 24px;
}
.ul-news2 li span em{
    display: block;
    font-size: 30px;
}
.ul-news2 li span b{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.ul-news2 li .txt{
    overflow: hidden;
    color: #808080;
    line-height: 24px;
    font-size: 12px;
}
.ul-news2 li .txt h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-news2 li .txt h3 a{
    color: #494a4c;
}
.ul-news2 li .txt h3 a:hover{
    color: #0d55ac;
} 
.ul-news2 li .txt .btn{
    float: right;
}



/*投资预约*/
.order-cont{
    color: #666;
}
.order-cont h3{
    text-align: center;
    color: #0d55ac;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}
.order-cont .desc{
    line-height: 24px;
    margin-bottom: 30px;
}
.radio-box{
    text-align: center;
    margin-bottom: 20px;
}
.radio-box .radio,
.tal-order .radio{
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.radio-box label{
    margin: 0 7px;
}

.tal-order{
    width: 100%;
    padding-left: 15px;
}
.tal-order tr{
    height: 48px;
}
.tal-order td{
    line-height: 28px;
}
.tal-order em,
.order-desc em,
.order-cont em{
    color: #fc0000;
    width: 9px;
    display: inline-block;
    text-align: center;
}
.tal-order .inp{
    width: 139px;
    height: 23px;
    border: 1px solid #d6cbae;
    padding: 0 10px;
}
.tal-order .inp1{
    width: 78px;
}
.tal-order .file{

}
.tal-order textarea{
    border: 1px solid #d6cbae;
    width: 60%;
    margin-top: 10px;
    margin-bottom: 30px;
}
.order-desc{
    margin-top: 20px;
    line-height: 24px;
}
.order-desc p{
    text-indent: 2em;
}
.order-cont .sub,
.article-con .btn{
    width: 87px;
    height: 35px;
    border: 0;
    background-color: #0d55ac;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 50px;
    display: inline-block;
}

.order-succ{
    padding: 130px 0;
}
.order-succ h3{
    text-align: center;
    font-size: 18px;
    color: #594118;
    font-family:"微软雅黑","Microsoft Yahei";
}
.order-succ h3 span{
    background: url(../images/icon_succ.png) left center no-repeat;
    padding-left: 68px;
    display: inline-block;
    line-height: 44px;
}


/*产品*/
.ul-snv2 li{
    height: 43px;
    border-bottom: 1px solid #fff;
}
.ul-snv2 li a{
    padding-left: 24px;
    display: block;
    line-height: 42px;
    background: url(../images/arr01.png) 226px center no-repeat;
    background-color: #1357ae;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-left: 4px solid #1357ae;
}
.ul-snv2 li a:hover{
    background-color: #b2d0f7;
    color: #1357ae;
    background-image: url(../images/arr02.png);
}


.ul-img{
    padding: 0 15px;
}
.ul-img li{
    float: left;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 18px;
}
.ul-img li a{
    display: block;
    text-align: center;
}
.ul-img li .pic{
    display: block;
    width: 100%;
    height: 330px;
    line-height: 330px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
}
.ul-img li .pic img{
    display: inline-block;
    vertical-align: middle; 
}
.ul-img li h3{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}


/*产品内页*/
.pro-top{
    overflow: hidden;
    margin-bottom: 35px;
}
.pro-top .pic{
    float: left;
    width: 330px;
    height: 330px;
    text-align: center;
    line-height: 330px;
    border: 1px solid #dadada;
    margin-right: 37px;
}
.pro-top .pic img{
    display: inline-block;
    vertical-align: middle;
}
.pro-top .txt{
    overflow: hidden;
}
.pro-top .txt h1{
    font-size: 14px;
    font-weight: bold;
    color: #494a4c;
    line-height: 24px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.pro-top .txt table{
    width: 100%;
    color: #494a4c;
}
.pro-top .txt table tr{
    height: 24px;
}
.pro-top .txt table th{
    width: 113px;
    color: #999;
}
.pro-top .txt table em{
    width: 25px;
    height: 13px;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    background-color: #999999;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-right: 1px;
    -webkit-text-size-adjust:none;
}
.pro-top .txt table .em{
    background-color: #666666;
}
.pro-top .txt .btn{
    display: block;
    width: 100%;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background-color: #0d55ac;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 30px;
}
.pro-cont h5{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
.pro-cont dl{
    margin-top: 25px;
    color: #808080;
    line-height: 24px;
}
.pro-cont dl dt{
    height: 34px;
    margin-bottom: 15px;
}
.pro-cont dl dt span{
    width: 116px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background-color: #999999;
    color: #fff;
    font-weight: bold;
    float: none;
    display: inline-block;
}
.pro-cont dl dd p{
    text-indent: 2em;
}


/*洋河酒报*/
.magazine-bar{
    height: 82px;
}
.magazine-bar a{
    color: #0d55ac;
}
.magazine-bar .so{
    float: left;
    margin-left: 150px;
}
.magazine-bar .sub{
    display: inline-block;
    width: 62px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 0;
    background-color: #0d55ac;
    color: #fff;
}
.magazine-bar .cssSelect .selectBox{
    width: 93px;
    height: 26px;
    border: 1px solid #808080;
}
.magazine-bar .cssSelect .selectLt{
    width: 60px;
    height: 26px;
    line-height: 26px;
}
.magazine-bar .cssSelect .selectRt{
    background: url(../images/arr03.png) no-repeat;
    height: 26px;
    width: 30px;
}
.magazine-bar .cssSelect .optionsBox{
    width: 93px;
}


.ul-book{
    padding: 0 48px;
}
.ul-book li{
    float: left;
    width: 160px;
    margin: 0 22.5px;
    margin-bottom: 55px;
}
.ul-book li .pic{
    position: relative;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid #fff;
}
.ul-book li .pic img{
    display: inline-block;
}
.ul-book li .pic a{
    color: #fff;
}
.ul-book li .pic h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38px;
    line-height: 38px;
    background-color: rgba(13,85,172,.7);
}
.ul-book li .btn{
    border: 1px solid #d9d9d9;
    height: 24px;
    line-height: 24px;
}
.ul-book li .btn .a1{
    display: inline-block;
    background: url(../images/icon01.png) 10px 6px no-repeat;
    padding-left: 30px;
    width: 83px;
    border-right: 1px solid #d9d9d9;
    float: left;
}
.ul-book li .btn .a2{
    display: inline-block;
    background: url(../images/icon02.png) 9px 6px  no-repeat;
    padding-left: 30px;
    width: 75px;

}
.ul-book li .btn .a1:hover,
.ul-book li .btn .a2:hover{
    background-color: #0d55ac;
    background-position: 10px -41px;
    color: #fff;
}
.ul-book li:hover .pic{
    border: 1px solid #0d55ac;
}

/*投资股票*/
.invest-num{
    background-color: #0d55ac;
    padding: 20px 0;
    margin-top: 10px;
}
.invest-num table{
    width: 100%;
    text-align: center;
}
.invest-num table th{
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
}
.invest-num table b{
    font-size: 50px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #e62b1e;
}
.invest-num table span{
    color: #e62b1e;
    font-size: 24px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.invest-num table td{
    font-size: 30px;
    color: #919191;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.invest-num table em{
    float: left;
    font-size: 14px;
    color: #fff;
    padding-left: 30px;
}
.invest-num table tr{
    height: 40px;
}
.invest-info{
    margin-top: 35px;
    line-height: 24px;
}
.invest-info table th{
    width: 120px;
    /*letter-spacing: 10px;*/
    color: #999;
}



/*酒报*/
.wp-mag{
    width: 968px;
    margin: 0 auto;
}
.cur-new{
    padding: 20px 0;
    height: 75px;
}
.cur-new span.txt{
    color: #595759;
    font-family: "宋体";
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin-left: 8px;
    margin-right: 145px;
}
.cur-new img{
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.cur-new .leftHwr_right{
    float: left;
    position: relative;
}
.cur-new .top_link{
    display: inline-block;
    margin-right: 15px;
    width: 63px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    text-align: center; 
    font-size: 12px;
    color: #595759;
}
.cur-new .top_history{
    display: inline-block;
    background: url(../images/arr_down.png) right center no-repeat;
    padding-right: 15px;
    font-size: 12px;
    line-height: 34px;
}
.pp_infobox{
    position: absolute;
    left: 0;
    top: 42px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px #555;
    -moz-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
    overflow: hidden;
    width: 468px;
    padding: 10px;
    font-family: "宋体";
    color: #595759;
    display: none;
}
.bbs_order_box span{
    float: left;
    display: inline-block;
    line-height: 25px;
}
.bbs_order_box .form_select{
    float: left;
}
.bbs_order_box select{
    float: left;
    position: relative;
    height: 25px;
    cursor: pointer;
    outline: none;
    z-index: 9998;
    margin: 0px;
    line-height: 25px;
    padding: 0px 10px;
    padding-right: 50px;
    display: inline-block;
    width: 150px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
      appearance: none;
    color: #595759;
    background: url(../images/bbs_order_down.png) right center no-repeat;
}
.box_title .close{
    float: right;
    display: inline-block;
    background: url(../images/close_mag.png) no-repeat;
    width: 30px;
    height: 30px;
}
.box_list dl{
    float: left;
    width: 50%;
    padding: 0 15px;
}
.box_list dl dd{
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/icon_point.png) no-repeat left center;
}
.box_list dl dd a{
    color: #595759;
}
.mag-pic{
    width: 404px;
    float: left;
}
.mag-pic .txt{
    padding-top: 25px;
    padding-bottom: 20px;
    color: #808080;
    font-size: 14px;
}
.mag-pic .txt a{
    color: #0d55ac;
}
.mag-list-box{
    float: right;
    font-family: "宋体";
}
.mag-list{
    width: 545px;
    border: 1px solid #d9d9d9;
    
}
.mag-list h3{
    font-size: 16px;
    color: #0d55ac;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
}
.mag-list .list-box h5{
    font-size: 16px;
    font-weight: bold;
    background-color: #f3f3f3;
    padding-left: 14px;
    color: #0d55ac;
    height: 27px;
    line-height: 27px;
}
.mag-list .list-box ul{
    padding: 0 25px;
}
.mag-list .list-box ul li{
    line-height: 34px;
    font-size: 12px;
    background: url(../images/icon_point_blue.png) left center no-repeat;
    padding-left: 8px;
}
.mag-list .list-box ul li a{
    color: #595759;
}
.mag-list .list-box ul li span{
    float: right;
}
    
.mag-list .list-box ul li span em{
    display: inline-block;
    background: url(../images/pp_icon.png) no-repeat;
    display: inline-block;
    margin-left: 15px;
}
.mag-list .list-box ul li span .em1{
    background-position: 0 10px;
    padding-left: 22px;
}
.mag-list .list-box ul li span .em2{
    padding-left: 17px;
    background-position: -70px 11px;
}
.mag-list .list-box ul li span .em3{
    padding-left: 17px;
    background-position: -112px 11px;
}
.mag-list .list-box ul li a:hover{
    color: #0d55ac;
}
.back-mag{
    text-align: right;
    margin-top: 60px;
}
.back-mag a,
.mag-bak a{
    display: inline-block;
    width: 61px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #0d55ac;
    color: #fff;
    font-size: 12px;
}
.back-mag a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.mag-cont-box{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.mag-cont-inner{
    width: 715px;
    margin: 0 auto;
}
.mag-bak{
    padding-left: 55px;
    margin-bottom: 25px;
    margin-top: 15px;
}
.mag-bak a{
    width: 62px;
}
.i-box1 .img .gupiao{
    position: relative;
    width: 280px;
    height: 129px;
    overflow: hidden;
}
.i-box1 .img .gupiao iframe{
    position: absolute;
    left: -84%;
    top: -284%;
    width: 1024px;
    height: 15500px;
}


.invest-gupiao{
    width: 562px;
    overflow: hidden;
    height: 740px;
    position: relative;
    margin-bottom: 150px;
}
.invest-gupiao iframe{
    position: absolute;
    width: 1024px;
    height: 15500px;
    left: -226px;
    top: -33%;
}