* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.head {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.heads {
    max-width: 1200px;
    margin: auto;
}

.logo {
    float: left;
    line-height: 134px;
    width: 58.3%;
}

.logo img {
    width: 100%;
}

.search {
    width: 37.3%;
    float: right;
    margin-top: 46px;
}

.search input[type=submit] {
    width: 27.6%;
    float: right;
    height: 46px;
    background: #2359af;
    color: #fff;
    border: none;
    outline: none;
}

.search div {
    width: 72.4%;
    float: left;
    border: 1px solid #e4e4e4;
    height: 46px;
    border-right: none;
}

.search select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 21%;
    float: left;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

.search input[type=text] {
    width: 79%;
    float: left;
    border: none;
    height: 44px;
    background: none;
    outline: none;
    padding-left: 25px;
}

.nav {
    width: 100%;
}

.navs {
    max-width: 1200px;
    margin: auto;
}

.navs ul {
    margin-bottom: 0;
}

.navs ul li {
    width: 12.5%;
    text-align: center;
    float: left;
    line-height: 69px;
    height: 69px;
    position: relative;
}

.navs ul li a {
    display: block;
    line-height: 17px;
    height: 17px;
    border-right: 1px solid #efefef;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-top: 23px;
}

.navs ul li .detailnav {
    position: absolute;
    top: 69px;
    width: 100%;
    left: 0;
    z-index: 999;
    display: none;
    background: rgba(255, 255, 255, 0.8);
}

.navs ul li .detailnav li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.navs ul li .detailnav li a {
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #333;
    border-right: none;
    margin-top: 0;
    font-weight: normal;
}

.navs ul li:hover .detailnav {
    display: block;
}

.navs ul li:hover a,
.navs ul li .detailnav li:hover a {
    color: #2359af;
    font-weight: bold;
}

.navs ul li::before {
    content: "";
    position: absolute;
    width: 64px;
    height: 3px;
    background: #2359af;
    top: 0;
    left: 28%;
    display: none;
}

.navs ul li:hover::before {
    display: block;
}

.navs ul li .detailnav li:hover::before {
    display: none;
}

.bannerintro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
    line-height: 65px;
}

.bannerintros {
    max-width: 1200px;
    margin: auto;
}

.bannerintro .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 5px;
}

.bannerintro .swiper-pagination-bullet-active {
    background: #2359af;
}

.bannerword {
    float: right;
    font-size: 16px;
    color: #fff;
}

.bannerwords {
    display: none;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
}

.news {
    max-width: 1200px;
    margin: auto;
}

.newtop {
    width: 100%;
    overflow: hidden;
}

.newtop span {
    float: left;
    font-size: 26px;
    color: #2359af;
    font-weight: bold;
}

.newtop a {
    font-size: 13px;
    color: #666;
    float: right;
    margin-top: 10px;
}

.newtop a img {
    margin-right: 6px;
    margin-top: -3px;
}

