.container {
    width: 100%;
    position: relative;
}

a {
    text-decoration: none;
}

.container-box {
    width: 1061px;
    margin: 0 auto;
}

.container-top {
    width: 1061px;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

.tel {
    width: 350px;
    height: 50px;
    background: url("../images/tel.png") no-repeat 0 center;
    line-height: 50px;
    font-size: 14px;
    color: #898989;
    text-indent: 30px;
    float: left;
}

.logo img {

    position: absolute;

    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;

    margin: auto;
    z-index: 9999;
}

.mail {
    width: 190px;
    height: 50px;
    margin-left: 360px;
    background: url("../images/mail.png") no-repeat 0 center;
    line-height: 50px;
    font-size: 14px;
    color: #898989;
    text-indent: 40px;
    float: left;
}

.fax {
    width: 140px;
    height: 50px;
    background: url("../images/cz.png") no-repeat 0 center;
    line-height: 50px;
    font-size: 14px;
    color: #898989;
    text-indent: 30px;
    float: right;
}


.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.mune {
    width: 860px;
    float: left;
}

.mune-line {
    border-bottom: 2px #dcdddd solid;
    border-top: 2px #dcdddd solid;
}

.nav {
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 14px
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    border-left: 2px #dcdddd solid;
    width: 136px;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    width: 136px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #898989;
    text-decoration: none;
}

.nav .sub {
    display: none;
    width: 136px;
    left: 0;
    top: -90px;
    position: absolute;
    background: #cececc;
    opacity: 0.8;
    line-height: 40px;
    padding: 5px 0;
}

.nav .sub li {
    zoom: 1;

}

.nav .sub a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #595757;
    text-align: center;
}

.nav .sub a:hover {
    color: #364bae;
}

.nav .on h3 a {
    background: #fff;
    color: #364bae;
}

.search {
    width: 150px;
    float: left;
    line-height: 50px;
}

.search-btn {
    width: 25px;
    height: 25px;
    border: none;
    background: url("../images/search.png") no-repeat center center;
    cursor: pointer;
}

