.box-center {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.clearfix,
.container {
    *zoom: 1;
}

.clearfix:after,
.container:after {
    content: '';
    clear: both;
    display: table;
}

.container {
    width: 1200px;
    margin: 0 auto;
}



/*sun_top */

.sun_top {
    height: 40px;
    color: #fff;
    line-height: 40px;
    background: #494949;
}

.sun_top a {
    color: #fff;
}



/*sun_head*/

.sun_head {
    height: 110px;
}

.sun_head .logo {
    display: block;
    width: 287px;
    line-height: 110px;
}

.sun_head .logo img {
    width: 287px;
    height: 58px;
}

.k2{
    width: 331px;
    line-height: 110px;
    margin-left: 145px;
}

.k3{
    line-height: 110px;
    color: #ff7800;
    font-size:25px;
    padding-left: 160px;
    background:url(../images/phone.png) no-repeat left center;
}

/*sun_banner*/

.sun_banner {
    position: relative;
    width: 1920px;
    height: 544px;
    overflow: hidden;
    margin-left: -960px;
    left: 50%;
}


/*sun_about*/

.sun_about {
    padding: 15px 0 72px;
    background: #fff;
    margin-top: 13px;
    border-top:1px solid #e0e0e0;
}

.sun_tit {
    text-align: center;
    margin-bottom: 35px;
}

.sun_tit h3 {
    font-size: 30px;
    color: #ff9900;
    margin-bottom: 5px;
}

.sun_tit h3 span {
    color: #144a96;
}

.sun_tit .en_p {
    text-align: center;
    text-transform: uppercase;
    background: url(../images/en_p_bg.gif) center no-repeat;
    font-size: 14px;
    color: #a4a4a4;
    line-height: 20px;
}

.sun_tit p {
    font-size: 14px;
    color: #999999;
}

.sun_about .wz {
    width: 808px;
    background: url(../images/nei2line.png) no-repeat bottom center;
    padding-bottom: 30px;
}

.sun_about .wz .wzcon {
    font-size: 14px;
    text-align:justify;
    color: #5a5a5a;
    line-height: 25px;
    height: 225px;
    overflow: hidden;
}

.nei2More{
    text-align:right;
    margin-top: 10px;
}

.nei2More a{
    display:inline-block;
    width: 66px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border:1px solid #666666;
    color: #666;
    font-size:13px;
}

.sun_about .wz .sjz {
    background: url(../images/sjz_bg.png) left 35px center no-repeat;
    height: 40px;
}

.sun_about .wz .sjz .year {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #3c78d8;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
}

.sun_about .wz .sjz .date {
    position: relative;
    float: left;
    height: 40px;
    width: 40px;
}

.sun_about .wz .sjz .date .rq {
    font-size: 12px;
    position: absolute;
    z-index: 9;
    color: #666;
    top: -3px;
    width: 30px;
    left: -5px;
}

.sun_about .wz .sjz .date .yq {
    position: absolute;
    z-index: 9;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 2px solid #3c78d8;
    border-radius: 50%;
    bottom: 13px;
}

.sun_about .wz .sjz .date .date_con {
    position: absolute;
    background: #3c78d8;
    width: 180px;
    padding: 10px;
    color: #fff;
    bottom: 50px;
    left: -20px;
    display: none;
}

.sun_about .wz .sjz .date .date_con:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #3c78d8 transparent transparent transparent;
    left: 20px;
    bottom: -12px;
}

.sun_about .wz .sjz .date .date_con h3 {
    padding-left: 15px;
    background: url(../images/yq_icon.png) left center no-repeat;
    font-size: 14px;
    font-weight: normal;
}

.sun_about .wz .sjz .date .date_con p {
    padding-left: 15px;
    font-size: 12px;
}

.sun_about .wz .sjz .date:hover .rq {
    display: none;
}

.sun_about .wz .sjz .date:hover .yq {
    background: #3c78d8;
}

.sun_about .wz .sjz .date:hover .date_con {
    display: block;
}

.sun_about .wz .sjz .date1 {
    left: 93px;
}

.sun_about .wz .sjz .date2 {
    left: 165px;
}

.sun_about .wz .sjz .date3 {
    left: 250px;
}

.sun_about .wz .sjz .date4 {
    left: 390px;
}

.sun_about .wz .sjz .date5 {
    left: 450px;
}

.sun_about .wz .sjz .year1 {
    position: relative;
    left: 310px;
}

.sun_about .img {
    width: 331px;
    background: url(../images/about_tt.jpg) top right no-repeat;
    padding-top: 10px;
}
.img_tx{
    width: 267px;
    height: 282px;
    overflow: hidden;
}
.img_tx img{
    width: 267px;
    height: 282px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    -ms-transition:all 0.4s;
}
.img_tx:hover img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
}

