@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 15px;
    font-family: "Conv_PraxisEF-Light_0", Microsoft JhengHei UI, "微软雅黑";
    margin: auto;
    letter-spacing: 0.5px;
    min-width: 1280px;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    vertical-align: top;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

input,
button,
textarea,
select {
    font: 100% Arial, '';
    vertical-align: middle
}
.clear{
    clear: both;
}
.nodispaly {
    display: none
}

.line {
    height: 20px;
    line-height: 20px;
    font-size: 0px;
    clear: both;
    overflow: hidden;
    display: block;
}

.fK {
    color: #da251c;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0px;
    visibility: hidden;
    content: ".";
}

a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #003171;
    text-decoration: none;
}

.wd {
    height: auto;
    overflow: hidden;
    margin: auto;
    width: 1100px;
    padding: 0 1%;
    box-sizing: border-box;
}

.oh {
    height: auto;
    overflow: hidden;
}

::-webkit-scrollbar-track {
    background: #FFF;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #222;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h2 {
    font-size: 38px;
    text-align: center;
}

.xian {
    height: 4px;
    width: 50px;
    margin: 10px auto;
    background: #003171;
}

.xians {
    height: 4px;
    width: 50px;
    margin: 10px auto;
    background: #fff;
}

.title {
    text-align: center;
    line-height: 1.7;
    color: #888;
    padding: 20px 0;
}

header {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 95px;
}

header .top {
    height: auto;
    margin: auto;
    width: 1280px;
    padding: 0 1%;
}

header .top h1 {
    width: 15%;
    float: left;
}

header .top h1 img {
    max-width: 100%;
    vertical-align: middle;
    margin-top: 21px;
}

.nav {
    float: left;
    height: auto;
    width: 74%;
    margin-left: 1%;
}

.nav ul {}