.new_main {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.left_new {
    width: 30.9%;
    float: left;
}

.lnew_pic img {
    width: 100%;
}

.lnew_title {
    font-size: 16px;
    color: #09090a;
    margin-top: 10px;
}

.lnew_con {
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-top: 5px;
}

.right_new {
    float: right;
    width: 32.1%;
}

.right_new video {
    width: 100%;
}

.mid_new {
    width: 32.5%;
    float: left;
    margin-left: 1.7%;
}

.mnew {
    overflow: hidden;
    margin-bottom: 10px;
}

.mnew_fl {
    width: 16.6%;
    height: 77px;
    background: #f8f8f8;
    text-align: center;
    float: left;
}

.mnew_year {
    font-size: 16px;
    color: #666;
    padding-top: 15px;
}

.mnew_date {
    font-size: 18px;
    color: #333;
    margin-top: 5px;
}

.mnew_fr {
    width: 77%;
    float: right;
}

.mnew_title {
    font-size: 16px;
    color: #333;
}

.mnew_con {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: url(../images/abbg.png) top center no-repeat;
    padding-top: 40px;
}

.abouts {
    max-width: 1200px;
    margin: 40px auto 0;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 26px;
    color: #2359af;
    font-weight: bold;
}

.titles {
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
}

.left_ab {
    width: 45%;
    float: left;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 50%;
    float: right;
}

.rabcon {
    font-size: 15px;
    color: #666;
    line-height: 2;
}

.rabmore a {
    font-size: 15px;
    color: #ff2129;
}

.rabmore {
    margin-top: 20px;
}

.ablink {
    width: 100%;
    margin-top: 55px;
}

.ablinks {
    width: 50%;
    float: left;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    padding-top: 25px;
    padding-bottom: 35px;
}

.ablink_pic {
    line-height: 63px;
}

.abclink {
    font-size: 18px;
    color: #666666;
    margin-top: 20px;
}

.abelink {
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
}

.ablinks:last-child {
    border-right: none;
}

.ablink_pic img {
    transition: all 2s;
}

.ablinks:hover .abclink,
.ablinks:hover .abelink {
    color: #2359af;
}

.ablinks:hover .ablink_pic img {
    transform: rotateY(360deg);
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
	margin-bottom:20px;
}

.products {
    max-width: 1200px;
    margin: 35px auto 0;
}

.pnavs {
    width: 25%;
    float: left;
    height: 77px;
    border-right: 2px solid #efefef;
    text-align: center;
    cursor: pointer;
}

.pnavs:last-child {
    border-right: none;
}

.pnav_pic,
.pnav_name {
    display: inline-block;
}

.pnav_pic {
    line-height: 47px;
}

.pnav_name {
    text-align: left;
    margin-left: 20px;
    position: relative;
    top: 20px;
}

.pnav_cname {
    font-size: 24px;
    color: #333;
}

.pnav_ename {
    font-size: 14px;
    color: #666;
}

.pnav {
    overflow: hidden;
    padding: 30px 0;
    background: #f8f8f8;
}

.pnavs.active .pnav_cname,
.pnavs.active .pnav_ename {
    color: #2359af;
}

.prolist {
    width: 100%;
    margin-top: 40px;
}

.pro img {
    width: 100%;
    border-radius: 5px;
	height:323px;
}

.pro p {
    position: absolute;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 16px;
    color: #f8f8f8;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.pro:hover p {
    background: rgba(35, 89, 175, 0.3);
}

.prolists {
    display: none;
}

.copy {
    width: 100%;
    background: #2c2c2c;
    overflow: hidden;
    text-align: center;
}

.copy a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 90px;
    margin: 0 5px;
}

.foot {
    width: 100%;
    overflow: hidden;
    background: #313131;
    padding-top: 40px;
    padding-bottom: 40px;
}

.foots {
    max-width: 1200px;
    margin: auto;
}

.left_foot {
    float: left;
}