/*sun_ldys*/

.sun_ldys {
    background: url(../images/bg2.jpg) top center no-repeat;
    height: 535px;
    box-sizing: border-box;
    padding-top: 102px;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.sun_ldys li {
    width: 16.6666%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
}

.sun_ldys li .img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 77px;
    height: 77px;
    overflow: hidden;
    margin-bottom: 40px;
}

.sun_ldys li .img img {
    width: 100%;
    left: 0;
    position: absolute;
    transition: all .5s ease;
}

.sun_ldys li .img .img1 {
    top: 0;
}

.sun_ldys li .img .img2 {
    top: 77px;
}

.sun_ldys li h3 {
    display: inline-block;
    color: white;
    font-size: 19px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    margin-bottom: 25px;
}

.sun_ldys li p {
    color: white;
    width: 120px;
    margin: 0 auto;
    line-height: 25px;
    font-size: 14px;
}

.sun_ldys li:hover .img .img1 {
    top: -80px;
}

.sun_ldys li:hover .img .img2 {
    top: 0;
}



/*sun_sj*/

.sun_sj {
    background: #144a96;
    padding: 21px 0;
}

.sun_sj li {
    width: 25%;
    height: 115px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
}

.sun_sj li+li {
    border-left: 1px solid #0b3b7e;
}



/*sun_goods*/

.sun_goods {
    background: #eaeaea url(../images/bg1.jpg) top center;
    padding-top: 45px;
}

.sun_goods .item .wz .num {
    background: url(../images/ly_tt_bg.png);
    width: 97px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    color: #fff;
    font-size: 36px;
    padding-left: 10px;
    box-sizing: border-box;
}

.sun_goods .item .wz .wzcon {
    margin-left: 10px;
    font-weight:bold;
}

.sun_goods .item .wz .wzcon h3 {
    line-height: 36px;
    font-size: 20px;
    color: #144a96;
    margin-bottom: 20px;
}
.sun_goods .item .wz .wzcon h3:hover {
    line-height: 36px;
    font-size: 20px;
    color: #ff7800;
    margin-bottom: 20px;
}

.sun_goods .item .wz .wzcon p {
    line-height: 25.2px;
    font-size: 14px;
    color: #5a5a5a;
}

.sun_goods .item .img img {
    width: 100%;
}

.sun_goods .item1 .wz {
    width: 755px;
    background: url(../images/ly_bgf.png) left bottom no-repeat;
    padding-bottom: 80px;
}

.sun_goods .item1 .img {
    width: 337px;
    margin-right: 30px;
}

.sun_goods .item2 .wz {
    padding-top: 70px;
    width: 735px;
    background: url(../images/ly_bg.png) left bottom no-repeat;
    padding-bottom: 80px;
}

.sun_goods .item2 .img {
    width: 417px;
}

.sun_goods .item3 {
    padding-bottom: 20px;
}

.sun_goods .item3 .wz {
    padding-top: 40px;
    width: 600px;
}

.sun_goods .item3 .img {
    width: 490px;
}



/*sun_pro*/

.product_listN3{
    margin:0 -4px;
    margin-top: 30px;
}
.product_listN3 li{
    float: left;
    margin:0 2px;
    padding:3px;
    box-sizing: border-box;
    background:transparent;
    border-radius:4px;
    margin-bottom: 5px;
}
.product_listN3 li a{
    display: block;
}
.product_listN3 li img{
    width: 292px;
    height: 215px;
}
.product_listN3 li h3{
    text-align: center;
    font-weight:normal;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
}
.product_listN3 li h3 a{
    color: #666;
    font-size:15px;
    background:#fff;
}
.product_listN3 li:hover{
    background:#ff7800;
}
.product_listN3 li:hover h3 a{
    background:#ff7800;
    color: #fff;
}

.sun_pro {
    background: #144a96;
    padding-top: 40px;
    padding-bottom: 67px;
}

.sun_pro .pro_tit {
    text-align: center;
    margin-bottom: 35px;
}

.sun_pro .pro_tit h3 {
    font-size: 30px;
    color: #ff9900;
}

.sun_pro .pro_tit h3 span {
    color: #fff;
}

.sun_pro .pro_tit p {
    font-size: 14px;
    line-height: 25.2px;
    color: white;
}

.sun_pro .sun_prol {
    width: 240px;
    border-left: 8px solid #ffd704;
    box-sizing: border-box;
    background: #033a87;
}

.sun_pro .sun_prol h3 {
    font-size: 18px;
    color: #fff;
    line-height: 64px;
    border-bottom: 1px solid #144a96;
    text-align: center;
    margin-bottom: 14px;
}

.sun_pro .sun_prol li {
    position: relative;
}

.sun_pro .sun_prol li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 65px;
    text-align: center;
    position: relative;
    z-index: 99;
}