.nav ul li {
    float: left;
    line-height: 95px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.nav ul li a {
    display: block;
    margin: 0 32px;
    font-size: 18px;
    position: relative;
}

.nav ul li:hover a {
    display: block;
    color: #003171;
}

.nav li ul {
    position: absolute;
    top: 95px;
    z-index: 100;
    background: rgb(255, 255, 255);
    min-width: 140px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
}

.nav li:hover ul {
    visibility: visible;
    opacity: 1;
}
.nav li ul li {
    width: 100%;
    box-sizing: border-box;
    line-height: 42px;
    text-align: center !important;
    min-width: 140px;
}

.nav li ul li a {
    border-top: 0 none;
    padding: 0;
}

.nav li ul li:hover {
    background: #003171;
    display: block;
}

.nav li:hover ul li a {
    font-weight: normal;
    border-top: 0 none;
    color: #000;
    font-size: 16px;
}

.nav li:hover ul li a:hover {
    color: #fff;
}
.nav li.class2{
    position: absolute;
    height: 46px;
    line-height: 46px;
    background: #fff;
    bottom: -46px;
    border-bottom: 1px solid #eaeaea;
}
.nav li.class2 a{
    text-align: center;
    display: block;
}
.yy {
    float: right;
    width: 5%;
    line-height: 95px;
    color: #999;
    text-align: right;
}

.yy a {
    color: #999;
}

.yy a:hover {
    color: #003171;
}

.banner_pc {}

.banner_yd {
    display: none;
}

.flexslider {
    position: relative;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.flex-control-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 74px;
    height: 4px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #FFF;
}

.flex-control-paging li a:hover {}

.flex-control-paging li a.flex-active {
    background: #fff000;
    cursor: default;
}

.more {
    width: 150px;
    height: auto;
    line-height: 55px;
}

.more a {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    width: 150px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    background: #E60012;
    color: #fff;
}

.more a:after {
    content: '';
    height: 100%;
    width: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.more a span {
    display: block;
    position: relative;
    z-index: 9;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.more a:hover span {
    color: #fff;
}

.more a:hover:after {
    width: 100%;
    background-color: #003171;
    color: #fff;
}

.Hfirst {
    padding: 4% 0;
}

.Hfirst .box {
    border: 1px #e9e9e9 solid;
    margin-top: 30px;
}

.Hfirst .box ul {}

.Hfirst .box ul li {
    width: 49.5%;
    float: left;
    border-right: 1px #e9e9e9 solid;
}

.Hfirst .box ul li:nth-child(2) {
    border-right: 0px;
}

.Hfirst .box ul li .non {
    padding: 10%;
}

.Hfirst .box ul li .non .pic {
    position: relative;
}

.Hfirst .box ul li .non .pic img {
    max-width: 100%;
}

.Hfirst .box ul li .non .h2 {
    font-size: 26px;
    padding: 15px 0 25px 0;
}

.Hfirst .box ul li .non p {
    line-height: 1.7;
    color: #999;
}

.Hsecond {
    background: url(../images/bg.jpg) no-repeat center center;
    padding: 4% 0 6% 0;
    height: auto;
    overflow: hidden;
}

.Hsecond ul {
    margin-top: 5%;
    margin-right: -2%;
}

.Hsecond ul li {
    width: 23%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-right: 2%;
    min-height: 380px;
    transition: all 0.3s;
    padding: 20px 0;
}

.Hsecond ul li .pic {
    overflow: hidden;
    position: relative;
    padding-top: 50px;
}

.Hsecond ul li .pic img {
    max-width: 100%;
    transition: all 1s;
    margin: auto;
    display: block;
    clear: both;
}

.Hsecond ul li h3 {
    text-align: center;
    font-size: 20px;
    padding: 22px 0;
    color: #003171;
}

.Hsecond ul li p {
    padding: 0 25px 25px 25px;
    line-height: 1.7;
    color: #666;
    font-size: 14px;
}

.Hsecond ul li:hover {
    cursor: pointer;
    transform: translate(0, -10px);
}

.Hthird {
    padding: 6% 0;
    height: auto;
    overflow: hidden;
    position: relative;
}

/*****滚动***/
.sy_jjfa {
    position: relative !important;
    height: auto;
    overflow: hidden;
    padding-bottom: 7px;
}

.sy_jjfa .item {
    width: 100%;
    margin: 0 0%;
    position: relative;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.sy_jjfa .item h3 {
    font-size: 1.12rem;
    text-align: center;
    padding: 3% 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sy_jjfa .item p {
    padding: 0 6% 6%;
    line-height: 1.7;
    font-size: 15px;
    text-align: center;
}

.sy_jjfa .item .morw {
    width: 100px;
    background: #ddd;
    color: #999;
    text-align: center;
    line-height: 35px;
    margin: 6% auto;
}

.sy_jjfa .item:hover .morw {
    background: #ff5500;
    color: #fff;
    transition: all 0.5s;
}

.sy_jjfa .item:hover p {
    color: #ff5500;
}

.sy_jjfa .item .sy_jjfa_img {
    width: 99.2%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.sy_jjfa .item .sy_jjfa_img img {
    width: 100%;
    transition: all 0.3s;
}

.sy_jjfa .item .sy_jjfa_img:hover img {
    transform: scale(1.2);
}

.sy_jjfa .item .sy_jjfa_wb_bj {
    width: 100%;
    height: auto;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    min-height: 68px;
}

.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 12px 34px;
    font-size: 20px;
}

.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb .sy_jjfa_wb_t {
    font-size: 22px;
}

.sy_jjfa .item .sy_jjfa_wb_bj .sy_jjfa_wb .sy_jjfa_wb_b {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.sy_jjfa .owl-wrapper:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init*/
.sy_jjfa {
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
    padding-top: 3%;
}

.sy_jjfa .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.sy_jjfa .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
}

.sy_jjfa .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.sy_jjfa .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.sy_jjfa .owl-wrapper,
.sy_jjfa .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.sy_jjfa .owl-controls {
    width: 100%;
    z-index: 11;
}

.sy_jjfa .owl-controls .owl-buttons div {
    width: 54px;
    height: 54px;
    font-size: 12px;
    text-indent: -9999px;
    border: 1px #ccc solid;
    border-radius: 200px;
    position: absolute;
    bottom: 0;
    transition: 0.5s;
}

.sy_jjfa .owl-controls .owl-buttons .owl-prev {
    background: url(../images/sy_jjfa_jt1.png) center no-repeat;
    left: 1.5%;
}

.sy_jjfa .owl-controls .owl-buttons .owl-prev:hover {
    border: 1px #63b72f solid;
    background: #63b72f url(../images/sy_jjfa_jt3.png) center no-repeat;
}

.sy_jjfa .owl-controls .owl-buttons .owl-next {
    background: url(../images/sy_jjfa_jt2.png) center no-repeat;
    overflow: hidden;
    right: 1.5%;
}

.sy_jjfa .owl-controls .owl-buttons .owl-next:hover {
    border: 1px #63b72f solid;
    background: #63b72f url(../images/sy_jjfa_jt4.png) center no-repeat;
}

.sy_jjfa .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.sy_jjfa .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

.sy_jjfa .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    border: 0px #fff solid;
    margin: 0 2px;
    border-radius: 100px;
    background: #c1c1c1;
    transition: all 0.5s;
}

.sy_jjfa .owl-controls .owl-page.active span,
.sy_jjfa .owl-controls.clickable .owl-page:hover span {
    border: 0px #ff8400 solid;
    background: #0d408a;
}

.sy_jjfa .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.sy_jjfa .loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

.sy_jjfa .owl-pagination {
    width: 100%;
    height: 14px;
    text-align: center;
    margin-top: 3%;
}

.owl-buttons {
    display: none;
}

.Hfour {
    background: #f9f9f9;
    padding: 4% 0;
}

.Hfour .Hnews {
    margin-top: 50px;
}

.Hfour .Hnews .left {
    width: 50%;
    float: left;
    position: relative;
}

.Hfour .Hnews .left .pic {
    position: relative;
    height: auto;
    overflow: hidden;
}

.Hfour .Hnews .left .pic img {
    width: 100%;
    transition: all 0.3s;
}

.Hfour .Hnews .left .pic:hover img {
    transform: scale(1.2);
}

.Hfour .Hnews .left .sy_jjfa_wb_bj {
    width: 100%;
    height: auto;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    min-height: 68px;
}

.Hfour .Hnews .left .sy_jjfa_wb_bj .sy_jjfa_wb {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding: 12px 34px;
}

.Hfour .Hnews .left .sy_jjfa_wb_bj .sy_jjfa_wb h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.Hfour .Hnews .left .sy_jjfa_wb_bj .sy_jjfa_wb p {
    font-size: 15px;
}

.Hfour .Hnews .right {
    width: 45%;
    float: right;
}

.Hfour .Hnews .right ul {}

.Hfour .Hnews .right ul li {
    border-bottom: 1px #eee solid;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.Hfour .Hnews .right ul li .time {
    font-size: 12px;
    color: #999;
}

.Hfour .Hnews .right ul li .bt {
    font-size: 18px;
    padding: 14px 0;
}

.Hfour .Hnews .right ul li p {
    line-height: 1.7;
    color: #888;
}

.footbox {
    background: url(../images/footbg.jpg) no-repeat center center;
    padding: 6% 0;
    height: auto;
    overflow: hidden;
    color: #fff;
}

.footbox .fbleft {
    width: 40%;
    float: left;
}

.footbox .fbleft .ewm {
    width: 133px;
    display: block;
}

.footbox .fbleft .ewm .pic {
    position: relative;
}
.footbox .fbleft .ewm .pic img{
    max-width: 150px;
}
.footbox .fbleft .ewm p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footbox .fbleft .copy {
    line-height: 1.7;
    margin-top: 60px;
}

.footbox .fbright {
    width: 56%;
    float: right;
}

.footbox .fbright ul {}

.footbox .fbright ul li {
    width: 33.333%;
    float: left;
}

.footbox .fbright ul li h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.footbox .fbright ul li p {
    line-height: 2.1;
    color: #fff;
}

.footbox .fbright ul li p a {
    color: #fff;
}

/***************内页css***************/
.nybanner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
}

.nybanner p {
    padding-top: 10%;
}

.nybanner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    -webkit-transition: transform 2s;
}

.nybanner img:hover {
    transform: scale(1, 1);
}

.postions {
    line-height: 75px;
    overflow: hidden;
    color: #999999;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
}

.postions .postions_r {
    float: left;
}

.postions .postions_r img {
    vertical-align: baseline;
    margin-right: 8px;
    height: 12px;
}

.postions a {
    color: #999999;
}

.postions .postions_r a:hover {
    color: #003171;
}

.postions .postions_b {
    float: right;
    position: relative;
}

.postions .postions_b a.isel {
    color: #003171;
}

.postions .postions_b a {
    float: left;
    margin-left: 38px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.postions .postions_b a.isel:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    opacity: 0;
    background-color: #003171;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.postions .postions_b a:hover:after {
    left: 0%;
    right: 0%;
    opacity: 1;
}

.postions .postions_b a:hover {
    color: #003171;
}

.nyabout {
    margin: 5% 0;
    height: auto;
    overflow: hidden;
}

.nyabout .naleft {
    width: 55%;
    float: left;
    height: auto;
    overflow: hidden;
}

.nyabout .naleft h4 {
    font-size: 30px;
    color: #f8465a;
    margin-bottom: 6%;
}

.nyabout .naleft p {
    line-height: 2;
    font-size: 15px;
}

.nyabout .naleft img {
    max-width: 100%;
}

.nyabout .naright {
    width: 40%;
    float: right;
    height: auto;
    overflow: hidden;
    position: relative;
}

.nyabout .naright img {
    max-width: 100%;
}

.nyabout .narights {
    width: 40%;
    float: right;
    height: auto;
    overflow: hidden;
}

.nydyip {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    padding: 4% 0 4% 0;
}

.nspr {
    overflow: hidden;
    margin: auto;
}

.nspr h2,
.honor_img h2 {
    text-align: center;
    font-size: 32px;
    height: 56px;
    font-weight: 300;
    margin-bottom: 50px;
}

.nspr ul {
    margin-right: -2%;
    margin-top: 3%;
}

.nspr ul li {
    width: 23%;
    height: 375px;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    background: #fff;
    padding-bottom: 2%;
}

.nspr ul li .pic {
    width: 100%;
    overflow: hidden;
}

.nspr ul li .pic img {
    max-width: 100%;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    -webkit-transition: transform 2s;
}

.nspr ul li .pic img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.nspr ul li h3 {
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #000;
}

.nspr ul li p {
    line-height: 1.7;
    padding: 0 5% 5%;
    text-align: center;
    color: #999;
}

.honor_img {
    margin: 5% 0;
    height: auto;
    overflow: hidden;
}

.honor_img ul {
    margin-right: -2%;
}

.honor_img ul li {
    width: 18%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 1%;
}

.himg {
    position: relative;
    overflow: hidden;
    height: auto;
}

.honor_img ul li p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    padding-top: 10px;
    width: 100%;
}

.honor_img ul li img {
    max-width: 100%;
    border: 2px solid #f5f5f5;
    box-sizing: border-box;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 2s;
    -moz-transition: transform 2s;
    -ms-transition: transform 2s;
    -o-transition: transform 2s;
    -webkit-transition: transform 2s;
}

.honor_img ul li img:hover {
    border-color: #f8465a;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/**分页**/
.pages {
    text-align: center;
    font-size: 14px;
    margin: 50px auto 30px auto;
    width: 100%;
}

.pages .pagination {
    border-radius: 0px;
}

.pages a {
    display: inline-block;
    min-width: 35px;
    padding: 0 8px;;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #888;
    border: 1px solid #d2d2d2;
    margin-left: 10px;
}

.pages a:hover,
.pages a.on {
    border: 1px solid #003171;
    background: #003171;
    color: #fff;
}

.new_list {
    margin: 30px 0 30px;
    overflow: hidden;
}

.new_list ul {
    overflow: hidden;
}

.new_list ul li {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.new_list ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_list ul li a .new_left {
    display: flex;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 30px 0;
}

.new_list ul li a .new_left .left_item {
    flex: 0 0 310px;
    min-width: 310px;
    height: 172px;
    overflow: hidden;
    margin: 0 40px 0 0;
}

.new_list ul li a .new_left .left_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.new_list ul li a .new_left .right_item i {
    font-style: inherit;
    color: #999;
    display: block;
    margin: 17px 0 22px;
}

.new_list ul li a .new_left .right_item p {
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

.new_list ul li a .new_left .right_item span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    min-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_list ul li a .new_right {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 30px 0;
}

.new_list ul li a .new_right button {
    display: block;
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 2px solid #333;
    background: #fff;
    outline: none;
    padding: 0;
}

.new_list ul li a:hover img {
    transform: scale(1.1);
}

.new_list ul li a:hover button {
    background: #f8465a;
    color: #fff;
    border: none;
}

.news_box {
    margin: 3% auto;
    width: 90%;
    height: auto;
    overflow: hidden;
    overflow: hidden;
    padding: 0 3% 0 0;
}

.news_box h1 {
    font-size: 25px;
    text-align: center;
}

.news_box .info {
    line-height: 25px;
    font-size: 15px;
    color: #999;
    margin-top: 14px;
    text-align: center;
}

.news_box .article {
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding: 40px 0;
    margin: 30px 0;
    line-height: 28px;
    font-size: 15px;
    color: #555555;
    text-align: justify;
}

.news_box img {
    display: block;
    margin: 15px auto;
    clear: both;
    max-width: 100%;
}

.news_box_pages {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.news_box_pages ul {}

.news_box_pages ul li {
    line-height: 25px;
    font-size: 16px;
    float: left;
    width: 50%;
}

.news_box_pages ul li a {
    font-size: 16px;
}

.news_box_pages ul li a:hover {
    color: #f8465a;
}

.contactbox {
    padding: 5% 0;
    height: auto;
    overflow: hidden;
}

.contactbox .leftbox {
    width: 45%;
    float: left;
}

.contactbox .leftbox p {
    line-height: 2;
}

.contactbox .leftbox h4 {
    font-size: 30px;
    color: #003171;
    margin-bottom: 6%;
}

.contactbox .rightbox {
    float: left;
    width: 55%;
    height: auto;
    overflow: hidden;
}

.nydzsheji {
    overflow: hidden;
    height: auto;
    padding: 4% 0 0 0;
    line-height: 2.3;
}

.nydzsheji p {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px #eee solid;
    padding-bottom: 20px;
}

.nydzsheji h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    margin-top: 40px;
}

.nydzsheji .borderr {
    height: 1px;
    background: #DDD;
    position: relative;
    margin-bottom: 25px;
}

.nydzsheji .borderr .xianr {
    width: 100px;
    height: 3px;
    background: #0383c6;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -50px;
}

.nydzsheji img {
    max-width: 100%;
    display: block;
    margin: auto;
    clear: both;
}

.nydzsheji table {
    border-collapse: collapse;
    border: 1px #ccc solid !important;
    width: 100% !important;
    line-height: 45px !important;
}

.nydzsheji table td {
    word-wrap: break-word;
    word-break: break-all;
    border: 1px #ccc solid !important;
    line-height: 45px !important;
}

.nydzsheji table h6 {
    line-height: 30px !important;
}

.products {
    padding: 4% 0;
}

.products ul {
    margin-right: -2%;
}

.products ul li {
    width: 23%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}

.products ul li .pic {
    position: relative;
    height:80px;
    overflow: hidden;
}

.products ul li .pic img {
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin: auto;
    clear: both;
}

.products ul li p {
    text-align: center;
    font-size: 14px !important;
    padding: 10px 0;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #fb9700 url(../images/top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
    opacity: 1;
}

.no-touch .cd-top:hover {
    background-color: #ffd200;
    opacity: 1;
}
/*product*/
h2.c2title{
    font-size: 18px; 
    color: #000;
    text-align: left;
    margin: 10px 0;
}
ul.clist{
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}
ul.clist li{
    width: 25%;
    padding: 10px 10px;
    float: left;
    box-sizing: border-box;
}
.pcate{
    width: 192px;
    float: left;
    margin-top: 4%;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
    padding: 10px 0;
}
.pcate h3{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 10px;
}
.pcate li{
    line-height: 38px;
    position: relative;
}
.pcate a{
    display: inline-block;
}
.s,.j{
    padding: 0 10px;
    display: inline-block;
}
.pcate a.active{
    color: #50799b;
}
.pcate2{
    display:none;
    padding-left: 20px;
}
.pcate2 a{
    color: #625706;
}
.details{
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: #fff;
    padding: 30px 8px;
    text-align: center;
}
.a3title{
    font-size: 16px;
    margin-top: 50px;
    height: 40px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.details p{
    font-size: 14px !important;
    text-align: center;
    padding: 8px 0;
    color: #606060;
}
a.abutton{
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    padding: 8px 28px;
    border-radius: 6px;
    border: 1px solid #bdbdbd;
    background: whitesmoke;
}
.pdetails h1{
    font-size: 18px;
    font-weight: 600;
    margin: 6px 0;
}
.pdetails h3{
    font-size: 16px;
    margin: 5px 0;
}
.features {
    margin: 30px 0;
}
.subject,.subimg{
    width: 50%;
    float: left;
}
.subject{
    max-width:500px;
}
.subimg img{width: 300px;}
.pdescription{margin:20px 0;}
.pdownload h4{
    font-size: 16px;
    color: #8E010B;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
}
.downimg{
    position: relative;
}
.pdownload{padding: 10px 0}
.downimg::after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -25px;
    background: url('/static/images/down.png') no-repeat;
    background-size: 20px 18px;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}