.sm p {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.sm img {
    margin-top: 25px;
}

.share {
    margin-top: 15px;
}

.share a {
    margin-right: 10px;
}

.fnav {
    float: left;
    margin-top: 60px;
    margin-left: 100px;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
}

.fnav ul {
    margin-bottom: 0;
}

.fnav ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.fnav ul li {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 75%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.banner img {
    width: 100%;
}
.newList {
    overflow: hidden;
    padding: 1rem;
    width: 49%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
	float:left;
	margin-right:2%;
}
.newList:nth-child(2n+1){
	margin-right:0;
}
.newLinkBox {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.leftTimeBox {
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #0154a6;
    transition: all .5s ease;
}
.newData {
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
}
.centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.newTitle {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.newToolBox {
    margin: 5px 0;
    color: #b4b4b4;
}
.data1 {
    margin-right: 5px;
}
.newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}
.rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.rIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: auto;
    height: 98%;
    transition: all .5s ease;
}
.whiteIcon {
    opacity: 1;
}
.redIcon {
    opacity: 0;
}
.readMore:hover {
     background: #0154a6;
     color: #fff;
 }
 
 .newList:hover .leftTimeBox {
     background: #0154a6;
     color: #fff;
 }
 
.newList:hover .newTitle {
     color: #0154a6;
 }
 
.newList:hover .redIcon {
     opacity: 1;
 }
 
.newList:hover .whiteIcon {
     opacity: 0;
 }
  
 @media only screen and (max-width: 768px) {
     .leftTimeBox {
         display: none;
     }
     .rightIcon {
         display: none;
     }
     .newList1 {
         margin-bottom: 30px;
     }
     .newList {
         height: 110px;
         padding: 0 0 5px 0;
     }
     .newLinkBox {
         padding: 0;
     }
     .centerContentBox {
         width: 100%;
     }
 }
 .group1{width:1200px; margin:30px auto ;}
.group_left{width: 847px; float: left;margin-right: 37px;}
.group_right{width: 295px; float: right;}
.group_title4{padding:20px;margin-top:0px; padding-left: 0;border-bottom: 1px solid #e7e7e7;background: #2359af;}
.group_title4 img{width:356px;height:218px;display: block; float: left;margin-left:20px;}
.group_title4_con{width:400px;height:180px;color:#666666;position: relative;float:left; margin-left: 26px;}
.group_title4_con h3{font-size:18px; font-family: "微软雅黑"; color:#FFFFFF;line-height:40PX;padding-top:0px; height:40PX;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;font-weight: 100;}
.group_title4_con p{font-size:14px;line-height:27px;height:82px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; color: #FFFFFF; font-family: "微软雅黑";}
.group_title4_con span{position: absolute;top: 0;right:0;font-size: 18px; color: #666666; font-family: "微软雅黑";top: 17px;}
.group_con11{margin-top: 20px;}
.group_con11 ul li{border-bottom:2px dashed #e7e7e7;}

.group_content11{width:calc(100% - 125px);width: -moz-calc(100% - 125px);height:116px;}
.group_content11 h4{margin-top:0;margin-bottom:0;color:#919191;font-size:18px;font-weight:800;line-height:50px;height:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;font-family: "微软雅黑";}
.group_content11 p{color:#666666;font-size: 14px; line-height:1.5em;height:4em;margin-top:6px; display: -webkit-box;text-overflow:ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;-webkit-transition: all 0.3s linear;transition: all 0.3s linear;}
.group_con11 ul li:hover .date1{background: #2359af;color:#fff;}
.group_con11 ul li:hover h4{color:#2359af;}
.group_con11 ul li:hover p{color:#2359af;}
.group_search{border: 1px solid #e7e7e7;padding:35px 25px 30px 25px;}
.group_search h3{font-size: 24px;color: #4c4c4c;line-height: 1em;font-weight: 100;margin-bottom: 25px; font-family: "微软雅黑";}
.group_search form select{display: block;width: 100%;height: 42px;margin-bottom: 15px;background: #f2f2f2;border: 0;text-indent: 20px; color:#757575;}
.group_search form input[type="text"]{display: block;width: 100%;height: 42px;margin-bottom: 15px;background: #f2f2f2;border: 0;text-indent: 20px;}
.group_search form input[type="submit"]{display: block;width: 100%;height: 42px;background: #b28146;color: #fff;font-size: 16px; border: 0;}
.group_nav{margin-top: 36px;}
.group_nav ul li{width:300px;height: 220px; margin-bottom: 25px;overflow: hidden;position: relative;}
.group_nav ul li img{width:300px;height: 220px;display: block;}
.group_nav ul li h4{color: #fff;font-weight: bold;font-size: 18px;line-height: 1em;position: absolute;top: 30px;left: 30px;}

.date1{width:118px;height:117px;/*background:#f2f2f2;*/text-align:center;color:#656565;-webkit-transition:all 0.5s linear;transition: all 0.5s linear; float: left;padding-right:20px;text-align: right;}
.date1 h3{font-size:26px;font-weight:bold;line-height:60px;color: #B2B2B2;text-align: right;font-family: "微软雅黑";}
.date1 h5{font-size:14px;font-weight:bold;line-height:15px;color: #B2B2B2;text-align: right;font-family: "微软雅黑";}

.group_con11 ul li:hover .date1 h3{color:#FFFFFF}
.group_con11 ul li:hover .date1 h5{color:#FFFFFF}

.jgdt3{width: 1200px; height:auto; margin: 0 auto; min-height: 600px;}
.ditu1{width: 596px; height: 364px; background: url(../images/ditu1.jpg) center no-repeat; float: left;}
.ditu1-1{width: 488px; height: 63px; text-align: left; margin: 0 auto; border-bottom: 1px solid #fff; font-family: "微软雅黑"; font-size: 24px; color: #fff; margin-top: 45px;}
.ditu1-2{width: 455px; height: 63px; text-align: left; margin: 0 auto; font-family: "微软雅黑"; font-size: 16px; color: #fff; margin-top: 24px; line-height: 45px;}
.ditu{width: 1200px; margin: 0 auto; height: auto; min-height:502px;}
.ditu2{width:604px; height: 364px; float: left;}