.sun_pro .sun_prol li:after {
    position: absolute;
    content: '';
    display: block;
    left: 11px;
    width: 233px;
    height: 65px;
    background: #ffd704 url(../images/pro_sort_li_bg.png) right 6px center no-repeat;
    display: none;
    top: 0;
}

.sun_pro .sun_prol li:hover:after {
    display: block;
}

.sun_pro .sun_prol li:hover a {
    color: #000;
}

.sun_pro .sun_prol .pro_phone {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 67px;
}

.sun_pro .sun_pro_ll {
    width: 936px;
}

.sun_pro .sun_pro_ll li {
    width: 302px;
    height: 262px;
    background: #fff;
    float: left;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    padding: 15px;
    margin: 0 15px 10px 0;
}

.sun_pro .sun_pro_ll li .img {
    display: block;
    width: 210px;
    height: 210px;
    margin: 0 auto;
    transition: all .5s ease;
}

.sun_pro .sun_pro_ll li .img img {
    width: 100%;
    height: 100%;
}

.sun_pro .sun_pro_ll li p {
    font-size: 14px;
    color: #666;
}

.sun_pro .sun_pro_ll li:hover .img {
    transform: translateY(-10px);
}

.sun_pro .sun_pro_ll li:nth-of-type(3n) {
    margin-right: 0;
}



/*sun_news*/

.sun_news {
    background: #fff;
    padding: 35px 0 50px 0;
}

.sun_news .news_top {
    margin-bottom: 60px;
}

.sun_news .news_top .ttt {
    width: 340px;
    height: 47px;
    background: #103168;
}

.sun_news .news_top .ttt span {
    display: inline-block;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 47px;
}

.sun_news .news_top .ttt a {
    float: right;
    width: 33px;
    height: 33px;
    background: #245cb8;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    margin: 7px 8px 0 0;
}

.sun_news .news_top .news_box {
    width: 1200px;
    height: 82px;
    background: #f2f2f2;
    padding-left: 155px;
    box-sizing: border-box;
}

.sun_news .news_top .news_box span {
    display: inline-block;
    line-height: 87px;
    font-size: 14px;
    color: #999999;
}

.sun_news .news_top .news_box a {
    float: right;
    width: 33px;
    height: 33px;
    background: #cccccc;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 14px;
    margin: 25px 24px 0 0;
}

.sun_news .news_bbttl {
    width: 540px;
}

.sun_news .news_bbttl .first {
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
}

.sun_news .news_bbttl .first h3 {
    font-size: 20px;
}

.sun_news .news_bbttl .first h3 a {
    color: #103168;
}

.sun_news .news_bbttl .first .date {
    font-size: 12px;
    color: #7d7d7d;
}

.sun_news .news_bbttl .first .info {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 22px;
}

.sun_news .news_bbttl .sun_dedd li {
    line-height: 30px;
    font-size: 14px;
}

.sun_news .news_bbttl .sun_dedd li a {
    color: #5a5a5a;
}

.sun_news .news_bbttl .sun_dedd li span {
    color: #9f9f9f;
    display: inline-block;
    padding-right: 20px;
}

.sun_news .sun_case {
    width: 610px;
}

.sun_news .sun_case .sun_case_tx {
    position: relative;
    width: 236px;
    height: 165px;
}

.sun_news .sun_case .sun_case_tx #slider {
    position: absolute;
    background: #000;
    width: 236px;
    height: 165px;
    overflow: hidden;
}

.sun_news .sun_case .sun_case_tx #slider .slide {
    position: absolute;
    top: 0;
    width: 158px;
    height: 165px;
    background: #000;
}

.sun_news .sun_case .sun_case_lz {
    width: 355px;
    float: right;
}

.sun_news .sun_case .sun_case_lz h3 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 10px;
}

.sun_news .sun_case .sun_case_lz .info {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 20px;
}

.sun_news .sun_case .sun_case_lz .more {
    float: right;
    width: 120px;
    height: 30px;
    background: #143670;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.sun_news .sun_case .sun_case_gdtx {
    margin-top: 40px;
}

.sun_news .sun_case .sun_case_gdtx .bd {
    width: 610px;
    overflow: hidden;
}

.sun_news .sun_case .sun_case_gdtx .bd li {
    width: 220px;
    height: 160px;
    margin-right: 15px;
    float: left;
}

.sun_news .sun_case .sun_case_gdtx .bd li img {
    width: 220px;
    height: 160px;
}



/*sun_tl*/

.sun_tl {
    background: #143670;
}

.sun_tl .tl_date {
    width: 195px;
    height: 225px;
    background: #103168;
    box-sizing: border-box;
    padding: 50px 0 0 30px;
    color: #47689f;
}

