/* arcjg */
a:hover {
    text-decoration: none !important;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img: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);
}

/*头部样式*/

.top_head {
    position: relative;
}

.logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 8px;
}

.logowz {
    float: left;
    margin-left: 25px;
    padding-left: 25px;
    background: url(../images/shu1.png) no-repeat left center;
    margin-top: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #0852ab;
    font-weight: bold;
}

.top_phone {
    margin-top: 25px;
    position: relative;
    float: right;
    padding-left: 60px;
    background: url(../images/top_phone.png) no-repeat left center;
    font-size: 14px;
    color: #000000;
}

.top_phone h4 {
    color: #000000;
    font: 400 14px/20px "Microsoft yahei";
}

.top_phone p {
    color: #0852ab;
    font: 600 32px/40px "Airal";
}

.menubg {
    background: url(../images/nav_bg.jpg) no-repeat center;
}


/* 搜索 */

.search_index {
    height: 70px;
    line-height: 70px;
    position: relative;
    background: #f0f0f0;
}

.hotSearch {
    float: left;
    color: #333333;
    font: 400 14px/70px "Microsoft yahei";
}

.hotSearch a {
    color: #333333;
    margin-right: 6px;
    font: 400 14px/70px "Microsoft yahei";
}

#formsearch {
    margin-top: 12px;
    width: 372px;
    height: 41px;
    line-height: 41px;
    float: right;
    background: url(../images/ssbg.png) no-repeat center center;
}

#formsearch input {
    height: 41px;
    background: #fff;
    line-height: 41px;
    border: none;
    outline: none;
}

#formsearch input#keyword {
    height: 41px;
    line-height: 41px;
    padding-left: 30px;
    color: #a9a8a8;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: calc(100% - 50px);
    font-family: "simsun";
}

#formsearch input#s_btn {
    width: 40px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: right;
    background: none;
}

/* c1_index */

.c1_index {
    position: relative;
    padding-top: 55px;
    padding-bottom: 80px;
}

.ttt1 {
    position: relative;
    text-align: center;
}

.ttt1 h3 {
    color: #333333;
    font: 400 48px/60px "Microsoft yahei";
}

.ttt1 p {
    font: 400 18px/32px "Airal";
    color: #333333;
    text-transform: uppercase;
}

.por_wap {
    position: relative;
    margin-top: 35px;
}

.pro_left {
    position: relative;
    float: left;
    width: 250px;
    background: #0852ab;
    padding: 10px;
}

.pro_tt {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

.pro_tt h3 {
    color: #fff;
    font: 600 30px/45px "Microsoft yahei";
}

.pro_tt p {
    color: #fff;
    font: 400 16px/32px "Microsoft yahei";
    text-transform: uppercase;
}

.psort {
    position: relative;
    width: 230px;
    margin: 0 auto;
    background: #fff;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    height: 500px;
}

.psort li {
    position: relative;
}

.psort .li1 {
    margin-bottom: 15px;
    position: relative;
}

.psort .li1::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    /* background: url(../images/s_yuan.png) no-repeat; */
    left: 22px;
    top: 15px;
}

.psort .li1.active::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    /* background: url(../images/s_yuanh.png) no-repeat; */
    left: 22px;
    top: 15px;
}

.psort .li2 {
    display: none;
}

.psort .a1 {
    width: 100%;
    display: block;
    color: #333333;
    text-align: left;
    border-radius: 30px;
    padding-left: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
    font: 400 15px/40px "Microsoft yahei";
}

.psort .a1:hover {
    background: #f7a926;
    color: #fff;
}

.psort .li1.active .a1 {
    /* background: url(../images/s_xia.png) no-repeat 90% center #f7a926;
    color: #fff; */
}

.psort .a2 {
    color: #333333;
    font-size: 14px;
    line-height: 32px;
    border-bottom: 1px dashed #b3b3b3;
    display: block;
    padding: 0 30px;
    text-align: left;
    background: url(../images/sjian.png) no-repeat 8px center;
}

.psort .a3 {
    color: #024683;
    font-size: 16px;
    margin-top: 12px;
    display: block;
}

.psort .a2:hover {
    color: #f7a926;
    background: url(../images/sjianh.png) no-repeat 8px center;
}

.psort .li1.hover .a1 {
    background: url(../images/s_xia.png) no-repeat 90% center #f7a926;
    color: #fff;
}

/* pro_right */

.pro_right {
    position: relative;
    width: 920px;
    float: right;
}

.ptt2 {
    position: relative;
    height: 40px;
    background: url(../images/xian3.png) no-repeat left bottom;
    margin-bottom: 20px;
}

.ptt2 h3 {
    line-height: 40px;
    padding-left: 35px;
    background: url(../images/niu.png) no-repeat left center;
    font-size: 22px;
    color: #0852ab;
}

.pro_list2 {
    position: relative;
}

