@charset "utf-8";

/*banner*/
/* 
.banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    clear: both;
    margin-top: -6px;
} */

.ban_p,
.ban_p li {
    height: 500px;
    overflow: hidden;
}

.ban_p li a {
    display: block;
    height: 500px;
    background: url(../images/banner1.jpg) no-repeat center 0;
}

.ban_t {
    width: 1100px;
    height: 50px;
    bottom: 0;
    left: 50%;
    margin-left: -550px;
    position: absolute;
    text-align: center;
}

.ban_t em {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    margin-right: 12px;
    display: inline-block;
    background: #fff;
}

.ban_t em.on {
    background: #105bb8;
}

.til01 {
    text-align: center;
    height: 140px;
    color: #222;
    font-size: 40px;
    line-height: 52px;
    font-family: "Microsoft Yahei";
    margin-top: 40px;
}

.til01 p {
    display: block;
    line-height: 38px;
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

.til01 a {
    color: #222;
}

.til01 b {
    color: #e60012;
}

.ys .til01 {
    color: #fff;
}

.ys .til01 p {
    color: #fff;
}


/*搜索*/

.seabox {
    overflow: hidden;
    height: 60px;
    line-height: 40px;
    font-family: "Microsoft Yahei";
    padding: 18px 0 0;
    background: #f9f9f9;
}

.sea_inp {
    width: 405px;
    overflow: hidden;
    height: 40px;
    border: solid 1px #e0e0e0;
}

.sea_inp .serach {
    width: 343px;
    height: 40px;
    border: 0;
    background: #f5f5f5;
    line-height: 40px;
    color: #c3c3c3;
    padding: 0 10px;
    float: left;
    outline: none;
    display: block;
    font-size: 14px;
    position: relative;
}

.sea_inp .sub {
    width: 42px;
    height: 40px;
    border: 0;
    float: left;
    cursor: pointer;
    display: block;
    background: url(../images/sea_ico.gif) no-repeat 0 0;
    border: 0;
}

.k_word {
    overflow: hidden;
    width: 740px;
    color: #8f8f8f;
    overflow: hidden;
}

.k_word a {
    color: #8f8f8f;
    padding: 0 12px;
}

.box1 {
    background: #ffffff;
}


/*解决方案*/

.plan {
    height: 740px;
    font-family: "Microsoft Yahei";
    line-height: 24px;
    overflow: hidden;
}

.plan_t {
    height: 103px;
    overflow: hidden;
}

.plan_t ul {
    width: 1255px;
}

.plan_t li {
    position: relative;
    float: left;
    width: 198px;
    height: 70px;
    background: url(../images/line1.gif) no-repeat 5px 0;
    margin: 0 52px 0 0;
    z-index: 1;
    font-size: 16px;
    overflow: hidden;
}

.plan_t li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    -webkit-transition: width .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition: width .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
    height: 70px;
    width: 0;
    z-index: -1;
    background: #105bb8;
}

.plan_t li p {
    width: 141px;
    float: left;
    padding: 14px 0 0;
    line-height: 23px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    color: #240b06;
    /* text-align: center; */
    line-height: 39px;
}

.plan_t li p em {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Arial;
    color: #666;
    letter-spacing: -1px;
}

.plan_t li span {
    width: 53px;
    height: 39px;
    position: relative;
    display: block;
    margin: 14px 2px 0;
    float: left;
}