.sun_tl .tl_date h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.sun_tl .tl_date p {
    font-size: 12px;
}

.sun_tl .tl_date .dl {
    margin-top: 10px;
}

.sun_tl .tl_date .dl p {
    font-size: 18px;
    font-weight: bold;
}

.sun_tl .sun_tlr {
    width: 940px;
}

.sun_tl .sun_tlr .tl_nav {
    line-height: 67px;
    border-bottom: 1px solid #2b508e;
    margin-bottom: 30px;
}

.sun_tl .sun_tlr .tl_nav a {
    display: inline-block;
    padding: 0 30px;
    color: #6583b4;
    font-size: 14px;
}

.sun_tl .sun_tlr .ewm_img {
    display: block;
    width: 90px;
    height: 90px;
}

.sun_tl .sun_tlr .ewm_img img {
    width: 100%;
    height: 100%;
}

.sun_tl .sun_tlr .tl_cont {
    width: 200px;
    margin-left: 30px;
    padding-top: 15px;
}

.sun_tl .sun_tlr .tl_cont p {
    font-size: 14px;
    color: #3b79ae;
    line-height: 22px;
}

.sun_tl .sun_tlr .tl_ccc {
    margin-top: 30px;
    width: 250px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #3b79ae;
    font-size: 14px;
    background: #103168;
}


.c3{width:1200px;margin:0 auto;margin-top:45px;}
.c1tt{color:#0252a7;font-size:32px;text-align:center;font-weight:normal;}
.c1tt span{color:#5a5a5a;text-align:center;}
.wntt{text-align:center;color:#5a5a5a;font-size:18px;font-weight:normal;background:url(../images/bt1.png) no-repeat center;line-height:50px;margin-top: 15px;}
.honor_m{
    width:471px;
    margin-top: 50px;
}
.xws{
    margin-top: 50px;
    width: 688px;
}
.tabli {
    height: 40px;
    position: relative;
}

.tabli li.cur {
    color: #fff;
    height: 40px;
    width: 140px;
    background-color: #1554b1;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.tabli li {
    float: left;
    height: 40px;
    width: 140px;
    line-height: 40px;
    text-align: center;
    color: #5a5a5a;
    font-size: 17px;
}

.tabli li+li{
    margin-left: 20px;
}

.tabli li a{color:#5a5a5a;display: block;}
.tabli li:hover a,.tabli li.cur a{color:#fff!important;}

.tab{display:none;}

.news_list2{}
.news_list2 li{padding-top:10px;padding-bottom: 5px;position:relative;border-bottom:1px dashed #c6c6c6;}
.news_list2 li a{line-height:30px;color:#5a5a5a;font-size:15px;margin-bottom: 4px;display: block;}
.news_list2 li:hover a{text-decoration:none;color:#ff7800;}
.news_list2 li span{color:#999999;z-index:0;line-height:28px;position:absolute;right:0px;top:10px;font-size:15px;}
.news_list2 li dt{font-size:14px;color:#5a5a5a;}
.news_list2 li:hover span{
    color:#ff7800;
}
/*sun_foot*/
.sun_links{
    margin-top: 20px;
    min-height: 35px;
    line-height: 35px;
    font-weight:normal;
    font-size:14px;

}
.sun_foot {
    background: #103168;
    text-align: center;
    padding: 15px 0;
    border-bottom:1px solid #203f72;
}

.sun_foot .ft_cpy {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.sun_foot .ft_cpy a {
    color: #fff;
}

.sun_foot a:hover{
    color: #ff7800;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-160px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeIn;
}


@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-160px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeLeft {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeLeft;
}

@keyframes fadeRight {
    0% {
        opacity: 0;
        transform: translateX(160px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRight {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeRight;
    animation-delay:1s;
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
}

@keyframes fadeOut {
    0% {
        opacity: 0;
        transform: translateY(160px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeOut {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: fadeOut;
}

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.foot{
    background:#143670;
    border-bottom:2px solid #1e3f76;
    padding-top: 14px;
}
.nav_foot{
    text-align: center;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-bottom:1px solid #2b508e;
    text-align: center;
    color: #fff;
    font-size:17px;
    margin:0 54px;
}
.foot a{
    color: #fff;
}
.foot a:hover{
    color: #ff7800;
}
.foot2{
    height: 155px;
    overflow: hidden;
}
.footlogo{
    line-height: 155px;
    margin-left: 210px;
    width: 240px;
}
.footlogo img{
    width: 240px;
}
.lianxi{
    color: #fff;
    font-size:16px;
    margin-top: 15px;
    margin-left: 50px;
    width: 288px;
    height: 120px;
    overflow: hidden;
}
.er{
    line-height: 155px;
    width: 112px;
    margin-left: 55px;
}

/*# sourceMappingURL=sun_style.css.map */