.pro_list2 li {
    position: relative;
    float: left;
    margin-bottom: 15px;
    margin-right: 13px;
    background: #e0e0e0;
    padding: 6px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.pro_list2 li:nth-child(3n) {
    margin-right: 0px;
}

.pro_list2 li a {
    display: block;
}

.pro_list2 li .pimg {
    overflow: hidden;
}

.pro_list2 li .pimg img {
    width: 286px;
    height: 229px;
}

.pro_list2 li h3 {
    text-align: center;
    color: #333333;
    font: 400 16px/40px "Microsoft yahei";
}

.pro_list2 li:hover {
    background: #f7a926;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.pro_list2 li:hover h3 {
    color: #fff;
}

/* c2_index */

.c2_index {
    position: relative;
    height: 610px;
    overflow: hidden;
}

.c2_index .bgimg {
    overflow: hidden;
}

.c2_index .bgimg img {
    width: 1920px;
    height: 610px;
}

.abb_wap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 1200px;
    height: 450px;
    padding: 30px;
    text-align: center;
    z-index: 999;
}

.ab_ttt {
    text-align: center;
}

.ab_ttt h2 {
    color: #333333;
    font: 400 48px/60px "Microsoft yahei";
}

.ab_ttt p {
    color: #333333;
    font-size: 18px;
    text-transform: uppercase;
}

.abb_wap .abbtxt {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    line-height: 1.7;
    text-align: left;
}