.search-info {
    width: 110px;
    height: 16px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.container-product {
    width: 1061px;
    margin: 0 auto;

}

.container-product > .title {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 30px;
    text-align: center;
    color: #354bb0;
}

.container-product > .line_title {

    width: 58px;
    height: 2px;
    background-color: #354bb0;
    margin: 10px auto;
}

.container-product > .en-title {

    display: block;
    text-transform: uppercase;
    margin: 0 auto;

    font-size: 14px;
    text-align: center;
    color: #898989;
}

.picScroll-left {
    width: 1060px;
    position: relative;
    margin-top: 10px;
}

.picScroll-left .hd {
}

.picScroll-left .hd .prev {
    display: block;
    width: 26px;
    height: 48px;
    cursor: pointer;
    background: url("../images/prev.png") no-repeat;
    position: absolute;
    left: -50px;
    top: 105px;
}

.picScroll-left .hd .prev:hover {
    background: url("../images/hover_prev.png") no-repeat;
}

.picScroll-left .hd .next:hover {
    background: url("../images/hove_next.png") no-repeat;
}

.picScroll-left .hd .next {
    display: block;
    width: 26px;
    height: 48px;
    cursor: pointer;
    background: url("../images/next.png") no-repeat;
    position: absolute;
    right: -71px;
    top: 105px;
}

.picScroll-left .hd .prevStop {
    background: url("../images/hover_prev.png") no-repeat;
}

.picScroll-left .hd .nextStop {
    background: url("../images/hove_next.png") no-repeat;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 246px;
    height: 216px;
    display: block;
    border: 2px solid #dddddd;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 14px;
    color: #595757;
  width: 250px; height: 20px; overflow: hidden;
}

.picScroll-left .bd ul li .title a {
    font-size: 14px;
    color: #595757;
  width: 250px; height:20px; overflow: hidden;
}

.pro_more {
    width: 120px;
    height: 30px;
    margin: 30px auto;
    border: 1px solid #354bb0;
    color: #354bb0;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    font-weight: bold;
}

.news_bg {
    height: 400px;
    background: url("../images/bg1.jpg") no-repeat center center;
    overflow: hidden;
}

.container-news {
    width: 1061px;
    margin: 0 auto;
    position: relative;
}

.container-news > .title {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.container-news > .line_title {

    width: 58px;
    height: 2px;
    background-color: #ffffff;
    margin: 5px auto;
}

.container-news > .en-title {

    display: block;
    text-transform: uppercase;
    margin: 0 auto;

    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

.newleft {
    width: 518px;
    display: block;
    float: left;
}

.newleft .title {
    display: block;
    font-size: 16px;
    color: #dfe5ff;
    margin: 13px 0;
}

.new_info {
    color: #dfe5ff;
    font-size: 12px;
}
a.new_info {
    text-decoration: none;
}
.newright {
    display: block;
    float: right;
}

.newright ul li {
    width: 515px;
    height: 100px;
    overflow: hidden;
    border-bottom: 1px #dddddd solid;
    margin-bottom: 25px;
}
.newright ul li:nth-child(2){border-bottom: none;}
.newright ul li a .time {
    float: left;
    height: 61px;
}

.newright ul li a .time .day {
    font-size: 41px;
    color: #fff;
    line-height: 32px;
}

.newright ul li a .time .othertime {
    font-size: 12px;
    color: #fff;
    line-height: 15px;
}

.newright ul li a .info {
    width: 444px;
    float: right;
    height: 80px;
    overflow: hidden;
   
}

.newright ul li a .info .title {
    display: block;
    font-size: 14px;
    color: #dfe5ff;
    line-height: 20px;

}

.newright ul li a .info .new_info {
    color: #dfe5ff;
    font-size: 10px;
    line-height: 15px;
}

.container-foot {
    width: 1061px;
    margin: 0 auto;
    position: relative;
    height: 160px;

}

.footbg {
    background-color: #eeeeee;
}

.footleft {
    width: 820px;
    height: 85px;
    float: left;
}

.footbox {
    width: 100px;
    margin-top: 30px;
    float: left;
    margin-right: 78px;
    margin-bottom: 20px;
}

.footbox .title {
    color: #333333;
    font-size: 14px;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bold;
}

.footbox a {
    display: block;
    color: #595757;
    font-size: 12px;
    margin-bottom: 10px;

}

.footline {
    width: 100px;
    border-bottom: 1px #b5b5b6 solid;
    margin-top: 10px;
    margin-bottom: 15px;
}

.www {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}

.www p {
    text-align: center;
    display: block;
    margin-top: 5px;
    color: #595757;
}

.line-full {
    width: 100%;
    border-bottom: 1px #b5b5b6 solid;
}



.main{
    width: 1061px;
    margin: 0 auto;
    position: relative;
    min-height: 460px;}

.con-title{
    width:100%;
    height:55px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    line-height:70px;
    color: #0068b7;
    font-size: 24px;
}
.con-title span{
    color: #595757;
    font-size: 12px;
}
.contact_l{ float: left; width: 500px;margin-top: 50px; }
.contact_l h1{ font-size: 24px;line-height:64px; }
.contact_l p{ font-size: 16px;line-height:32px; }
.contact_r{ float: right; width: 500px;margin-top: 50px; }
.contact_r img{ max-width: 500px; height: auto; }
.cont{
    margin-top:30px; text-indent: 2em;
    line-height:30px;
    color: #595757;
    font-size: 14px;
}
.honor-list { margin-top: 30px; }
.honor-list li { float: left; width: 20%; text-align: center; }
.honor-list li a { display: block; height: 230px; text-align: center; border: 1px solid #ddd; margin-left: -1px; margin-top: -1px; padding-top: 10px; background-color: #fff; overflow: hidden; position: relative; }
.honor-list li a .img { display: inline-block; width: 90%; height: 190px; text-align: center; overflow: hidden; }
.honor-list li a img { max-width: 100%; height: 190px; vertical-align: middle; }
.honor-list li a p { display: inline-block; width: 90%; color: #777; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.honor-list li a:hover { border-color: #0068b7; transform: scale(1.02, 1.02); box-shadow: 0px 3px 6px rgba(0,0,0,.3); z-index: 999; }


.honor { width: 100%;
    margin-top:30px; }
.honor .list-unstyled { list-style: none; width: 101.3%; margin-left: -1.3%; display: inline-block; }
.honor .list-unstyled li {
    width: 20%; padding: 5px; float: left; margin: 0 1% 30px 2%; text-align: center; border: 1px solid #e9e9e9; display: block; }
.honor .list-unstyled li a { width: 100%;height:200px; display: block; text-align: center; position: relative; }
.honor .list-unstyled li a:before { content: ""; padding-bottom: 0.5%; display: block; }
.honor .list-unstyled li a img { max-width: 100%; height:200px; vertical-align: middle; }
.honor .list-unstyled li a p{font-size: 14px;line-height: 30px;color: #333;}
.new{
    margin-top:30px;}

/*
	新闻
*/
.wlxx_760 { width: 100%; float: left; }
.wlxx_760 li { width: 100%; float: left; margin-bottom: 10px; height: 86px; }
.wlxx_760 li a { width: 100%; display: block; height: 86px; }
.wlxx_760 li a:hover { width: 100%; display: block; height: 86px; }
.wlxx_760 li a .time { width: 86px; float: left; background: url(../images/wlxx_bg11.jpg) no-repeat; line-height: 30px; text-align: center; color: #999; height: 67px; padding-top: 19px; }
.wlxx_760 li a:hover .time { width: 86px; float: left; background: url(../images/wlxx_bg1.jpg) no-repeat; line-height: 30px; text-align: center; color: #fff; height: 67px; }
.wlxx_760 li a .time span { font-size: 36px; }
.wlxx_760 li .wz { width: 930px; float: left; height: 76px; background: url(../images/wlxx_bg2.jpg) repeat-x; padding: 5px 20px; }
.wlxx_760 li a .bt { width: 800px; float: left; line-height: 32px; color: #666; font-size: 14px; overflow: hidden; text-overflow: ellipsis }
.wlxx_760 li a:hover .bt { width: 800px; float: left; line-height: 32px; color: #0563BA; font-size: 14px; font-weight: bolder; }
.wlxx_760 li a .xq { width: 930px; float: left; line-height: 18px; color: #999; }
.wlxx_760 li a .xq { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.wlxx_760 li a:hover .xq { width: 930px; float: left; line-height: 18px; color: #333; }
.wlxx_760_1 { width: 100%; float: left; }
.wlxx_760_1 .tit { width: 100%; float: left; line-height: 100px; text-align: center; color: #666; font-size: 30px; }
.wlxx_760_1 .tit_time { width: 100%; float: left; line-height: 30px; text-align: center; color: #999; background-color: #eee; }
.wlxx_760_1 .ct { width: 100%; float: left; line-height: 26px; color: #666; padding: 15px 15px 50px 15px; }
.wlxx_760_1 .fy { width: 100%; float: left; padding: 8px 15px;  }
.wlxx_760_1 .fy_l { width: 540px; float: left; line-height: 28px; }
.wlxx_760_1 .fy_l a { text-decoration: none; color: #666; outline: none; }
.wlxx_760_1 .fy_l a:hover { color: #0563BA; cursor: pointer; }
.wlxx_760_1 .r_170 { width: 170px; float: right;  }
.wlxx_760_1 .r_170_fx { width: 175px; float: right; }
.wlxx_760_1 .r_170_fx .n1 { float: left; line-height: 28px; }
.wlxx_760_1 .r_170_fx .n2 { float: left; margin-left: 6px; padding-top: 6px; }
.wlxx_760_1 .r_170_btn { width: 50px; float: right; background: url(../images/wlxx_icon1.jpg) no-repeat 0px center; line-height: 28px; padding-left: 16px; }
.wlxx_760_1 .r_170_btn a { text-decoration: none; color: #0563BA; outline: none; }
.wlxx_760_1 .r_170_btn a:hover { color: #0563BA; cursor: pointer; text-decoration: underline; }

/*
	产品中心
*/
.products { list-style: none; width: 100%; overflow: hidden; margin-bottom: 45px; display: inline-block;
    margin-top:30px; }
.products li { width: 21%; border: 1px solid #e6e6e6; float: left; margin:0 20px 28px; }
.products li .pic { width: 100%; display: block; position: relative; overflow: hidden; }

.products li .pic img {
    width:200px;
    height:200px;
    display: block;
    margin:0 auto;
    transition: all 0.38s ease-in; -webkit-transition: all 0.38s ease-in; -moz-transition: all 0.38s ease-in; -ms-transition: all 0.38s ease-in; -o-transition: all 0.38s ease-in; }
.products li p { height: 38px; line-height: 38px; overflow: hidden; text-align: center; padding: 0 10px; color: #666666; font-size: 12px; }
.products li p a { color: #666666; }
.products li:hover .pic img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.products li:hover p { background: #0563BA; }
.products li:hover p a { color: #fff; }
/*
	详情
*/
.products_show .pros_main { width: 100%; margin: 40px auto 45px; text-align: center; }
.products_show .title5 { text-align: center; color: #333333; font-size: 18px; font-weight: bold; padding: 0 10px; margin: 20px auto 15px; }
.products_show .ps_tab { margin: 30px auto 0; width: 100%; }
.products_show .ps_tab dl { width: 100%; padding: 0 5px; display: table; border-bottom: 1px solid #e9e9e9; }
.products_show .ps_tab dl dd { float: left; width: 12%; height: 30px; line-height: 30px; color: #999999; font-weight: bold; background: #e4e3e3; margin: 0 0 0 8px; text-align: center; font-size: 14px; overflow: hidden; border: 1px solid #cccccc; border-radius: 5px 5px 0 0; border-bottom: none; cursor: pointer; }
.products_show .ps_tab dl .one { background: #0563BA; color: #fff; }
.products_show .ps_tab .content { width: 100%; padding: 20px 15px; overflow: hidden; }
.products_show .ps_tab .content img { max-width: 100%; }
.products_show .ps_tab .content .psnr big { display: block; color: #0563BA; font-size: 14px; font-weight: bold; line-height: 28px; }
.products_show .ps_tab .content .psnr p { color: #666666; font-size: 14px; line-height: 28px; }
.products_show .ps_tab .content .psnr .text1 { color: #666666; font-size: 14px; line-height: 28px; }
.products_show .ps_tab .content .box1 { list-style: none; display: table; width: 68%; margin: 35px 5% 50px 7%; }
.products_show .related_pro { width: 100%; overflow: hidden; /*   height: 200px; */ margin: 30px 0 20px; }
.products_show .related_pro .pro_title { display: table; margin: 0 auto 15px; }
.products_show .related_pro .pro_title small { display: block; float: left; width: 14px; margin: 10px 0 0; height: 1px; background: #999; }
.products_show .related_pro .pro_title span { display: block; float: left; color: #333; margin: 0 8px; font-size: 13px; line-height: 24px; }
.products_show .pro_showmain { width: 70%; margin: 0 auto; }
.products_show .pro_showmain .slick-prev,
.products_show .pro_showmain .slick-next { width: 18px; height: 27px; top: 50%; border: none; }
.products_show .pro_showmain .slick-prev { left: -30px; background: url("../images/pro_ledt.png") no-repeat; }
.products_show .pro_showmain .slick-next { right: -30px; background: url("../images/pro_right.png") no-repeat; }
.products_show .pro_showmain .home_case_nr { margin: 0 3px; float: left; }
.products_show .pro_showmain .home_case_nr:hover .text1 a { color: #0657b2; }
.products_show .pro_showmain .home_case_nr .pic { width: 100%; position: relative; }
.products_show .pro_showmain .home_case_nr .pic img { border: 1px #EEE solid; }
.products_show .pro_showmain .home_case_nr .pic:after { content: ""; display: block; padding-bottom: 100%; }
.products_show .pro_showmain .home_case_nr .text1 { width: 100%; height: 24px; font-size: 13px; margin: 5px auto; text-align: center; overflow: hidden; line-height: 24px; }
.products_show .pro_showmain .home_case_nr .text1 a { color: #666666; }
.products_show .pro_showmain1 { width: 100%; margin: 0 auto; }
/*


/******************在线反馈******************/
#pg-fdbk { min-height: 400px; padding: 50px 0; background-color: #F5F5F5;
    margin:30px auto;}
#pg-fdbk .subhd { width: 90%; margin: auto; margin-bottom: 30px; color: #999; }
#pg-fdbk .subhd span { float: left; display: block; width: 42px; height: 42px; text-align: center; line-height: 34px; border-radius: 100%; background-color: #074F99; margin-right: 15px; }
#pg-fdbk .subhd h3 { color: #074F99; font-size: 16px; margin-bottom: 5px; font-weight: normal; }
#pg-fdbk .formbox { width: 90%; margin: auto; }
#pg-fdbk .formbox .fl { width: 40%;
    float: left; }
.formbox .fm-item { display: block; border: 1px solid #ddd; transition: all ease-in .2s; overflow: hidden; }
#pg-fdbk .formbox .fl .fm-item { height: 50px; margin-bottom: 20px; }
.formbox .fm-item input[type="text"],
.formbox .fm-item textarea { width: 100%; height: 100%; padding: 15px; border: none; background-color: inherit; box-sizing: border-box; }
#pg-fdbk .formbox .fl .fm-item #checksn { width: 60%; }
#pg-fdbk .formbox .fl .fm-item #checkimg { float: right; width: 80px; height: auto; margin-right: 15px; margin-top: 8px; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #aaa; }
.formbox .fm-item input[type="text"]:focus,
.formbox .fm-item textarea:focus { background-color: #fff; border-color: #004A97; }
#pg-fdbk .formbox .fr { width: 55%;
    float: right; }
#pg-fdbk .formbox .fr .fm-item { height: 267px; }
.formbox .btnbox { width: 100%; height: 50px; text-align: center; line-height: 50px; border: 1px solid #ddd; transition: all ease-in .2s; }
.formbox .btnbox .btn { display: block; width: 100%; height: 100%;
    color: #000; }
#pg-fdbk .fm-item:hover,
.formbox .btnbox:hover { border-color: #aaa; box-shadow: 0px 3px 8px rgba(0,0,0,.4); background-color: #fff; }

/******************在线反馈END******************/










/******************新世界******************/

.head{ width: 1200px;height: 100px;margin: 0 auto; }
.head_l{ float: left; }
.head_l a img{}
.head_r{ float: right; width: 600px;margin-top: 50px; }
.head_r ul li{ float: left; font-size: 18px; width: 100px;text-align:center;line-height: 30px;}
.head_r ul li a{}
.head_r ul li a:hover{ color:#0068b7;}
.clear{clear: both}
footer{background-color: #2d3e50;margin-top: 50px;}
.w1200{ width: 1200px; height: auto;margin: 0 auto; }
.pfoot{padding: 45px 0 105px 0;}
.pfoot ul{}
.pfoot ul li { float: left; color: #79818a; font-size: 15px; width: 25%;
margin-right: 10%; }
.pfoot ul li:nth-child(3){margin-right: 0px;}
.pfoot ul li img{ float: left;margin-right: 10px; }
.pfoot ul li p{ line-height: 30px; }
.foot_di{border-top: solid 1px #17283e; width: 100%;padding: 20px 0;}
.foot_di p{text-align: center;}
.foot_di p a{border-right: solid 1px #79818a;color: #79818a; font-size: 15px;
    line-height: 25px;padding: 0 20px;}
.foot_di p a:nth-last-child(1){border:none;}    
.nbanner {
    width: 100%;
    height: 280px;
    overflow: hidden;
}
/*首页幻灯片*/

.fullSlide {
    width: 100%;
    position: relative;
    height: 700px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 700px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 700px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -18px 0;
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}
/* 首页关于我们*/
.index_about{background: url('../images/index_about.jpg') no-repeat center;
 width: 1200px; height: 454px;margin:40px auto;}
.index_about div{margin-left: 50px; padding-top: 100px; }
.index_about div h1{color: #2a5cb9;font-weight: bold;
font-size: 34px;margin-left: ;}
.index_about div h3{ font-size: 18px; color: #343434;margin-bottom: 20px;
font-weight: normal; }
.index_about div p{ width: 50%; font-size: 15px; line-height: 25px; }

/*首页优势*/
.index_youshi{ background: url('../images/youshi.jpg') no-repeat center center;
width: 100%;height:auto;  }
.youshi_l img{  width:53.5% ; float: right }
.youshi_r img{ width: 46.5%; }

/*首页新闻*/
.index_news{ width: 1200px;height: auto;margin: 90px auto; color: #343434; }
.index_news h1{font-size: 34px;color: #2a5cb9;}
.index_news h3{ font-size: 18px; color: #343434;margin-bottom: 60px;font-weight: normal; }
.index_news_l{ float: left;width: 500px; }
.index_news_l ul li{ float: left; width: 500px;margin-bottom: 70px; }
.news_time{ float: left;text-align: center; width: 86px; height: 86px;
background-color: #f2f2f2;margin-right: 10px; }
.news_time h4{ font-size: 34px; line-height: 40px;font-weight: normal;margin-top: 10px; }
.news_time p{ font-size: 15px; }
.index_news_l ul li h5{ font-size: 17px;margin-top: 5px; }
.index_news_l ul li p{ font-size: 15px;line-height: 20px;opacity: 0.8; }
.index_news_r{ float: left; width: 700px; }
.index_news_r img{ float: left;margin-right: 10px; margin-bottom: 10px; }
.index_news_r img:nth-child(2){margin-right: 0px;}