.plan_t li span i {
    width: 53px;
    height: 39px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.plan_t li span i.default {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.plan_t li span i.hover {
    opacity: 1;
    visibility: visible;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
    transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.plan_t li.cur,
.plan_t li.cur p em,
.plan_t li.cur p {
    color: #fff;
}

.plan_t li.cur:before {
    width: 198px;
}

.plan_t li.cur span .default {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
    transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
}

.plan_t li.cur span .hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
}

.plan_c dl {
    width: 1200px;
    height: 500px;
    overflow: hidden;
    line-height: 24px;
}

.plan_c dt,
.plan_c dt img {
    width: 724px;
    height: 500px;
    overflow: hidden;
    float: left;
}

.plan_c dd {
    width: 432px;
    float: left;
    padding: 23px 0 0 44px;
}

.plan_c dd h3 {
    height: 23px;
    line-height: 0px;
    font-size: 20px;
    color: #1e1e1e;
    background: url(../images/line1.gif) no-repeat 0 bottom;
}

.plan_c dd h3 a {
    color: #1e1e1e;
}

.plan_cw {
    padding: 24px 0 0;
    height: 143px;
    overflow: hidden;
}

.plan_cl {
    width: 450px;
}

.plan_cl li {
    width: 212px;
    float: left;
    padding: 0 7px 0 0;
}

.plan_cl li img {
    width: 210px;
    height: 160px;
    border: solid 1px #eaeaea;
    display: block;
}

.plan_cl li span {
    display: block;
    text-align: center;
    line-height: 34px;
    height: 34px;
    background: #e2e2e2;
}

.more01 a {
    margin-bottom: 30px;
    display: block;
    background: url(../images/ico03.jpg) no-repeat 0 0 #105bb8;
    width: 115px;
    line-height: 40px;
    border: solid 1px #dcdcdc;
    padding: 0 0 0 46px;
    text-align: center;
    color: #fff;
}

.plan_c dt img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.plan_c dt img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pf {
    margin-left: -230px;
    padding: 10px;
    background: #fff;
}


/*我案例们*/


/*.case{height: 327px;font-family: "Microsoft Yahei";line-height:40px;font-size: 18px;}
.case h3{height:54px;line-height:54px;font-size:20px;font-weight: normal;color: #1a1a1a;}
.case h3 a{color: #1a1a1a;}
.case_cl{width: 1200px;overflow: hidden;height: 222px;}
.case_cl li{position: relative;float: left;margin: 0 10px 0 0;}
.case_cl li,.case_cl li img{width:292px;height: 186px;overflow: hidden;}
.case_cl li span{width:292px;height:40px;overflow: hidden;position: absolute;left: 0;bottom: 0;background:url(../images/bg02.png) repeat;text-align: center;}
.case_cl li span a{display: block;color: #fff;}
.prev1,.next1{width:26px;height:47px;display: block;top:69px;right: -52px;background:url(../images/next1.gif) no-repeat 0 0;z-index: 9;}
.prev1{left: -52px;background:url(../images/prev1.gif) no-repeat 0 0;}
.prev1:hover,.next1:hover{background-position: 0 bottom;}
.case_more img{display: block;margin: 0 auto;}*/


/*case*/

.case {
    padding: 36px 0 0;
    background: url(../images/edgebg_01.jpg) no-repeat bottom;
    height: 901px
}

.case h2 {
    margin-bottom: 30px;
}

.case_con {
    position: relative;
    padding: 0 0 34px;
    /*background: #fff;*/
    box-shadow: 0px 8px 40px 0px rgba(0, 146, 63, 0.09);
}

.case_ctg {
    height: 80px;
    border-bottom: 1px solid #f2f2f2;
}

.case_ctg li {
    float: left;
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.case_ctg li:after {
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    background: url(../images/case_dian.png) no-repeat center;
    right: -4px;
    top: 36px;
}

.case_ctg li:last-child:after {
    display: none;
}

.case_ctg li a {
    display: inline-block;
    height: 80px;
    position: relative;
}

.case_ctg li em {
    display: inline-block;
    width: auto;
    height: 30px;
    margin-right: 5px;
    overflow: hidden;
    vertical-align: top;
    margin-top: 25px;
}

.case_ctg li img {
    position: relative;
    top: 0px;
    transition: all 0.25s linear;
}

.case_ctg li span {
    font-size: 18px;
    color: #666;
}

.case_ctg li.cur span,
.case_ctg li:hover span {
    color: #105bb8;
}

.case_ctg li.cur em img,
.case_ctg li:hover em img {
    top: -30px;
}

.case_ctg li.cur a:after,
.case_ctg li:hover a:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #149d61;
    content: "";
    left: 0;
    bottom: -1px;
}

.case_l {
    float: left;
    width: 746px;
    margin: 30px 0 0 38px;
}

.case_ctg li.cur1 a span {
    color: #105bb8;
}

.case_ctg li.cur1 a em img {
    top: -30px;
}

.case_ctg li.cur1 a:after {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #149d61;
    content: "";
    left: 0;
    bottom: -1px;
}

.case_l {
    float: left;
    width: 746px;
    margin: 30px 0 0 38px;
}

.case_l dl {
    height: 560px;
    overflow: hidden;
    position: relative;
}

.case_l dt img {
    width: 746px;
    height: 452px;
    transition: all 0.5s;
}

.case_l dt:hover img {
    transform: scale(1.05);
}

.case_l dd {
    position: absolute;
    width: 100%;
    height: 108px;
    padding: 0 35px;
    box-sizing: border-box;
    background: #179a4e;
    left: 0;
    bottom: 0;
}

.case_l dd h3 {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding: 22px 0 10px;
}

.case_l dd h3 a {
    color: #fff;
}

.case_l dd p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.case_r {
    float: right;
    width: 338px;
    height: 484px;
    border-top: 3px solid #105bb8;
    border-bottom: 3px solid #105bb8;
    position: relative;
    margin-top: 34px;
    margin-right: 34px;
}

.case_r h3 {
    padding-left: 38px;
    font-size: 36px;
    color: #105bb8;
    line-height: 36px;
    background: url(../images/select_ic.png) no-repeat left 8px;
    margin: 58px 0 40px;
    position: relative;
}

.case_r h3 i {
    display: block;
    font-size: 12px;
    line-height: 24px;
}

.case_r h3:after {
    position: absolute;
    width: 11px;
    height: 19px;
    content: "";
    background: url(../images/select_jt.png) no-repeat;
    top: 9px;
    right: 17px;
}

.case_list {
    height: 278px;
    overflow: hidden;
    padding-left: 78px;
    margin-left: -78px;
}

.case_list li {
    height: 56px;
    padding: 18px 20px 18px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 1;
}

.case_list li b {
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #105bb8;
    border-radius: 100%;
    margin-top: 3px;
}

.case_list li span {
    float: left;
    font-size: 16px;
    color: #211f1f;
    line-height: 26px;
    font-weight: bold;
    margin-left: 20px;
    width: 188px;
}

.case_list li span i {
    display: block;
    font-size: 10px;
    color: #211f1f;
    line-height: 24px;
    opacity: 0.6;
    text-transform: uppercase;
}

.case_list li img {
    float: right;
    width: 75px;
    height: 56px;
}

.case_list li.cur:after {
    position: absolute;
    width: 412px;
    height: 92px;
    background: #f3f3f3;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
}

.case_r .prev {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: -45px;
    font-size: 14px;
    color: #211f1f;
    line-height: 14px;
    height: 14px;
    text-align: center;
    cursor: pointer;
}

.case_r .next {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -45px;
    font-size: 14px;
    color: #211f1f;
    line-height: 14px;
    height: 14px;
    text-align: center;
    cursor: pointer;
}

.case_list .tempWrap {
    overflow: visible !important;
}

.case_c {
    width: 1200px;
    float: left;
}


/*广告*/

.h_gg1 {
    display: block;
    height: 400px;
    background: url(../images/x-ban2.jpg) no-repeat center 20px;
    color: #fff;
    clear: both;
    line-height: 22px;
    font-family: Times New Roman;
    font-size: 16px;
}

.gg01 {
    top: 282px;
    left: 50%;
    margin-left: -506px;
    /*background:url(../images/c_pho.png) no-repeat 0 0;*/
    padding: 0 0 0 69px;
}

.gg01 span {
    display: block;
    font-family: Impact;
    font-size: 36px;
    line-height: 36px;
}

.h_gg1 a.zx_btn {
    left: 890px;
    top: 276px;
    width: 146px;
    height: 52px;
    display: block;
    position: absolute;
}


/*产品中心*/

.protil {
    position: relative;
    margin: -131px auto 0;
    width: 100%;
    height: 130px;
}

.probox {
    height: 903px;
    font-family: "Microsoft Yahei";
    line-height: 25px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.pro_nav {
    width: 218px;
    background: #4e951a;
    color: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.pro_nav h3 {
    font-size: 20px;
    line-height: 32px;
    height: 73px;
    color: #fff;
    padding: 22px 0 0 8px;
    background: url(../images/pro_tico.gif) no-repeat 15px 16px #105bb8;
    text-align: center;
    border-bottom: solid 2px #73a452;
}

.pro_nav h3 em {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #afcaa4;
    display: block;
}

.pro_nav h3 a {
    color: #fff;
}

.pro_nl {
    padding: 16px 16px 20px;
}

.pro_nl h4 {
    height: 30px;
    background: url(../images/ico02.gif) no-repeat 147px 10px #fff;
    font-size: 14px;
    line-height: 30px;
    padding: 0 13px;
    font-weight: normal;
    margin-bottom: 13px;
    color: #000;
}

.pro_nl h4.pro_none {
    background-image: url(../images/ico03.gif);
}

.pro_nl h4 a {
    display: block;
    color: #000;
}

.pro_nl ul {
    clear: both;
    display: block;
}

.pro_nl li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    background: url(../images/ico04.gif) no-repeat 13px 12px;
    padding: 0 0 0 26px;
    border-bottom: dotted 1px #83b069;
}

.pro_nl li a {
    display: block;
    color: #fff;
}

.pro_pho {
    background: #105bb8;
    padding: 12px 0 0 23px;
    line-height: 21px;
    height: 64px;
}

.pro_pho span {
    line-height: 32px;
    display: block;
    font-family: Impact;
    font-size: 30px;
}

.pro_list {
    width: 960px;
    height: 903px;
    overflow: hidden;
}

.prev2,
.next2 {
    width: 46px;
    height: 46px;
    display: block;
    top: 188px;
    right: 24px;
    z-index: 9;
}

.prev2 {
    left: 24px;
}

.pro_lp {
    height: 448px;
    display: block;
    overflow: hidden;
}

.pro_lp li {
    position: relative;
    overflow: hidden;
}

.pro_lp li,
.pro_lp li img {
    width: 960px;
    height: 426px;
    display: block;
}

.pro_lp li span {
    width: 960px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(../images/bg02.png) repeat;
}

.pro_lp li span a {
    color: #fff;
}

.pro_lt ul {
    width: 970px;
}

.pro_lt li,
.pro_lt li img {
    width: 313px;
    height: 207px;
    display: block;
    overflow: hidden;
}

.pro_lt li {
    border: solid 1px #cbcccc;
    margin: 0 7px 21px 0;
    float: left;
    position: relative;
    text-align: center;
}

.pro_lt li span {
    position: absolute;
    left: 0;
    top: 64px;
    width: 293px;
    display: none;
    height: 82px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
}

.pro_lt li span a {
    display: inline-block;
    color: #fff;
    background: url(../images/ico05.png) no-repeat center 14px;
    padding: 38px 26px 0;
    line-height: 32px;
    height: 41px;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
}

.pro_lt li.cur span {
    display: block;
}


/*优势*/

.edge {
    line-height: 26px;
    color: #000;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    padding: 0px 0 0;
    position: relative;
    margin-top: -0px;
    background: url(../images/edgebg_02.jpg) no-repeat center 0;
    z-index: 1;
    height: 1141px;
}

.edge_c {
    background: url(../images/edgecbg.png) no-repeat center 0;
    clear: both;
}

.edge .til01,
.edge .til01 a,
.edge .til01 p {
    color: #fff;
}

.edge h3 {
    height: 68px;
    line-height: 68px;
    font-size: 26px;
    color: #e60012;
    overflow: hidden;
}

.edge h3 span {
    width: 59px;
    font-size: 40px;
    float: left;
}

.edge li {
    clear: both;
    background: url(../images/ico06.gif) no-repeat 42px 13px;
    padding: 0 0 0 58px;
}

.edge1,
.edge2,
.edge3,
.edge4 {
    padding: 28px 137px 0;
    height: 214px;
}

.edge_p1 {
    width: 462px;
}

.edge_p2 {
    width: 453px;
}

.edge_p3 {
    width: 446px;
}

.edge_p4 {
    width: 452px;
}

.edge_w1 {
    width: 464px;
    padding: 16px 0 0;
}

.edge_w2 {
    width: 473px;
    padding: 5px 0 0;
}

.edge_w3 {
    width: 466px;
    padding: 13px 0 0;
}

.edge_w4 {
    width: 474px;
    padding: 15px 0 0;
}


/*建设安全跑道球场仅需 5 步*/

.tec_p {
    background: url(../images/tecbg.jpg) no-repeat center 0 #ebebeb;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    padding: 112px 0 0;
    height: 612px;
    line-height: 22px;
    color: #fff;
}

.tec_p h2 {
    height: 174px;
    line-height: 76px;
    color: #5cb01f;
    font-size: 40px;
    text-align: center;
}

.tec_p h2 b {
    font-size: 70px;
    font-style: italic;
}

.tec_p h2 span {
    text-shadow: 2px 3px 3px #240b06;
}

.tec_p h2 p {
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    font-size: 24px;
}

.tec_pc li {
    width: 240px;
    float: left;
    padding: 26px 0 0;
    margin: 0 0 0 68px;
    height: 204px;
    text-align: center;
    background: url(../images/ico07.png) no-repeat center 0;
}

.tec_pc li:hover {
    background: url(../images/ico08.png) no-repeat center 0;
    color: #105bb8;
    /* text-shadow: 2px 3px 3px #240b06; */
}

.tec_pc li span {
    display: block;
    font-size: 24px;
    line-height: 60px;
}

.tec_pc li.tec_pl1 {
    margin-left: 85px;
}

.tec_pc li.tec_pl2 {
    margin-left: 37px;
    clear: both;
}

.tec_pho {
    font-size: 24px;
    line-height: 35px;
    padding: 4px 0 0 106px;
    width: 281px;
    height: 87px;
    top: 373px;
    right: 49px;
    background: url(../images/tec_phobg.png) no-repeat 0 0;
    color: #000;
}

.tec_pho span {
    display: block;
    font-family: Impact;
    color: #e60012;
    line-height: 46px;
    font-size: 40px;
}


/*关于*/

.about {
    font-family: "Microsoft Yahei";
    line-height: 28px;
    overflow: hidden;
    height: 600px;
    text-align: left;
    color: #333;
    /*background:url(../images/aboutbg.jpg) no-repeat center bottom #ebebeb;*/
    font-size: 16px;
}


.about .til01 {
    background: url(../images/aboutil.gif) no-repeat center 0;
    height: 91px;
}

.about_c {
    padding: 0 104px;
}

.about_p {
    box-shadow: 0 7px 8px #0c1a02;
}

.about_p,
.about_p img {
    width: 991px;
    display: block;
    height: 402px;
    overflow: hidden;
}

.about_w {
    height: 151px;
}

.about_w span a {
    display: inline-block;
    color: #105bb8;
}

.about22 {
    font-family: "Microsoft Yahei";
    line-height: 28px;
    text-align: left;
    color: #333;
    /*background:url(../images/aboutbg.jpg) no-repeat center bottom #ebebeb;*/
    font-size: 16px;
}
.about22 .til01 {
    background: url(../images/aboutil.gif) no-repeat center 0;
    height: 91px;
}

.about22_c {
    padding: 0 104px;
}

.about22_p {
    box-shadow: 0 7px 8px #0c1a02;
}

.about22_p,
.about22_p img {
    width: 991px;
    display: block;
    height: 402px;
    overflow: hidden;
}

.about22_w {
    height: 151px;
}

.about22_w span a {
    display: inline-block;
    color: #105bb8;
}
/*风采展示*/

.show {
    height: 354px;
    font-family: "Microsoft Yahei";
    position: relative;
    padding: 40px 0 0;
}

.showtil {
    height: 74px;
    font-size: 18px;
    color: #666;
    line-height: 43px;
    padding: 0 0 0 0px;
}

.showtil li {
    float: left;
    border: solid 1px #f5f5f5;
    width: 172px;
    text-align: center;
    background: #f5f5f5;
}

.showtil li:nth-child(1) {
    border-right: 0;
}

.showtil li:nth-child(2) {
    border-left: 0;
}

.showtil li a {
    color: #000;
    display: block;
}

.showtil li.on a,
.showtil li:hover a {
    color: #fff;
    background: #105bb8;
    border-color: #105bb8;
}

.show_c1 {
    position: relative;
}

.show_c1 h3 {
    position: absolute;
    left: 0;
    top: -74px;
    width: 190px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    background: #02a0ea;
    border-radius: 22px;
    text-align: center;
}

.show_c1 h3 a {
    display: block;
    color: #fff;
}

.show1 {
    width: 1280px;
    overflow: hidden;
}

.show1 li {
    float: left;
    margin: 0 17px 0 0;
    position: relative;
}

.show1 li img,
.show1 li {
    width: 310px;
    height: 234px;
    display: block;
    overflow: hidden;
}

.show1 li span {
    display: block;
    background: url(../images/bg02.png) repeat 0 0;
    position: absolute;
    width: 310px;
    height: 36px;
    left: 0;
    bottom: 0;
    line-height: 36px;
    text-align: center;
}

.show1 li span a {
    color: #fff;
}

.prev3,
.next3 {
    width: 41px;
    height: 61px;
    display: block;
    position: absolute;
    right: -64px;
    top: 68px;
    background: url(../images/next3.gif) no-repeat 0 0;
}

.prev3 {
    left: -64px;
    background: url(../images/prev3.gif) no-repeat 0 0;
}

.prev3:hover,
.next3:hover {
    background-position: 0 bottom;
}


/*资讯*/

.newbox {
    line-height: 20px;
    height: 750px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.newbox h2 {
    height: 145px;
    line-height: 145px;
    font-size: 40px;
}

.new1 {
    width: 536px;
    overflow: hidden;
}

.new2 {
    width: 601px;
    overflow: hidden;
}

.newtil {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    border-bottom: solid 1px #105bb8;
    margin-bottom: 12px;
    font-weight: normal;
}

.newtil span {
    float: right;
}

.newtil span a {
    display: block;
    font-size: 14px;
    color: #232323;
    text-transform: uppercase;
}

.newtil p {
    float: left;
    padding: 11px 0 0 18px;
}

.newtil b {
    float: left;
    font-weight: normal;
}

.newtil b a {
    display: block;
    background: #105bb8;
    padding: 0 24px;
    color: #fff;
}

.new_c dl {
    height: 438px;
    overflow: hidden;
}

.new_c dt,
.new_c dt img {
    width: 601px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.new_c dd {
    display: block;
    padding: 23px 0 0;
}

.new_c dd h3 {
    height: 32px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}

.new_c dd h3 a {
    color: #1b1b1b;
}

.new_c dd p a {
    color: #666666;
}

.new_c li {
    height: 86px;
}

.new_c li span {
    float: left;
    color: #474747;
    text-align: right;
    width: 89px;
    height: 70px;
    border-right: solid 1px #c1c1c1;
    padding: 0 30px 0 0;
    overflow: hidden;
    font-size: 20px;
    line-height: 46px;
    white-space: nowrap;
}

.new_c li span b,
.new_l li span b {
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #1b1b1b;
}

.new_c li p {
    float: left;
    width: 435px;
    padding: 0 0 0 30px;
}

.new_c li p a {
    display: block;
    height: 32px;
    line-height: 22px;
    font-size: 16px;
    color: #1b1b1b;
}

.new_l li {
    height: 106px;
    padding: 24px 0 0;
    border-bottom: dashed 1px #cdcdcd;
    margin-bottom: 4px;
}

.new_l li span {
    width: 54px;
    text-align: center;
    white-space: nowrap;
    float: left;
    font-size: 14px;
    line-height: 24px;
    /* font-family: Times New Roman; */
    color: #525252;
    white-space: nowrap;
}

.new_l li p {
    width: 450px;
    float: left;
    padding: 0 0 0 30px;
}

.new_l li p a {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #1b1b1b;
}

.new_c dd p a:hover,
.new_c li:hover p a,
.new_c li p a:hover,
.new_l li p a:hover,
.new_l li:hover p a {
    color: #105bb8;
    font-weight: bold;
}


/*友情链接*/

.link {
    overflow: hidden;
    line-height: 32px;
    color: #fff;
    background: #105bb8;
}

.link h3 {
    width: 160px;
    height: 49px;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 49px;
}

.link h3 span {
    text-transform: uppercase;
    font-family: Arial;
    padding: 0 0 0 10px;
}

.link p {
    width: 1030px;
    float: left;
    padding: 10px 0;
}

.link a {
    padding: 0 26px;
    display: inline-block;
    color: #92a288;
}


/*news*/

.news h2.wow.zoomIn.animated.til01.animated {
    height: 66px;
}

.news {
    height: 840px;
    padding-top: 46px;
    background: url(../images/footbg.jpg) no-repeat center 0;
}

.new_ct {
    background: #fff;
    margin-top: 22px;
}

.news h3 {
    height: 78px;
    font-weight: normal;
    padding: 0 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    background: url(../images/case_dian.png) no-repeat 200px center;
}

.news h3 span a {
    float: left;
    font-size: 18px;
    color: #6e6e6e;
    line-height: 76px;
    height: 76px;
    margin-right: 140px;
    padding-left: 34px;
}

.news h3 span .a1 {
    background: url(../images/new_ic1.png) no-repeat left center;
}

.news h3 span .a2 {
    background: url(../images/new_ic2.png) no-repeat left center;
}

.news h3 i a {
    display: block;
    font-size: 16px;
    color: #202a2c;
    line-height: 78px;
}

.news h3 span a.cur {
    color: #105bb8;
    font-weight: bold;
    border-bottom: 3px solid #105bb8;
}

.news h3 span .a1.cur {
    background: url(../images/new_ic1h.png) no-repeat left center;
}

.news h3 span .a2.cur {
    background: url(../images/new_ic2h.png) no-repeat left center;
}

.new_con {
    padding: 0 30px;
    height: 465px;
}

.new_con dl {
    float: left;
    width: 540px;
}

.new_con dt {
    height: 302px;
    overflow: hidden;
}

.new_con dt img {
    display: block;
    width: 540px;
    height: 302px;
    transition: all 0.5s;
}

.new_con dt:hover img {
    transform: scale(1.05);
}

.new_con dd {
    padding-top: 25px;
    height: 78px;
}

.new_con dd i {
    float: left;
    width: 103px;
    height: 78px;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666;
    font-family: Arial;
    line-height: 14px;
    text-align: center;
}

.new_con dd i b {
    display: block;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
    color: #333;
}

.new_con dd p {
    float: left;
    width: 404px;
    margin-left: 26px;
}

.new_con dd p a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.new_con dd p span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.new_con ul {
    float: right;
    width: 560px;
}

.new_con li {
    height: 104px;
    border: 1px solid #e0e0e0;
    padding-top: 24px;
    margin-bottom: 20px;
}

.new_con li i {
    float: left;
    width: 132px;
    height: 78px;
    border-right: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666;
    font-family: Arial;
    line-height: 14px;
    text-align: center;
}

.new_con li i b {
    display: block;
    font-size: 48px;
    line-height: 48px;
    padding-bottom: 10px;
    color: #333;
}

.new_con li p {
    float: left;
    width: 375px;
    margin-left: 26px;
}

.new_con li p a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.new_con li p span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}

.new_con li:hover {
    background: #f2f5f4;
}

.new_con li p a:hover,
.new_con dd p a:hover,
.news h3 i a:hover {
    color: #105bb8;
}


/*abt*/

.abt {
    padding: 65px 0 0px;
}

.abt_l {
    float: left;
    width: 325px;
    margin-top: 47px;
}

.abt_l h3 {
    font-weight: normal;
}

.abt_l h3 b {
    display: block;
    font-size: 40px;
    color: #333;
    line-height: 40px;
}

.abt_l h3 i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    letter-spacing: 3px;
    color: #105bb8;
}

.abt_desc {
    font-size: 14px;
    color: #707070;
    line-height: 28px;
    margin: 30px 0 50px;
}

.abt_l a.more {
    display: block;
    width: 120px;
    padding-left: 48px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: url(../images/abt_jt.png) no-repeat 120px center #105bb8;
    transition: all 0.3s;
}

.abt_l a.more:hover {
    background-position: 125px center;
}

.abt_r {
    float: right;
    height: 419px;
    padding: 39px 35px 0;
    z-index: 1;
    position: relative;
}

.abt_r:after {
    position: absolute;
    width: 100%;
    height: 432px;
    background: #105bb8;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}

.abt_te {
    float: left;
    width: 200px;
    height: 419px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding-top: 46px;
}

.abt_te p {
    text-align: center;
    margin-bottom: 62px;
    font-size: 18px;
    color: #105bb8;
    line-height: 18px;
}

.abt_te p img {
    display: block;
    margin: 0 auto 5px;
    transition: all 0.5s;
}

.abt_te p:hover img {
    transform: rotateY(180deg);
}

.abt_pic {
    float: right;
    width: 560px;
    height: 419px;
    overflow: hidden;
}

.abt_pic img {
    width: 560px;
    height: 419px;
    transition: all 0.5s;
}

.abt_pic:hover img {
    transform: scale(1.05);
}

.sgxc {
    margin-top: 80px;
}

.sgxc h3 {
    font-size: 40px;
    line-height: 40px;
    color: #000;
    height: 70px;
}

.sgxc li {
    float: left;
    width: 289px;
    margin-right: 15px;
}

.sgxc li img {
    display: block;
    width: 289px;
    height: 216px;
}

.sgxc .tempWrap {
    width: 100% !important;
}

.links {
    height: 100px;
    line-height: 100px;
    font-size: 12px;
    color: #fff;
    background: #105bb8;
}

.links a {
    color: #fff;
    margin-right: 80px;
    opacity: 0.5;
}

.links a b {
    font-size: 16px;
}


/*ys*/

/* .ys {
    padding: 36px 0 40px;
    background: url(../images/edgebg_02.jpg) no-repeat top center;
} */

.ys .content {
    width: 1260px;
    margin: 0 auto;
}

.ys h2 {
    margin-bottom: 10px;
}

.ys_con {
    position: relative;
}

.ys_con:before {
    position: absolute;
    width: 1px;
    height: 98%;
    content: "";
    left: 50%;
    background: #f5f5f5;
    top: 70px;
}

.ys_con dl {
    float: left;
    width: 560px;
    padding: 30px 30px 42px;
    margin-bottom: 20px;
    top: 0;
    position: relative;
    transition: all 0.3s;
}

.ys_con dl:nth-child(2n) {
    float: right;
}

.ys_con dt {
    position: relative;
}

.ys_con dt img {
    display: block;
    width: 560px;
    height: 311px;
}

.ys_con dt i {
    position: absolute;
    left: 20px;
    bottom: 30px;
    width: 85px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: #105bb8;
    font-weight: bold;
    font-family: Arial;
}

.ys_con dd {
    height: 130px;
    overflow: hidden;
}

.ys_con dd h3 {
    float: left;
    width: 130px;
    height: 100px;
    margin-top: 30px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    font-size: 30px;
    color: #105bb8;
    line-height: 30px;
}

.ys_con dd h3 img {
    display: block;
    height: 45px;
    margin: 0 auto;
    padding: 5px 0 18px;
}

.ys_con dd p {
    float: right;
    width: 385px;
    margin-right: 12px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 52px;
}

.ys_con dd p b {
    color: #333;
}

.ys_con dl:nth-child(3) dd p {
    margin-top: 38px;
}

.ys_con dl:hover {
    box-shadow: 0px 3px 35px 0px rgba(0, 146, 63, 0.16);
    top: -3px;
}

.ys_con dl:hover dd p b {
    color: #105bb8;
}


/*主体样式*/

#container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.reasonBox {}

.reasonTitle {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.reasonTitle p {
    font-size: 18px;
    color: #777777;
    font-weight: normal;
}

.reasonBox .content {
    margin-top: 30px;
}

.reasonLeft {
    width: 600px;
}

.reason1Title {
    background: url(../images/a1.png) no-repeat left center;
    height: 70px;
    font-size: 26px;
    color: #333333;
    text-indent: 69px;
    line-height: 32px;
    padding-top: 6px;
}

.reason1Title span {
    font-size: 18px;
    color: #777777;
    font-weight: normal;
    display: block;
}

.reason1Title2 {
    background: url(../images/a2.png) no-repeat left center;
}

.reason1Title3 {
    background: url(../images/a3.png) no-repeat left center;
}

.reason1Title4 {
    background: url(../images/a4.png) no-repeat left center;
}

.reason1 {}

.reason1 .content1 {
    margin-top: 15px;
    padding-left: 64px;
    width: 484px;
}

.reason1 .content1 p {
    font-size: 14px;
    color: #333333;
    line-height: 33px;
}

.zixun {
    width: 150px;
    height: 48px;
    background: #105bb8;
    border-radius: 30px;
    margin-top: 20px;
}

.zixun a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
}

.img11 {
    width: 599px;
    height: 263px;
    margin-top: 63px;
}

.rimg2 {
    margin-top: 50px;
    width: 600px;
}

.rimg2 img {
    width: 600px;
    height: 258px;
}

.rimg3 {
    margin-top: 55px;
}

.rimg4 {
    width: 566px;
    margin-top: 58px;
}

.rimg4 p img {
    width: 566px;
    height: 303px;
}

.reason2 {
    margin-top: 78px;
    margin-left: 24px;
}

.reason3 {
    margin-top: 70px;
}

.reason4 {
    margin-top: 66px;
}

.reasonRight {
    width: 600px;
}

/*page分页*/
.Page {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
}
.Page a {
    display: inline-block;
    width: 65px;
    background: #ffffff;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    float: left;
    text-decoration: none;
    color: #333;
    outline: none;
}
.Page a:hover {
    display: block;
    background: #666;
color: #fff
}
.Page span.current {
    background: #666;
    color: #FFF;
}
.Page span {
    display: inline-block;
    min-width: 45px;
    padding: 0 10px;
    background: #ffffff;
    height: 48px;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    float: left;
}
 