.abb_wap .abbmore {
    display: block;
    margin: 65px auto 0;
    width: 128px;
    line-height: 36px;
    border: 1px solid #333;
    border-radius: 30px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.abb_wap .abbmore:hover {
    border: 1px solid #f7a926;
    background: #f7a926;
}

.abb_wap .abbmore:hover img {
    filter: brightness(100);
}


/* c3_index */

.c3_index {
    position: relative;
    padding-top: 75px;
    padding-bottom: 65px;
}

.case_wap {
    position: relative;
    margin-top: 55px;
}

.l_btn,
.r_btn {
    position: absolute;
    top: 40%;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

.l_btn {
    left: -80px;
    background: url(../images/ca_next.png) no-repeat center;
    transform: rotate(180deg);
}

.r_btn {
    right: -80px;
    background: url(../images/ca_next.png) no-repeat center;
}

.l_btn:hover {
    background: url(../images/ca_prev.png) no-repeat center;
    transform: rotate(0deg);
}

.r_btn:hover {
    background: url(../images/ca_prev.png) no-repeat center;
    transform: rotate(180deg);
}

.ab_gun_list {
    position: relative;
}

.ab_gun_list li {
    position: relative;
    float: left;
    margin: 0 13px;
}

.ab_gun_list li a {
    display: block;
}

.ab_gun_list li .ca_img {
    overflow: hidden;
    border: 1px solid #eee;
}

.ab_gun_list li .ca_img img {
    width: 280px;
    height: 224px;
}

.ab_gun_list li h3 {
    color: #333333;
    text-align: center;
    font: 400 16px/50px "Microsoft yahei";
}

.ab_gun_list li:hover {
    color: #333333;
}

.c3_index .casemore {
    display: block;
    margin: 45px auto 0;
    width: 128px;
    border: 1px solid #333;
    border-radius: 30px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #333333;
    text-align: center;
    font: 400 16px/36px "Microsoft yahei";
}

.c3_index .casemore:hover {
    color: #fff;
    background: #f7a926;
    border: 1px solid #f7a926;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}


/* */

.box3 {
    height: 750px;
    background: url(../images/bj2.png) no-repeat;
    padding-top: 130px;
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    color: #fff;
    font: 400 48px/56px "Microsoft yahei";
}

.ttt3 p {
    color: #fff;
    font: 400 18px/32px "Airal";
    text-transform: uppercase;
}

.box3 ul {
    margin-top: 43px;
}

.box3 ul li {
    position: relative;
    float: left;
    width: 385px;
    height: 336px;
    background: url(../images/numbg.png) no-repeat;
    padding-top: 30px;
    text-align: center;
}

.box3 ul li+li {
    margin-left: 21px;
}

.box3 ul li span {
    display: block;
    color: #333333;
    font-weight: 400;
    position: relative;
    font: 400 28px/68px "Microsoft yahei";
}

.box3 ul li span:after {
    content: "";
    display: block;
    width: 46px;
    height: 2px;
    background: #0852ab;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box3 ul li b {
    position: absolute;
    left: 0px;
    bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    width: 50px;
    height: 40px;
    letter-spacing: -3px;
}

.box3 ul li p {
    color: #6f6f6f;
    margin-top: 15px;
    height: 115px;
    padding: 0 35px;
    text-align: left;
    font: 400 15px/28px "Microsoft yahei";
}

.box3 ul li a {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.box3 ul li a .im1 {
    display: block;
}

.box3 ul li a .im2 {
    display: none;
}

.box3 ul li:hover a .im1 {
    display: none;
}

.box3 ul li:hover a .im2 {
    display: block;
}

.box3-tel {
    margin-top: 55px;
}

.box3-tel h3 {
    background: #f7a926;
    width: 142px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
}

.box3-tel .cont {
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    margin-top: 12px;
    width: 175px;
    line-height: 2;
    padding: 0 3px;
    background: url(../images/24h-phone.png) no-repeat left center;
}


/* news_index*/

.news_index {
    position: relative;
    padding-top: 55px;
    padding-bottom: 70px;
}

.news_wap {
    position: relative;
    margin-top: 30px;
}

.news_sort {
    position: relative;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}

.news_sort li {
    margin: 0 15px;
    position: relative;
    text-align: center;
}

.news_sort li a {
    display: block;
    width: 128px;
    border: 1px solid #333;
    text-align: center;
    border-radius: 30px;
    color: #333333;
    font: 400 16px/36px "Microsoft yahei";
}

.news_sort li:hover a,
.news_sort li.active a {
    background: #f7a926;
    border: 1px solid #f7a926;
    color: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}


/* css */

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

/* nflex */

.nflex {
    display: flex;
    justify-content: space-between;
}

.list_news {
    position: relative;
    width: 530px;
}

.list_news li {
    position: relative;
}

.list_news li a {
    display: block;
}

.list_news li .nimg2 {
    overflow: hidden;
}

.list_news li .nimg2 img {
    width: 530px;
    height: 270px;
}

.list_news li .wz22 {
    position: relative;
    margin-top: 20px;
}

.list_news li .wz22 h3 {
    margin-bottom: 15px;
    color: #333333;
    font-weight: normal;
    font: 400 16px/40px "Microsoft yahei";
}

.list_news li .wz22 h3 span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #666666;
}

.list_news li .wz22 dd {
    color: #666666;
    font: 400 14px/28px "Microsoft yahei";
}

/* list_news2 */

.list_news2 {
    position: relative;
    width: 600px;
}

.list_news2 li {
    position: relative;
    background: #f5f5f5;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.list_news2 li+li {
    margin-top: 35px;
}

.list_news2 li .n_date {
    height: 80px;
    width: 110px;
    text-align: center;
    border-right: 1px solid #cccccc;
}

.list_news2 li .n_date .d1 {
    color: #0852ab;
    padding-top: 5px;
    margin-bottom: 5px;
    font: 400 30px/38px "Microsoft yahei";
}

.list_news2 li .n_date .d2 {
    color: #999999;
    font: 400 16px/28px "Microsoft yahei";
}

.list_news2 li .news_rr {
    width: calc(100% - 140px);
}

.list_news2 li .news_rr a {
    display: block;
    color: #333333;
    margin-bottom: 8px;
    font: 400 16px/32px "Microsoft yahei";
}

.list_news2 li .news_rr span {
    display: block;
    font-size: 14px;
    color: #666666;
    font: 400 14px/26px "Microsoft yahei";
}

.list_news2 li:hover {
    background: #f7a926;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
}

.list_news2 li:hover .n_date {
    border-right: 1px solid #fff;
}

.list_news2 li:hover .n_date .d1,
.list_news2 li:hover .n_date .d2,
.list_news2 li:hover .news_rr a,
.list_news2 li:hover .news_rr span {
    color: #fff;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #313233;
    padding: 30px 0;
}

.foot_aa {
    float: left;
    width: 366px;
    position: relative;
}

.flogo {
    position: relative;
    margin-bottom: 15px;
}

.flogo img {
    max-width: 100%;
}

.fnav {
    position: relative;
    width: 190px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fnav li {
    position: relative;
    line-height: 2.2;
}

.fnav li:first-child {
    display: none;
}

.fnav li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft yahei";
}
.fnav li a:hover{
    color: rgba(255, 255, 255, .7);
}
.foot_bb {
    position: relative;
    width: 550px;
    float: left;
    padding-left: 60px;
    border-left: 1px solid #484848;
    border-right: 1px solid #484848;
    min-height: 235px;
    box-sizing: border-box;
}

.foot_bb h2 {
    padding-left: 30px;
    background: url(../images/fion1.png) no-repeat left center;
    color: #fff;
    font: 400 20px/38px "Microsoft yahei";
}

.foot_bb .fcontact {
    margin-top: 25px;
    line-height: 2;
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft yahei";
}

.foot_cc {
    position: relative;
    float: right;
    width: 260px;
    padding-left: 95px;
    box-sizing: border-box;
}

.foot_cc h2 {
    padding-left: 30px;
    background: url(../images/fion2.png) no-repeat left center;
    color: #fff;
    font: 400 20px/38px "Microsoft yahei";
}

.foot_cc .fewm {
    margin-top: 35px;
}

.foot_cc .fewm img {
    width: 110px;
    height: 110px;
}
