/*标签样式初始化*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}
img{
    pointer-events: none;
}

/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #175fab;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1200px
}

.box {
    margin: 0 auto;
    width: 1200px
}

.bg {
    width: 100%;
    min-width: 1200px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*左右浮动清除*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*间隙*/

.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}


/*英文样式*/

.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}


/*公共标题样式*/

.t {
    text-align: center;
}

.t p {
    font-size: 40px;
    color: #333;
    margin-bottom: 2px;
    font-weight: bold;
}

.t b {
    color: #175fab;
}

.t span {
    display: block;
    font-size: 16px;
    font-weight: lighter;
}


/*抬头*/

.head_bg {
    position: relative;
}

.logo {}

.head_w {}

.bj-blue {
    background-color: #175fab;
}

.bj-gray {
    background-color: #f4f6f9;
}

.head_top {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #999;
}

.top-mid {
    padding: 30px 0;
}

.head_r a {
    display: block;
    float: left;
    padding-left: 42px;
    width: 70px;
    border-left: 1px #327fd0 solid;
    color: #fff;
}

.head_r a:nth-child(1) {
    background: url(../image/20200409200201_876988420.png)no-repeat 16px center;
}

.head_r a:nth-child(2) {
    background: url(../image/20200409200234_1884178628.png)no-repeat 16px center;
    border-right: 1px #327fd0 solid;
		position: relative;
}
.head_r a:nth-child(2) .hidden-box{display: none;width: 114px;height: 114px; position: absolute;left: 0;}
.head_r a:nth-child(2) .hidden-box img{width: 100%;}
.head_r a:nth-child(2):hover .hidden-box{display: block;}
.head_r a:nth-child(3) {
    background: url(../image/ditu.png)no-repeat 16px center;
    border-right: 1px #327fd0 solid;
}
.head_r a:nth-child(4){
	padding-left: 20px;
}
.head_tel {
    background: url(../image/20200409200813_36740069.png)no-repeat center left;
    font-size: 16px;
    color: #175fab;
    font-weight: bold;
    padding-left: 25px;
    margin-left: 14px;
    border-right: 1px #327fd0 solid;
    padding-right: 10px;
}

.head_l {
    font-size: 14px;
    font-weight: lighter;
    color: #fff;
}


/*导航栏*/

.hnav {}

.hnav>ul>li {
    padding: 0 35px;
    position: relative;
    float: left;
}

.hnav>ul>li>a {
    display: block;
    line-height: 60px;
    font-size: 16px;
    position: relative;
}

.hnav>ul>li>a.cur,
.hnav>ul>li:hover>a {
    color: #2670be;
    font-weight: bold;
}

.hnav>ul>li>a {
    color: #444;
}

.hnav>ul>li:nth-child(3)>a:after {
    content: '';
    width: 153%;
    left: -26%;
    height: 3px;
    background: #2670be;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.hnav>ul>li>a:after {
    content: '';
    width: 167%;
    left: -33%;
    height: 3px;
    background: #2670be;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.hnav>ul>li>a.cur:after,
.hnav>ul>li:hover>a:after {
    bottom: 0;
    opacity: 1;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.hnav>ul>li .xl {
    width: 100%;
    background-color: rgba(23, 95, 171, 1);
    /* backdrop-filter: saturate(180%) blur(6px); */
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}

.hnav>ul>li .xll {
    width: 450px;
}

.hnav>ul>li .xll a:nth-child(2n) {
    float: right;
}

.hnav>ul>li .xll a:nth-child(2n-1) {
    float: left;
}

.hnav>ul>li .xll a {
    width: 225px;
}

.hnav>ul>li:hover .xl {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}

.hnav>ul>li .xl a {
    font-size: 14px;
    display: block;
    line-height: 42px;
    text-align: center;
    color: #fff;
    margin-bottom: 1px;
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}

.hnav>ul>li .xl a:hover {
    line-height: 42px;
    background: #2670be;
    -webkit-transition: 600ms ease;
    transition: 600ms ease;
}

.hnav>ul>li .xl td b {
    font-size: 0;
    line-height: 0;
}

.hnav>ul>li .xl td b a {
    font-size: 16px;
    color: #fff !important;
}

@media (max-width:1660px) {
    .hnav>ul>li {
        padding: 0 20px;
    }
}

@media (max-width:1455px) {
    .hnav>ul>li {
        padding: 0 15px;
    }
}

@media (max-width:1380px) {
    .hnav>ul>li {
        padding: 0 10px;
    }
}


/*搜索*/

.search-bg {
    width: 956px;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    float: left;
}
.search-bg input{
	width: 100%;
	border: none;
	height: 100%;
}
.search-bg input:focus{
	border: none;
	outline: none;
}
.search-i {
    width: 60px;
    overflow: hidden;
    height: 60px;
    float: left;
    cursor: pointer;
}

.head_bg .searchIcon {
    float: right;
    width: 60px;
    height: 60px;
    background: url("../image/20200410132527_1697947990.png") no-repeat center;
    cursor: pointer;
}

.head_bg .slideDown {
    display: none;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    height: 204px;
    background: rgba(23, 95, 171, 0.7);
    backdrop-filter: saturate(180%) blur(5px);
    z-index: 9999;
}

.head_bg .slideDown .searchBox {
    overflow: hidden;
    display: inline-block;
    width: 1028px;
    height: 60px;
    margin-top: 50px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 50px;
}

.head_bg .slideDown .searchBox {
    *display: inline
}

.head_bg .slideDown .searchHot {
    font-size: 14px;
    color: #fff;
}

.head_bg .slideDown .searchHot a {
    color: #fff;
}

.head_bg .slideDown .searchBox input[type='text'] {
    font-size: 14px;
    color: #666;
    float: left;
    width: 840px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    line-height: 60px;
    margin-left: 25px;
    font-size: 14px;
    color: #666;
}

.head_bg .slideDown .searchBox button[type='submit'] {
    cursor: pointer;
    float: right;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: none;
    background: url("../image/20200411105721_2099816913.png") no-repeat center;
}

.web-tit,
.fu-tit
 {
    margin-top: 10px;
    margin-left: 20px;
}
.web-tel{margin-top: 0;margin-left: 20px;}
.fu-tit{line-height: 30px;border-left: 1px #ccc solid; padding-left: 20px;}
.fu-tit h2{color: #333;}
.fu-tit h2 span:first-child{color: #e8821e;}
.fu-tit h2 span:last-child{font-weight: 100;}
.fu-tit p{font-size: 18px; color: #888;}
.web-tit h1 {
    color: #175fab;
}

.web-tit p {
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
}
/*.web-tel{background: url("../picture/tel.png") no-repeat right 20px; padding-right: 50px; text-align: right;}*/
.web-tel{ padding-right: 30px; text-align: right;}
.web-tel h3{font-size: 14px; font-weight: 100;}
.web-tel p{font-size: 20px; font-weight: bold; color: #175fab;}

/*幻灯片*/

.focus {
    width: 100%;
    min-width: 1200px;
    height: 640px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.focus ul {
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.focus ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}

.focus ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

.focus .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}

.focus .btn {
    position: absolute;
    width: 952px;
    height: 23px;
    margin-left: -480px;
    left: 50%;
    bottom: 30px;
    text-align: center;
}

.focus .btn span {
    font-size: 0;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 60px;
    height: 10px;
    text-align: center;
    _font-size: 0;
    margin-left: 16px;
    cursor: pointer;
    background: #efe2e7;
}

.focus .btn span.on {
    background: #2670be;
}

.focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 250px;
    background: url(../image/20200411105800_2029749779.png) no-repeat 0 0;
    cursor: pointer;
}

.focus .pre {
    left: 0;
}

.focus .next {
    right: 0;
    background-position: right top;
}


/*实力*/

.feat_bg {
    background: #fff;
}

.feat_box {}

.feat_box {
    font-size: 0;
    text-align: center;
}

.feat_box>dl {
    width: 19.9%;
    padding: 34px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.feat_box>dl+dl {
    border-left: 1px solid #e8e8e8;
}

.feat_box>dl dt,
.ewm_box>dl dd {
    display: inline-block;
    vertical-align: top;
}

.feat_box>dl dt {}

.feat_box>dl dd {
    margin-left: 15px;
    display: inline-block;
    text-align: left;
    line-height: 20px;
    padding-top: 8px;
}

.feat_box>dl dd b {
    font-size: 16px;
    color: #0d6b60;
}

.feat_box>dl dd p {
    font-size: 16px;
    line-height: 1em;
    color: #666666;
}

.feat_box>dl dd i {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 8px;
    color: #999999;
    font-style: normal;
}


/*产品*/

.prod_bg {
    background: #f9f9f9 url(../image/20200410145223_918551877.jpg) center top;
}

.pro-list{display: flex;}
.list_d{width: 922px;background: #175fab;display: flex; align-items: center;}
.list_d ul{display: flex;height: 100%;width: 100%;}
.list_d ul li{ display: flex; height: 100%;align-items: center;position: relative;}
.list_d ul li:first-child a::after,.list_d ul li:nth-child(5) a::after{content: '';display: block; width: 20px; height: 2px; background: #e8821e; margin-top: 5px;}
.list_d ul li::after,.list_d ul li::before{top: 0; position: absolute; content: '';display: block; width: 1px;height: 100%;}
.list_d ul li::after{left: 0; background: #2771be;}
.list_d ul li::before{ right: 0; background: #0d5096;}
.list_d ul li a{color: #fff; font-size: 16px; padding: 0 21px;}
.list_d ul li:hover{
	background: #e8821e;
}
.list_d ul li:last-child{margin-left:auto;}
.list {
    overflow: hidden;
}

.list_t {
    
    color: #fff;
    text-align: center;
	padding: 15px 40px;
	width: 190px;
}
.list-t-bj01{background: url(../image/20200410144134_1282405709.jpg)no-repeat center;}
.list-t-bj02{background: url(../image/20200410144134_1282405710.jpg)no-repeat center;}
.list_t p {
    font-size: 28px;
    font-weight: bold;
}

.list_t span {
    display: block;
    font-size: 16px;
    margin-top: 6px;
}

.list_d>table>tbody>tr,
.prod_list_row2>table>tbody,
.prod_list_row2>table {
    display: block;
    width: 100%;
    border: 0 none;
    position: relative;
}

.list_d>table>tbody>tr:after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    background: #e1e1e1;
    left: 0;
    top: 0;
    transition: 0.3s all ease
}

.list_d>table>tbody>tr>td:first-child {
    line-height: 60px;
    width: 100%;
    display: block;
    padding: 0 !important;
    height: 60px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.list_d>table>tbody>tr>td:first-child>b>a {
    color: #343434 !important;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    font-size: 18px;
    font-weight: normal;
    padding: 0 45px 0 40px;
    background: #efefef url(http://www.kunruiwj.com/uploadfile/image/20200416/20200416111624_2121041014.png) no-repeat 260px center;
    transition: 0.3s all ease;
}

.list_d>table>tbody>tr:hover>td:first-child>b>a {
    color: #175fab !important;
    font-weight: bold;
}

.list_d>table>tbody>tr:hover:after {
    background: #175fab
}

.list_d>table>tbody>tr>td:first-child>b>a:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.list_d>table>tbody>tr:nth-child(2)>td:first-child>b>a:after {}

.list_d>table>tbody>tr>td:first-child>b {
    font-size: 0px;
    font-size: 0em;
    display: block;
    position: relative;
    height: 60px;
}

.list_d>table>tbody>tr>td>div {
    width: 100%;
    padding: 10px 0 5px;
    background: #f8f8f8;
    line-height: 0
}

.list_d>table>tbody>tr>td>div:after {
    content: '';
    display: block;
    clear: both;
}

.list_d>table>tbody>tr>td>div>a {
    display: block;
    line-height: 30px;
    padding: 0 45px 0 70px !important;
    line-height: 36px;
    width: 100%;
    font-size: 14px;
    color: #888 !important;
    float: left;
    position: relative;
}

.list_d>table>tbody>tr>td>div>a:first-child {
    border-top: 0 none;
}

.list_d>table>tbody>tr>td>div>a:after {
    content: '';
    clear: both;
    width: 6px;
    height: 1px;
    background: #ccc;
    position: absolute;
    display: block;
    left: 45px;
    top: 20px;
}

.list_d>table>tbody>tr:nth-child(7) #showtyepname {
    display: none;
}

#showtyepname {
    width: 270px;
}

.prod_r {

}

.prod_r table tr td {
    display: block;
    float: left;
    background: #fff;
    width: 285px;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
    margin-right: 18px;
    padding: 0px !important;
}

.prod_r table tr td>a {
    display: block;
    overflow: hidden;
}

.prod_r table tr td>a img {
    display: block;
    height: auto !important;
	border-bottom: 1px #eee solid;
}

.prod_r table tr td>a:before,
.prod_r table tr td>a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.6s;
}

.prod_r table tr td>a:before {
    background: rgba(0, 0, 0, 0.3);
    transform-origin: 0 100%;
    transform: rotate(-90deg);
    bottom: 0;
    left: 0;
}

.prod_r table tr td>a:after {
    background: url(../image/20200414201154_917550993.png) no-repeat center;
    transform: scale(0);
    top: 0;
    left: 0;
}

.prod_r table tr td:hover>a:before {
    transform: rotate(0deg);
    transition: 0.6s;
}

.prod_r table tr td:hover>a:after {
    transform: scale(1);
    transition: 0.6s;
}

.prod_r table tr td:nth-child(4n) {
    margin-right: 0px;
}

.prod_r table tr td br {
    display: none;
}

.prod_r .pro-tit{
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative;
	padding: 0 20px 10px 20px;
}
.prod_r .pro-tit h2{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 40px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
}
.pro-ms{
	display: flex;
	justify-content: space-between;
	font-weight: 100;
}
.prod_r table tr td span a:before {
    content: "查看详情";
    position: absolute;
    top: 50px;
    left: 16px;
    font-size: 14px;
    color: #999;
}

.prod_r table tr td span a:after {
    content: "";
    position: absolute;
    top: 68px;
    right: 16px;
    background: url(../image/20200414201217_428986551.png);
    width: 8px;
    height: 17px;
}

.prod_r table tr:nth-child(3) td {
    margin-bottom: 0px;
}


/*广告图*/

.banner_bg1 {
    background: url(../image/20200414195443_341123198.jpg)no-repeat center;
    height: 285px;
}

.banner_l {
    margin-top: 64px;
}

.banner_l p {
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 3px;
}

.banner_l p b {
    font-size: 44px;
}

.banner_l em {
    font-style: normal;
    display: block;
    color: #a9def9;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.banner_l span {
    width: 140px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    float: left;
    margin-left: 15px;
    height: 0;
    border-width: 0px 20px 50px 0px;
    border-style: none solid solid;
    border-color: transparent transparent #0384c4;
    text-align: center;
    margin-top: 20px;
    display: block;
}

.banner_ll {
    margin-left: 0px !important;
}

.banner_r {
    margin-top: 88px;
	color: #fff;
	text-align: right;
	font-weight: bold;
}
.banner_r p{
    font-size: 14px;
}
.banner_r a{
    display: block;
	color: #fff;
	width: 180px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	background-color: rgba(255,255,255,0.3);
	float: right;
	height: 30px;
	border-radius: 15px;
}
.banner_r h3{
    font-size: 28px;
	margin-top: 5px;
}
/*应用*/

.app_bg {
    background: #f9f9f9;
    height: 922px;
}

.solution_bg {
    width: 1560px;
    height: 747px;
}

.industry ul a {
    height: 125px;
    margin-left: 1px;
    float: left;
    width: 202px;
    background-position: 50px 2px;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.industry ul a:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    top: 30px;
    left: 202px;
}

.industry ul a p {
    font-size: 18px;
    color: #333;
    margin-top: 65px;
    font-weight: bold
}

.industry ul a span {
    font-size: 12px;
    color: #999;
    line-height: 25px;
}

.industry #ul {
    margin-top: 35px;
    height: 125px;
    background: #fff;
}

.industry ul a:nth-child(1) {
    margin-left: 0px;
    background: url(../image/20200411105832_412742251.png) no-repeat center -5px;
}

.industry ul a:nth-child(2) {
    background: url(../image/20200411105909_954073835.png) no-repeat center -5px;
}

.industry ul a:nth-child(3) {
   background: url(../image/20200411110010_3870690.png) no-repeat center -5px;
}

.industry ul a:nth-child(4) {
    background: url(../image/20200411105935_249915785.png) no-repeat center -5px;
}

.industry ul a:nth-child(5) {
    background: url(../image/20200411105948_1382877867.png) no-repeat center -5px;
}

.industry ul a:nth-child(6) {
	background: url(../image/20200411105922_506988165.png) no-repeat center -5px;
}

.industry ul .on {
    background-position: center -95px !important;
    background-color: #2670be !important;
}

.industry ul .on p {
    color: #fff;
}

.industry ul .on span {
    color: #fff;
}

.industry ul a.on:nth-child(1) {
    background-color: #2670be !important;
}

.ind_r {
    width: 540px;
    background: #000;
    height: 546px;
    padding-left: 60px;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    top: -546px;
}

.ind_r b {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-top: 105px;
    display: block;
}

.ind_r b:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    margin: 25px 0;
    background: #fff;
}

.ind_r p {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    width: 420px;
}

.ind_r a {
    width: 110px;
    height: 50px;
    padding-left: 70px;
    line-height: 50px;
    display: block;
    background: #2670be;
    color: #fff;
    margin-top: 35px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
}

.ind_r a:before {
    content: "";
    display: block;
    background: #fff url(../image/20200411110110_807884788.png)no-repeat center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 30px;
}

.ind_r a:hover {
    background: #eee;
    color: #333;
}

.industry .tempWrap {
    width: 1560px !important;
    height: 618px;
}

.industry_cont {
    height: 546px;
}


/*优势*/

.adv_option {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    margin-top: 30px;
}

.adv_option .tub {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    background: #e1e1e1;
    margin: 22px 25px;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.adv_option li {
    display: block;
    float: left;
    width: 280px;
    height: 100px;
    margin-left: 26.6px;
    cursor: pointer;
    background: #f5f5f5;
}

.adv_option li:nth-child(1) .tub {
    background-image: url(../image/20200411110417_1772453485.png);
    background-position: center 2px;
}

.adv_option li:nth-child(2) .tub {
    background-image: url(../image/20200411110358_1964022027.png);
    background-position: center 2px;
}

.adv_option li:nth-child(3) .tub {
    background-image: url(../image/20200411110339_1266487155.png);
    background-position: center 2px;
}

.adv_option li:nth-child(4) .tub {
    background-image: url(../image/20200411110711_365143180.png);
    background-position: center 2px;
}

.adv_option li.on:nth-child(1) .tub {
    background-image: url(../image/20200411110417_1772453485.png);
    background-position: center 53px;
}

.adv_option li.on:nth-child(2) .tub {
    background-image: url(../image/20200411110358_1964022027.png);
    background-position: center 53px;
}

.adv_option li.on:nth-child(3) .tub {
    background-image: url(../image/20200411110339_1266487155.png);
    background-position: center 53px;
}

.adv_option li.on:nth-child(4) .tub {
    background-image: url(../image/20200411110711_365143180.png);
    background-position: center 53px;
}

.adv_option .on {
    color: #fff;
}

.adv_option li.on {
    background: #2670be;
}

.adv_option .on p {
    color: #fff;
}

.adv_option .on d {
    color: #fff;
}

.adv_option .on .tub {
    background: #fff;
}

.adv_option li:nth-child(1) {
    margin-left: 0px;
}

.adv_option li p {
    font-size: 28px;
    color: #333;
    margin-top: 20px
}

.adv_option li d {
    font-size: 12px;
    line-height: 25px;
    color: #999;
}

.adv_option li.on:after {
    display: block;
}

#adv_bg {
    background: url(../image/20200411110743_254351989.jpg)no-repeat center;
    height: 807px;
    margin-top: 45px;
}

.adv_box {
    width: 1200px;
    height: 720px;
    background: #fff;
    margin: 0 auto;
}

.adv_bbox {
    width: 1200px;
    margin: 0 auto;
    border-right: 50px #fff solid;
    border-left: 50px #fff solid;
}

.adv_l {
    width: 280px;
    height: 444px;
}

.adv_l p {
    font-size: 40px;
    color: #222;
    margin-top: 20px;
}

.adv_l .dian {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #ddd;
    float: left;
    margin-top: 20.5px;
    margin-right: 20px;
}

.adv_l .numb {
    padding-top: 80px;
}

.adv_l ul {
    position: relative;
    margin-top: 50px;
}

.adv_l li {
    line-height: 50px;
    color: #222;
    font-size: 20px;
}

.adv_l .xian {
    width: 1px;
    height: 100px;
    background: #ddd;
    position: absolute;
    top: 25px;
    left: 4px;
}

.adv_b {
    width: 570px;
}

.adv_b p {
    font-size: 24px;
    color: #333;
    margin-top: 60px;
}

.adv_b span {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 20px;
    display: block;
}

.adv_img {
    margin-left: 20px;
    margin-top: 27px;
}

.adv .tempWrap {
    width: 1200px !important;
    margin: 0 auto;
}


/*客户见证*/

.partner_t table tr td {
    display: block;
    float: left;
    padding: 0px !important;
    width: 240px;
    overflow: hidden;
    position: relative;
    margin-left: 0px;
    margin-bottom: 20px;
}

.partner_t table tr td img {
    display: block;
    width: 218px;
    height: 108px;
    border: 1px #eee solid;
}

.partner_t table tr td br {
    display: none;
}

.partner_t table tr td:nth-child(1) {
    margin-left: 0px;
}

.partner_t table tr td div {
    display: none;
}


/*流程*/

.pess_bg {
    height: 350px;
    background: url(../image/20200411110851_108246102.jpg) no-repeat center bottom;
}

.pess_t {
    text-align: left;
}

.pess_t p {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 6px;
}

.pess_b li {
    float: left;
    width: 152px;
    height: 152px;
    border: 1px #ccc solid;
    background: #fff;
    margin-left: 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}

.pess_b li:first-child {
    margin-left: 0;
}

.pess_b li:before,
.pess_b li:after {
    content: "";
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../image/20200411110920_448311192.png) no-repeat center;
}

.pess_b li:before {
    left: -2px;
}

.pess_b li:after {
    right: -15px;
}

.pess_b li:first-child::before,
.pess_b li:last-child::after {
    display: none;
}

.pess_b li p {
    font-size: 18px;
    color: #222;
}

.pess_b li p:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 2px #ccc solid;
    background: #f5f5f5;
    border-radius: 100%;
    margin: 18px auto 10px auto;
    overflow: hidden;
    background-position: center;
}

.pess_b li:nth-child(1) p:before {
    background-image: url(../image/20200411110940_923346150.png);
}

.pess_b li:nth-child(2) p:before {
    background-image: url(../image/20200411111003_1001660132.png);
}

.pess_b li:nth-child(3) p:before {
    background-image: url(../image/20200411111024_1760975890.png);
}

.pess_b li:nth-child(4) p:before {
    background-image: url(../image/20200411111045_538826430.png);
}

.pess_b li:nth-child(5) p:before {
    background-image: url(../image/20200411111107_190031046.png);
}

.pess_b li:nth-child(6) p:before {
    background-image: url(../image/20200411111129_1062411635.png);
}

.pess_b li:nth-child(7) p:before {
    background-image: url(../image/20200411111209_1739398354.png);
}

.pess_b li span {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
}

.pess_b li:hover {
    border: 1px #175fab solid;
    background: #175fab;
    color: #fff;
}

.pess_b li:hover p {
    color: #fff;
}

.pess_b li:hover::after {
    background: url(../image/20200411101018_1314171414.png) no-repeat center;
}

.padv_bw p {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding-left: 26px;
    line-height: 34px;
    background: url(../image/20200411111240_215433111.png)no-repeat center left;
}

.padv_bw b {
    font-size: 34px;
    font-weight: bold;
    color: #2670be;
}


/*简介*/

.com_bg {
    height: 750px;
    padding-top: 30px;
	background: #f4f6f9;
}

.com_r {
    width: 580px;
}

.com_r p {
    font-size: 24px;
    color: #222;
    margin-top: 35px;
}

.com_r b {
    font-size: 18px;
    color: #2670be;
    display: block;
    margin-top: 6px;
}

.com_r em {
    display: block;
    background: url(../image/20200411111309_1807607284.png)no-repeat;
    width: 24px;
    height: 23px;
    margin-top: 10px;
}

.com_r span {
    display: block;
    font-size: 14px;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 12px;
}

.com_r a {
    display: block;
    float: left;
    width: 118px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background: #e8821e;
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    margin-right: 13px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

.com_a {
    margin-right: 0px !important;
    background: #2670be !important;
}

.com_r a:hover {
    width: 140px;
}


/*新闻*/

.news_lt {
    float: left;
    width: 791px;
}

.news_l {
    float: left;
}

.news_l a {
    height: 58px;
    width: 394px;
    position: relative;
    display: block;
    float: left;
    font-size: 18px;
    color: #fff;
    background: #333;
    line-height: 58px;
}

/* .news_l a:hover, */
.news_l a.active {
    background: #2670be;
    color: #fff;
}

.news_l a>* {
    position: relative;
    z-index: 3
}

.news_l a i {
    display: block;
    float: left;
    margin-left: 24px;
    margin-top: 8px;
    margin-right: 11px;
}

.news_l a span {
    font-weight: bold;
}

.news_nor {
    height: 492px;
    width: 791px;
    overflow: hidden;
}

.new_cont .news_row2 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 746px;
    height: 472px;
    border: 1px #ccc solid;
    padding: 0px 20px;
}

.new_cont {
    position: relative;
    width: 791px;
    height: 495px;
    display: block;
}

.news_row2 .divdgweb_new_div,
.news_row2 .news_div {
    height: 495px;
    font-weight: normal;
    margin-top: 10px;
}

.news_row2 .news_div_item,
.news_row2 .divdgweb_new_div_item {
    position: relative;
    height: 45px;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_row2 .divdgweb_new_div_item_date,
.news_row2 .news_div_item_date {
    position: absolute;
    right: 10px;
    top: 17px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_row2 .divdgweb_new_div_item_date>div,
.news_row2 .news_div_item_date>div {
    display: inline-block;
    color: #787878;
    font-size: 13px;
    font-family: 'arial';
}

.news_row2 .news_div_item_title,
.news_row2 .divdgweb_new_div_item_title {
    position: relative;
}

.news_row2 .news_div_item_year:after,
.news_row2 .news_div_item_year::after,
.news_row2 .divdgweb_new_div_item_year:after,
.news_row2 .divdgweb_new_div_item_year::after {
    content: '-';
}

.news_row2 .on .news_div_item_year:after,
.news_row2 .on .divdgweb_new_div_item_year:after,
{
    content: '';
}

.news_row2 .news_div_item_title:after,
.news_row2 .divdgweb_new_div_item_title:after {
    content: '';
    background: url(../image/20200411111339_1457978273.png);
    width: 6px;
    height: 8px;
    position: absolute;
    left: 10px;
    top: 17px;
}

.news_row2 .on .news_div_item_title:after,
.news_row2 .on .divdgweb_new_div_item_title:after {
    content: '';
    display: none;
}

.news_row2 .news_div_item_title .news_div_item_a,
.news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
    font-size: 15px;
    color: #444;
    padding-left: 26px;
    display: block;
    line-height: 40px;
    width: 425px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_row2 .news_div_item_pic,
.news_row2 .news_div_item_body,
.news_row2 .divdgweb_new_div_item_body {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.news_row2 .news_div_item_pic {
    padding-top: 15px;
    padding-left: 15px;
}

.news_row2 .news_div_item_pic a,
.news_row2 .news_div_item_pic a img {
    display: block;
    width: 240px;
    height: 146px;
}

.news_row2 .news_div_item.on,
.news_row2 .divdgweb_new_div_item.on {
    height: 199px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 20px;
    background: #fff;
}

.news_row2 .news_div_item_body,
.news_row2 .divdgweb_new_div_item_body {
    line-height: 24px;
    color: #999;
    font-size: 15px;
    width: 447px;
    text-align: justify;
    position: absolute;
    right: 20px;
    top: 60px;
}

.news_row2 .on .divdgweb_new_div_item_date,
.news_row2 .on .news_div_item_date {
    top: 23px;
    right: 436px;
    display: none;
}

.news_row2 .on .news_div_item_title .news_div_item_a,
.news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
    position: absolute;
    left: 252px;
    top: 17px;
    width: 245px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.news_row2 .on .divdgweb_new_div_item_date>div,
.news_row2 .on .news_div_item_date>div {
    font-weight: bold;
    color: #333;
    font-size: 24px;
    line-height: 30px;
}

.news_row2 .on .divdgweb_new_div_item_date>.divdgweb_new_div_item_year,
.news_row2 .on .news_div_item_date>.news_div_item_year {
    font-size: 12px;
    display: block;
    font-weight: 100;
    line-height: 20px;
    text-indent: 1px;
}

.news_row2 .on .news_div_item_date>.news_div_item_year:after,
.news_row2 .on .divdgweb_new_div_item_date>.divdgweb_new_div_item_year:after {
    content: '';
}

.news_row2 .news_div_item_content,
.news_row2 .divdgweb_new_div_item_content {
    position: relative;
}

.news_row2 .news_div_item_content:before,
.news_row2 .divdgweb_new_div_item_content:before {
    content: "了解详细";
    position: absolute;
    top: 150px;
    left: 280px;
    font-size: 15px;
}

.news_row2 .news_div_item_content:after,
.news_row2 .divdgweb_new_div_item_content:after {
    content: "";
    position: absolute;
    top: 157px;
    left: 348px;
    background: url(../image/20200411111339_1457978273.png);
    width: 6px;
    height: 8px;
}

.wend {
    float: right;
    margin-right: 0;
    width: 388px;
    height: 530px;
    background: #fff;
    border: 1px #ccc solid;
}

.wend h2 {
    left: 0;
    margin-bottom: 0;
    height: 58px;
    background: url(../image/20200411101735_197426974.jpg)no-repeat center top;
    padding-bottom: 20px;
}

.wend h2 a {
    font-size: 20px;
    color: #fff;
    line-height: 58px;
    font-weight: bold;
}

.wend h2 a i {
    float: left;
    display: block;
    margin-left: 24px;
    margin-top: 8px;
    margin-right: 11px;
}

.wend .news_div_item_a {
    font-size: 15px;
}

.wend .news_div_item_content {
    border-bottom: 1px solid #eee;
    padding: 22px 0 0 0;
}

.wend .lastdl {
    border-bottom: none;
}

.wend .news_div_item_title {
    height: 26px;
    padding-left: 40px;
    line-height: 26px;
    background: url(../image/20200411103412_951964146.png) no-repeat left top;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    font-weight: bold;
}

.wend .news_div_item_title a {
    color: #333333;
}

.wend .news_div_item_title a:hover {
    color: #333
}

.wend .news_div_item_body {
    padding-left: 40px;
    background: url(../image/20200411103440_6743644.png) no-repeat left top;
    line-height: 24px;
    color: #666;
    height: 75px;
    font-size: 14px;
    overflow: hidden;
    margin-top: 12px;
}

.news_row2 .news_div_item_pic a img {
    border: 1px #e1e1e1 solid;
}

.wend #coleexx {
    padding: 20px;
}

.wend .fr a {
    font-size: 14px;
    color: #fff;
    display: block;
    font-weight: normal;
    margin-right: 20px;
}


/*版权*/

.linkTagcs{display: flex;line-height: 60px;}
.linkTagcs ul{display: flex;}
.linkTagcs ul li a{padding: 0 10px;}
.footer_bg {
    background: url(../image/20200411102538_792759363.jpg)no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 400px;
}

.footer_wt > ul > li {
    display: block;
    float: left;
    width: 170px;
}
.footer_w ul li{position: relative;text-indent: 20px;}
.footer_w ul li::after{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../picture/fo-bj.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
}
.footer_w ul li:nth-child(2)::after{background-position: 0 -32px;}
.footer_w ul li:nth-child(3)::after{background-position: 0 -64px;}
.footer_w ul li:nth-child(4)::after{background-position: 0 -98px;}
.footer_t {
    font-size: 16px;
    color: #fff;
	text-indent: 15px;
	position: relative;
}
.footer_t::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #e8831e;
	position: absolute;
	top: 8px;
}
.footer_a {
    margin-top: 25px;
}

.footer_a a {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 32px;
}

.footer_w {
    font-size: 14px;
    color: #999;
    line-height: 32px;
}
/* .footer_wt>ul>li:nth-child(4){width: 150px;} */
.footer_wt li:last-child {
    width: 320px;
}

.footer_r {
    width: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    color: #999;
    font-size: 14px;
}

.footer_r img {
    display: block;
    width: 130px;
    height: 130px;
    margin-bottom: 8px;
}

.copy {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding-top: 70px;
}

.copy a {
    font-size: 14px;
    color: #fff;
}

.copy a:hover {
    color: #fff;
}

.footer a:hover {
    color: #fff;
}


/* 客服样式*/

.y-kefu-box {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    font-size: 13px;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(../image/20200409192350_1182177539.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #175fab;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #175fab;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
    border-bottom: 1px #efefef solid;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #175fab;
    border-color: #175fab;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #175fab;
    border-color: #175fab;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background-color: #175fab;
    border-color: #175fab;
}

.y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover>i {
    background-position: -30px -180px;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}


/*咨询热线*/

.y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #b9b9b9;
}

.y-kefu-box01 .mobile-infos p {
    color: #175fab;
    font-size: 18px;
}

y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}


/*二维码*/

.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 115px;
    height: 114px;
    margin: 20px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}


/*email*/

.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}

.y-kefu-box01 .y-email-infos p {
    color: #175fab;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #f55b1b;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}


/*内页banner*/

.banner_com {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414185051_1065616296.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_prod {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414193424_216656860.jpg) center;
    overflow: hidden;
    position: relative;
}
.banner_usb {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/usbggt.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_news {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414184934_213191693.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_cont {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414184958_1761731270.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_fb {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414185025_990857975.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_job {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414192844_1512967897.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_xy {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414185051_1065616296.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_sc {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414185051_1065616296.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_fw {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414184812_428144217.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_ry {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414184849_266268794.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_kh {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414184834_650033329.jpg) center;
    overflow: hidden;
    position: relative;
}

.banner_jj {
    width: 100%;
    min-width: 1200px;
    height: 350px;
    background: url(../image/20200414192733_2018294217.jpg) center;
    overflow: hidden;
    position: relative;
}


/*内页新闻文章样式*/

.xw {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}
.xw div{text-indent: 0;}
.xw img{
	width: 100%;
}

/*nban*/

.nban {
    width: 100%;
    height: 350px;
    position: relative;
}

.nban:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(22, 16, 7, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.nban .page {
    position: relative;
    height: 350px;
}

.nban_txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -39px;
    text-align: center;
}

.nban_txt span {
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    display: inline-block;
    animation: nbanA 2s infinite;
}

.nban_txt span:nth-child(2) {
    animation-delay: 0.2s;
}

.nban_txt span:nth-child(3) {
    animation-delay: 0.4s;
}

.nban_txt span:nth-child(4) {
    animation-delay: 0.6s;
}

.nban_txt span:nth-child(5) {
    animation-delay: 0.8s;
}

.nban_txt span:nth-child(6) {
    animation-delay: 1s;
}

.nban_txt span:nth-child(7) {
    animation-delay: 1.2s;
}

.nban_txt p.desc {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    letter-spacing: 3px;
    background: url(../image/20200411174222_958025050.jpg) no-repeat center;
    background-clip: content-box;
    -webkit-background-clip: text;
    color: transparent;
    animation: moveBg 10s linear infinite;
    -webkit-animation: moveBg 10s linear infinite;
}

@keyframes nbanA {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes moveBg {
    0% {
        background-position: 0% 30%;
    }
    100% {
        background-position: 100% 50%;
    }
}


/*内页*/

.body_bix {
    overflow: hidden;
    margin-bottom: 40px;
}

#webdh,
p.desc,
#bodycon #left,
.pcontent_title_h4 {
    display: none;
}

#bodycon {
    padding-bottom: 20px;
}


/*mianbxContent*/

.mian_box {
    width: 100%;
    height: 62px;
    background: #f9f8f7;
    border-top: 1px solid #efeae0;
    border-bottom: 1px solid #efeae0;
    margin-bottom: 40px;
}

.mianbxContent {
    width: 1200px !important;
    text-align: left !important;
    height: 62px !important;
    line-height: 62px !important;
    padding-left: 25px;
	margin: 0 auto;
    background: url(../image/20200411174008_1221025437.png) no-repeat left center;
}

.mianbxContent,
.mianbxContent a {
    color: #666;
}


/*内页新闻列表*/

.strong_title {
    display: none;
}

.nswsfenlei_2019 {
    margin-bottom: 30px;
}

.nswsfenlei_2019 ul {
    font-size: 0;
}

.nswsfenlei_2019 li {
    display: inline-block;
    vertical-align: top;
    width: 182px;
    height: 52px;
    border: 1px solid #e0e0e0;
}

.nswsfenlei_2019 li+li {
    margin-left: 12px;
}

.nswsfenlei_2019 li:hover,
.nswsfenlei_2019 li.curNewsType_2019 {
    background: #2670be;
    border-color: #2670be;
}

.nswsfenlei_2019 li a {
    display: block;
    line-height: 50px;
}

.nswsfenlei_2019 li:hover a,
.nswsfenlei_2019 li.curNewsType_2019 a {
    color: #fff;
}

.news_2019 {
    height: 182px;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.news_2019:hover {
    border-bottom: none;
}

.news_2019:before,
.news_2019:after {
    content: '';
    width: 0;
    height: 222px;
    background: #f4f4f4;
    position: absolute;
    top: 50%;
    margin-top: -111px;
    z-index: -1;
}

.news_2019:before {
    left: 50%;
}

.news_2019:after {
    right: 50%;
}

.news_2019:hover:before,
.news_2019:hover:after {
    width: 100%;
    transition: 0.6s;
}

.news_img_2019,
.news_nor_2019,
.news_time_2019 {
    float: left;
}

.news_img_2019 {
	width: 25%;
    height: 182px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
}

.news_2019:hover .news_img_2019 {
    border-color: #2670be;
}

.news_img_2019 img {
    transition: 0.6s;
}

.news_2019:hover .news_img_2019 img {
    transform: scale(1.2);
    transition: 0.6s;
}

.news_nor_2019 {
    width: 626px;
    height: 182px;
    margin-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #e0e0e0;
    margin-right: 34px;
}

.news_biaoti_2019 a {
    font-size: 18px;
    font-weight: bold;
}

.news_2019:hover .news_biaoti_2019 a {
    color: #2670be;
}

.news_miaou_2019 {
    height: 60px;
    margin-top: 15px;
    line-height: 30px;
}

.news_miaou_2019 a {
    display: block;
    line-height: 30px;
}

.news_class {
    margin-top: 50px;
}

.news_class a {
    color: #999;
}

.news_more_2019 {
    margin-top: 70px;
}

.news_more_2019 a {
    font-size: 0;
    position: relative;
}

.news_more_2019 a:before,
.news_more_2019 a:after {
    content: '';
    width: 16px;
    height: 16px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
}

.news_more_2019 a:before {
    background: #000;
}

.news_2019:hover .news_more_2019 a:before {
    left: 16px;
    background: #2670be;
    transition: 0.6s;
}

.news_more_2019 a:after {
    background: #fff;
    left: -2px;
}

.news_2019:hover .news_more_2019 a:after {
    left: 14px;
    background: #f4f4f4;
    transition: 0.6s;
}

.news_time_2019 {
    font-size: 0;
    position: relative;
    margin-top: 27px;
}

.news_ny_year_2019 {
    position: absolute;
    top: 52px;
    left: 0;
    font-size: 16px;
    color: #999;
}

.news_ny_year_1_2019 {
    display: none;
}

.news_ny_month_2019,
.news_ny_month_1_2019,
.news_ny_day_2019 {
    display: inline-block;
    vertical-align: midden;
    font-size: 32px;
}


/*新闻详情*/

.nyxqnews_leftpage {
    width: 880px !important;
}

.nyxqnews_leftup {
    width: 37% !important;
    line-height: 70px;
}

.nyxqnews_leftdown {
    line-height: 70px;
    background-position: 329px 29px !important;
}

.nyxqnews_rightcont a {
    line-height: 36px;
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		word-break: break-all;
		border-bottom: 1px #eee dashed;
}

.nyxqnews_righttit strong {
    font-size: 18px;
    color: #2670be !important;
}

.nyxqnews_righttit:before {
    background: #2670be !important;
}


/*留言*/

#center>.fee_box {
    padding: 15px;
    border: 1px solid #d7d7d7;
}

.fee_box #form1 {
    padding: 0 30px;
}

#bodycontent #tianxieone {
    overflow: hidden;
}

.fee_box #tianxieone,
.fee_box #tfour,
.fee_box #liuyanshenming,
.fee_box #lytijiao {
    width: 1140px !important;
    border: none !important;
}

.fee_box #tianxieone .clear(display:block;
) .fee_box #tfour {
    padding-bottom: 10px;
}

.fee_box #tianxiethree,
.fee_box #tfive {
    width: 1000px !important;
}

.fee_box .tianXoImg {
    border: none !important;
}

.fee_box .tianXoImg input+input {
    height: 26px;
    border: 1px solid #d7d7d7;
}

.fee_box .bodycon_box {
    width: 100%;
    background: #f7f7f7;
}

.fee_box #lytijiao input {
    width: 120px;
    height: 36px;
    cursor: pointer;
}

.fee_box #lytijiao input:hover {
    background: #2670be;
    color: #fff;
}

.fee_box #chakantwo {
    width: 1200px !important;
    height: 65px !important;
    padding-left: 30px;
    text-align: left;
    font-size: 0;
}

.fee_box #chakantwo a {
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #2b0103;
    text-align: center;
}

.fee_box #chakantwo a+a {
    margin-left: 2px;
}


/*自定义*/

.pro_list_box {
    font-size: 0;
	margin: auto;
	text-align: center;
}

.pro_list_box+.pro_list_box .dgweb_list_item {
    margin-top: 25px;
}

.dgweb_list_item_pic,
.dgweb_list_item_pic img {
    width: 100%;
    height: auto;
}

.dgweb_list_item_pic {
    overflow: hidden;
    height: auto !important;
}

.dgweb_list_item_pic img {
    transition: 0.6s;
}

.dgweb_list_item:hover .dgweb_list_item_pic img {
    transform: scale(1.2);
    transition: 0.6s;
}

.dgweb_list_item {
	margin: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e9e9e9;
    overflow: hidden;
	width: 22.5%;
}



.dgweb_list_item_a {
    padding: 0 !important;
    position: relative;
	text-align: center;
}

.dgweb_list_item_a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e9e9e9;
    position: absolute;
    top: 0;
    left: 0;
}

.dgweb_list_item_a a {
    display: block;
    line-height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_image {
    text-align: center;
}

.content_image>img {
    width: 600px !important;
    height: auto !important;
}


/*分页*/

.pages_info {
    margin-top: 30px !important;
	text-align: center;
	margin: auto;
}
.pages_info ul{margin: 0 auto; display: flex;justify-content: center;}
.pages_info ul li{border-radius: 3px; margin: 0 3px; padding: 0px 15px; border: 1px #eee solid;}
.pages_info ul li select{border: none;}
.pages_info ul li.thisclass{color: #fff; background: #175fab; border:none;}

.page_total,
.pages_box a,
.page_jump {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    height: 36px;
    border-radius: 36px;
    background: #eee;
    line-height: 36px;
    border: 1px solid #eee;
    font-size: 13px;
    cursor: pointer;
}

.pages_box a {
    margin-left: 10px;
    color: #999;
}

.pages_box a.page_curr,
.pages_box a:hover {
    background: #2670be;
    color: #fff;
    font-size: 13px;
}

.page_jump {
    margin-left: 10px;
}


/*联系我们*/

.headliner {
    height: 150px;
    margin-top: 60px;
    padding-bottom: 30px;
}

.headliner h2 {
    line-height: 30px;
    font-size: 30px;
    padding-top: 27px;
    color: #333;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
}

.headliner em {
    line-height: 43px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 100px;
    color: #f6f6f6;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 31%;
    z-index: -1;
}

.headliner:nth-child(1) {
    left: 40%;
}

.headliner p {
    line-height: 40px;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 0;
}

.contactus {
    height: 280px;
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contactus ul {
    list-style: none;
    padding: 0 !important;
}

.contactus ul li {
    float: left;
    width: 300px;
    height: 250px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    transition: 0.6s;
}

.contactus ul li+li {
    margin-left: 25px;
}

.contactus ul li:hover {
    transition: 0.6s;
    transform: scale(1.1);
    box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);
}

.contactus ul li:hover em {
    transform: scale(1);
}

.contactus ul li:hover i {
    transform: scale(1);
}

.contactus ul li:hover span {
    transform: scale(1);
}

.contactus ul li em {
    height: 80px;
    margin-top: 60px;
    display: block;
}

.contactus ul li em img {
    display: block;
    margin: 0 auto;
}

.contactus ul li i {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    color: #2670be;
}

.contactus ul li span {
    display: block;
    font-size: 14px;
    color: #999;
    padding: 10px 20px;
}

.cont_Sol {
    background: url(../image/20200411175807_1482484966.jpg) no-repeat center;
    max-width: 100%;
    width: 100%;
    height: 700px;
    position: relative;
}

.sol_box {
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.sol_top {
    color: #fff;
}

.sol_top em {
    margin-bottom: 35px;
    line-height: 80px;
    font-size: 80px;
    font-family: gothicb;
    color: #e4e4e4;
    display: block;
    font-style: inherit;
}

.sol_top b {
    display: block;
    line-height: 30px;
    font-size: 30px;
    color: #fff;
}

.sol_top i {
    background: #2670be;
    margin-bottom: 80px;
    height: 5px;
    width: 40px;
    margin: 30px auto;
    display: inline-block;
}

.sol-share-one {
    position: relative;
    display: inline-block;
    border: 1px solid #706f6f;
    margin-right: 148px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    padding: 20px;
}

.sol-share-one:last-child {
    margin-right: 0;
}

.ss-one-qrcode {
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%) translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: .35s .05s;
}

.ss-one-qrcode img {
    padding: 7px;
    background: rgba(255, 255, 255, .1);
}

.ss-one-qrcode .share-name {
    font-size: 12px;
    color: #dedede;
    line-height: 30px;
}

.sol-share-one:hover .ss-one-qrcode {
    transform: translateX(-50%) translateY(0px);
    opacity: 1;
    visibility: visible;
}

.ss-one-qrcode .wx {
    width: 100px;
}

a.call {
    position: relative;
    display: inline-block;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.call-img {
    position: relative;
    z-index: 10;
    background: #2670be;
    border-radius: 50%;
    padding: 21px;
}

a.call img {
    position: relative;
    z-index: 10;
}

a.call::before,
a.call::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #2670be;
    border-radius: 50%;
    opacity: 0;
    animation: circleGo 2s linear infinite;
}

a.call::after {
    animation: circleGo 2s 1s linear infinite;
}

.call-desc {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 66px;
    height: 100%;
    border-radius: 100px;
    background: #2e2e2e;
    text-align: right;
    overflow: hidden;
    transition: .55s;
}

a.call:hover .call-desc {
    width: 168px;
}

.call-desc span.desc {
    position: relative;
    top: 0px;
    padding-right: 12px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.call-desc::after {
    content: '';
    position: absolute;
    top: 45px;
    left: 97px;
    transform: translateX(-100px);
    width: 15px;
    height: 8px;
    background-image: url(../image/20200411175830_1847231962.png);
    background-size: 15px 8px;
    transition: .45s;
}

a.call:hover .call-desc::after {
    transform: translateX(0px);
    transition: .55s;
}

@keyframes circleGo {
    0% {
        transform: scale(1);
        opacity: .5;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}

.cont_Soll em {
    left: 38%;
}


/*内页*/

.pro_all_class {
    width: 1200px !important;
    font-size: 0;
    height: auto !important;
    border-bottom: none !important;
    display: inline-block;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
}

.pro_all_class a {
    line-height: 44px;
    border: 1px solid #eee;
    transition: 500ms;
    float: left;
    width: 159px;
    margin: 5px 5px;
    font-size: 17px;
    font-weight: 100;
	text-align: center;
}

.pro_all_class a+a {}

.pro_all_class a:hover,
.pro_all_class .pro_cur {
    border-color: #2670be;
    background: #2670be;
    color: #fff;
    box-shadow: 0 0 10px rgba(88, 87, 155, 0.5);
    transition: 500ms;
}


/*产品列表*/

.pro_list_box+.pro_list_box {
    margin-top: 15px !important;
}

#list-pro-flex{
	display: flex;
	flex-wrap: wrap;    
}
.pro_one_box{flex: 0 48%;}
.pro_list_box_mt {
    margin-top: 0 !important;
}

.ms{display: flex;margin-top: 10px;}
.ms p{padding: 2px 15px; margin-right: 10px; border: 1px #eee solid;}
.pro_beizhu_a_zdy h3{margin-top: 10px; border-bottom: 1px #eee solid; padding-bottom: 10px; margin-bottom: 10px;}

.pro-but{margin-top: 20px;}
.pro-but a{display: inline-block;padding: 2px 15px;margin-right: 10px; border: 1px #eee solid;color: #fff;}
.pro-but a:nth-child(1){background: #e8821e;}
.pro-but a:nth-child(2){background: #2670be;}
.pro_one_box {
    display: flex;
    vertical-align: top;
    background: #fff;
    position: relative;
    border: 1px solid #dcdcdc;
    margin-bottom: 22px;
	margin-left: 10px;
	margin-right: 10px;
}


.pro_one_box:before,
.pro_one_box:after {
    content: '';
    width: 0px;
    height: 3px;
    background: #2670be;
    position: absolute;
    transition: 600ms ease;
    z-index: 9;
}

.pro_pic:before,
{
    content: '';
    width: 0;
    height: 3px;
    background: #2670be;
    position: absolute;
    transition: 600ms ease;
    z-index: 9;
}

.pro_one_box:before,
.pro_pic:before,
.pp_more:before {
    top: -1px;
    left: -1px;
}

.pro_one_box:after,
.pp_more:after {
    bottom: -1px;
    right: -1px;
}

.pro_one_box:hover:before,
.pro_one_box:hover:after {
    width: 100%;
    transition: 600ms ease;
}

.pro_one_box:hover .pro_pic:before,
.pro_one_box:hover .pro_beizhu:after {
    width: 100%;
    transition: 600ms ease;
}

.pro_pic {
    position: relative;
    height: auto !important;
    padding-top: 0 !important;
	flex: 1;
}

.pro_pic:after {
    content: '';
    width: 100%;
    height: 0;
    background: rgba(3, 3, 6, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: 600ms ease;
}

.pro_one_box:hover .pro_pic:after {
    height: 100%;
    opacity: 1;
    transition: 600ms ease;
}

.pro_pic img {
    width: 100%;
    height: 100%;
}

.pro_pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.pp_more {
    width: 80px;
    height: 42px;
    text-align: center;
    background: url(../image/20200414223020_631769748.png) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -40px;
    opacity: 0;
    z-index: 9;
    transition: 600ms ease;
}

.pro_one_box:hover .pp_more {
    opacity: 1;
    transition: 600ms ease;
}

.pp_more:before,
.pp_more:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: 600ms ease;
}

.pro_one_box:hover .pp_more:before {
    width: 80px;
    transition: 600ms ease;
}

.pro_one_box:hover .pp_more:after {
    width: 80px;
    transition: 600ms ease;
}

.pro_beizhu {
    border-top: 1px solid #eee;
    padding: 10px !important;
    position: relative;
	flex: 1.2;
}
.ms-div{ 
  }
	.ms-div p strong{display: inline-block;}
 .ms p:last-child{background: #1059A9; color: #fff;}
/* .pro_beizhu a:last-child{display: block; width: 120px; text-align: center; background: #1059A9; color: #fff;line-height: 32px;  margin-top: 10px;} */
.pro_beizhu_a_zdy{padding: 10px 0 0 0;}
.pro_beizhu br {
    display: none;
}

.pro_beizhu_a_zdy,
.pro_beizhu_a_zdy strong {
    display: block;
}

.pro_beizhu_a_zdy {

}

.pro_one_box:hover {
    width: 100%;
    transition: 600ms ease;
}

.pro_beizhu_a_zdy strong {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
	text-align: left;
}

.pro_one_box:hover .pro_beizhu_a_zdy strong {
    color: #2670be;
}

.pro_beizhu_ad,
.pro_beizhu_ad b {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.pro_one_box:hover .pro_beizhu_ad,
.pro_one_box:hover .pro_beizhu_ad b {
    color: #2670be;
}

.propic_desc {
    color: #999;
    line-height: 28px;
    margin-top: 10px;
}

.pro_one_box:hover .propic_desc {
    color: #333;
}

.pro_beizhu_more_zdy {
    width: 80px;
    height: 22px;
    border: 1px solid #999;
    position: absolute;
    top: 20px;
    right: 30px;
    text-align: center;
    line-height: 20px;
    border-radius: 22px;
}

.pro_one_box:hover .pro_beizhu_more_zdy {
    border: none;
    background: #333;
}

.pro_beizhu_more_zdy a {
    font-size: 12px;
    color: #999 !important;
}

.pro_one_box:hover .pro_beizhu_more_zdy a {
    color: #fff !important;
}


/*产品详情*/

.product_content {
    background: #fff;
}

.pro_main_box {
    background: #fff;
    padding: 30px;
    position: relative;
}

.propic_show_left {
    width: 642px;
    float: left;
    overflow: hidden;
}

.propic_show_piclist {
    width: 127px;
    height: 370px;
    float: left;
    overflow: hidden;
}

.propic_show_list {
    height: 450px;
    position: relative;
    overflow: hidden;
    transition: 500ms;
}

.propic_show_piclist.on_top .propic_show_list,
.propic_show_piclist.on_bottom .propic_show_list {
    height: 430px;
    transition: 500ms;
}

.propic_show_piclist ul {
    width: 127px;
    position: absolute;
    top: 0;
    left: 0;
}

.propic_show_piclist li {
    height: 100px;
    border: 3px solid #333;
    cursor: pointer;
    overflow: hidden;
}

.propic_show_piclist li+li {
    margin-top: 25px;
}

.propic_show_piclist.on_top .propic_show_list li+li,
.propic_show_piclist.on_bottom .propic_show_list li+li {
    margin-top: 15px;
    transition: 500ms;
}

.propic_show_piclist li.cur {
    border-color: #2670be;
    transition: 500ms;
}

.propic_show_piclist li img {
    width: 127px;
    transition: 500ms;
}

.propic_show_piclist li:hover img {
    transform: scale(1.1);
    transition: 500ms;
}

.propic_show_btn_bottom {
    width: 100%;
    background-color: #333;
    background-image: url(../image/20200414201404_1595692882.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 0px;
    position: relative;
    z-index: 2;
    transition: 500ms;
}

.propic_show_piclist.on_bottom .propic_show_btn_bottom {
    height: 15px;
    background-color: #2670be;
    margin-top: 5px;
    transition: 500ms;
}

.propic_show_btn_top {
    background-image: url(../image/20200414201424_798402825.png);
}

.propic_img {
    width: 460px;
    float: right;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.propic_le {
    left: 5px;
    background: url(../image/20200414201446_1703323460.png);
}

.propic_ri {
    right: 5px;
    background: url(../image/20200414201508_515194651.png);
}

.propic_img img {
    width: 100%;
    transition: 500ms;
}

.propic_img:hover img {
    transform: scale(1.1);
    transition: 500ms;
}

.propic_img>div {
    width: 35px;
    height: 34px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.5;
}

.propic_show_right {
    width: 550px;
    float: right;
    text-align: left;
}

.propic_show_right br {
    display: none;
}

.propic_show_right .propic_desc {
    height: 84px;
    margin-top: 20px;
    overflow: hidden;
}

.propic_show_right .propic_desc strong {
    font-weight: bold;
}

.pro_detail_title {
    font-size: 22px;
    display: block;
    line-height: 56px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.pro_return {
    width: 37px;
    height: 37px;
    float: right;
    margin-top: 10px;
    background: url(../image/20200414201530_553533271.png) no-repeat;
    cursor: pointer;
}

.propic_show_con_box {

}

.pro_show_ewm {

}
.pro-ms-list{
	font-size: 14px;
}
.pro-ms-tit-p{
	background: #f9f9f9;
	padding: 15px;
	margin-top: 10px;
}
.pro-ms-list>p:nth-child(2){
	color: #888;
	line-height: 30px;
}
.pro-ms-tit-div{display: flex;flex-wrap: wrap;border-bottom: 1px #eee dashed;padding-bottom: 10px;}
.pro-ms-tit-div p{
	text-indent: 15px;
	flex: 0 0 50%;
}
.pro-ms-tit-div p strong{padding-right: 10px;}

.pro-ms p{
	 text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	  -webkit-box-orient: vertical;
		margin: auto;
}


.pro_ewm_left {
    width: 200px;
    height: 230px;
    background: url(../image/20200414145110_281395870.png) no-repeat center top;
    border: 1px solid #e9e9e9;
    position: relative;
    float: left;
}

.pro_ewm_left:after {
    content: "关注微信";
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #999;
    position: absolute;
    bottom: 3px;
    left: 0;
    font-size: 17px;
}

.pro_ewm_left .ewm img {
    width: 198px;
    ;
}

.pro_ewm_left .ewm p {
    text-align: center;
    color: #999;
}

.pro_tel_right {
    width: 280px;
    position: relative;
    float: right;
    padding-top: 4px;
    margin-bottom: 20px;
}

.pro_tel_right p {
    font-size: 16px;
    color: #9fa0a4;
    line-height: 1em;
}

.pro_tel_right p img {
    margin-right: 10px;
}

.pro_tel_right em {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    margin-top: 10px;
    text-transform: inherit;
    font-style: normal;
}

.pro_tel_right em+p {
    margin-top: 15px;
}

.pro_tel_right em b {
    font-size: 20px;
    vertical-align: top;
}

.pro_tel_right .hbit_num {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 44px;
    margin-bottom: 34px;
    text-align: left;
    position: initial;
    left: inherit;
    right: inherit;
    transform: perspective(300px) rotateX(-0deg);
    font-size: 0;
    top: initial;
    margin-top: 25px;
    border-radius: initial;
    background-position: 10px center;
    padding-left: 40px;
    padding-bottom: 56px;
    line-height: 52px;
}

.pro_tel_right .hbit_num p {
    display: none;
}

.pro_show_btn {
    margin-top: 15px;
    font-size: 0;
	display: flex;
}
.pro_show_btn button:last-child{background: #e8821e;text-transform: uppercase;}
.pro_show_btn button {
    width: 120px;
    height: 42px;
    border: none;
    background: #333;
	border-radius: 2px;
}

.pro_show_btn button+button {
    margin-left: 12px;
}

.pro_show_btn button.advisory {
    background: #2670be;
}

.pro_show_btn button a {
    font-size: 16px;
    color: #fff;
    display: block;
}
.box_wx{
  float: left;
  margin-left:12px;
  display: block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  color: #fff;
   border-radius: 2px;
	position: relative;
	 font-size: 16px;
	text-align: center;
	 background-color: #07c160;
}
.box_wx img{width: 100%; height: 0;transition: 0.4s ease;position: absolute;top: 40px;left: 0;}
.box_wx:hover img{height: 120px;}
.box_wx:hover{cursor: pointer;}
.feed {
    margin-left: 20px;
}

.psupdown{
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

.psh_box {
    background: #fff;
    padding: 50px 0;
    width: 100% !important;
    font-size: 16px;
}

.psupdown a {
    font-size: 16px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px #eee solid;
}
.pro-xg p{
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
	text-align: center;
}
.pro-xg{padding: 5px; border: 1px #eee solid;margin: 5px;}
.pshangxia {

}

.pcontent_title_h4 {
    display: none;
}

.dgcontent_title_h5 {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.dgcontent_title_h5 h5 strong {
    font-size: 16px;
}

.detail_title {
    margin-top: 30px;
    background: #fff;
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 0;
    padding: 0 !important;
}

.detail_title strong {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    padding-left: 25px;
    background: #2670be url(../image/20200414201555_1579823155.png) no-repeat 35px center;
}

.product_content {
    width: 100% !important;
}

.pro_detail_box {
    background: #fff;
    overflow: hidden;
    border: none !important;
    margin-top: 20px !important;
	margin-bottom: 20px;
}
.pro_detail_rel_hd {
    font-size: 0;
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px #eee solid;
}
.pro_detail_rel_hd2 {
    font-size: 0;
	float: left;
	padding-bottom: 20px;

}

.pro_detail_rel_hd strong {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    padding-left: 36px;
    background: #2670be url(../image/20200414201619_1350883251.png) no-repeat 22px center;
}
.pro_detail_rel_hd2{width: 100%;}
.pro_detail_rel_hd2 strong {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    background: #2670be url(../image/20200414201619_1350883251.png) no-repeat 22px center;
}
.pro_detail_rel_item {
    margin-top: 12px !important;
    padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}

.pro_detail_rel_item>div {
    display: inline-block;
    float: none !important;
    border: 1px solid #eee;
    width: 290px !important;
    padding: 0px !important;
}
.pro_detail_rel_item>div>a>img{
	width: 100%;
}
/*放大镜*/

.propic_le_mag {
    width: 276px;
    height: 276px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 630px;
    z-index: 99;
    display: none;
    border: 1px solid #eee;
}

.propic_le_mag img {
    position: absolute;
}

.propic_img:hover .magnifier {
    display: block !important;
}

.propic_img .magnifier {
    width: 160px;
    height: 160px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    margin-top: 0;
    cursor: inherit;
    z-index: 9;
}

.page-title .left {
    position: relative;
    height: 630px;
    width: 390px;
}

.page-title .en {
    font-size: 30px;
    text-transform: capitalize;
    display: block;
    line-height: 40px;
    padding: 20px 0 0;
}

.page-title .cn {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 30px;
    font-weight: normal;
}

.pic-plus {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.intro-num {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2670be;
    width: 390px;
    height: 142px;
}

.intro-num li {
    display: inline-block;
    text-align: left;
    width: 148px;
    float: left;
    margin-left: 38px;
    padding-top: 8px;
}

.intro-num li p {
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 10px;
}

.intro-num li p i {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
    line-height: 40px;
    padding-bottom: 5px;
    padding-right: 3px;
}

.jianjie_right {
    float: right;
    width: 690px;
    padding: 60px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    height: 500px;
    padding-top: 50px;
}

.tit {
    font-size: 32px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3edf0;
    margin-bottom: 20px;
    color: #2670be;
}

.des {
    line-height: 30px;
    font-size: 16px;
}

.abt_img {
    width: 600px;
    height: 450px;
}

.abt {
    width: 560px;
    line-height: 34px;
    color: #333;
    font-size: 15px;
}

.abt p {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}

.abt .font_en {
    font-size: 18px;
    color: #ccc;
    margin-bottom: 10px;
    display: block;
}

.strength_cc ul li:nth-child(1) {
    background: none;
}

.strength_cc ul li:nth-child(4) {
    width: 300px;
}

.strength_cc li:nth-child(3) b {
    left: 222px;
}

.strength_cc li:nth-child(4) b {
    left: 222px;
}

.strength_cc {
    background: #fff;
    width: 1200px;
    height: 193px;
    box-shadow: 0 0 25px #eee;
    margin: 85px 0px;
}

.counter {
    font-size: 60px;
    font-weight: bold;
    color: #2670be !important;
}

.ngrhjg {
    font-size: 18px;
    color: #2670be !important;
}

.counter {
    font-size: 60px;
    font-weight: bold;
    color: #222;
}

.jdygkdn {
    margin-top: 54px;
}

.jdygkdn p {
    color: #cecece;
    line-height: 36px;
}

.ngrhjgn {
    font-size: 18px;
    color: #666;
}

.bd {
    margin-top: 70px;
}

.jianjie3 td {
    padding-left: 0px !important;
    position: relative;
    float: left;
    margin-top: 30px;
    width: 380px;
    height: 285px;
    margin-right: 16px;
}

.jianjie3 td div {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    width: 380px;
    height: 40px;
    padding: 0 !important;
}

.jianjie3 td div a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.jianjie3 tr {
    display: block;
}

.jianjie3 tr:nth-child(2) {
    margin-top: 30px;
}

.jianjie3_botto img {
    display: block;
    margin: 0 auto;
    padding: 35px 0 60px 0;
}

.jianjie_bt_dz3 {
    padding: 70px 0 45px 0;
}

.jianjie_bt p {
    font-size: 36px !important;
    color: #000 !important;
    text-align: center;
    margin-bottom: 20px;
}

.jianjie_bt span {
    width: 44px;
    height: 5px;
    background: #2670be;
    display: block;
    margin: 0 auto;
}

.jianjie_bt2 p {
    color: #fff !important;
    padding-top: 110px;
}

.jianjie_bt1 {
    padding-top: 96px;
}

.jianjie_bt3 {
    padding: 60px 0 40px 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.profile_info {
    overflow: hidden;
    position: relative;
    float: right;
}

.mCSB_inside>.mCSB_container {
    margin-right: 15%;
}

.profile_des {
    width: 550px;
    line-height: 28px;
}

.profile_des p {
    padding-bottom: 20px;
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.jianjie4 td img {
    border: 1px solid #eee;
}

.jianjie4 td>div a {
    font-size: 16px;
}

.Introduction_Features {
    background: #2670be;
    height: 130px;
    width: 390px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.Introduction_Features span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 33px;
}

.des img {
    width: 220px;
    margin-right: 4px;
    border: 1px solid #eee;
}


/*企业文化*/

.culture {
    margin: 0 auto;
    width: 1200px;
    margin-top: 60px;
}

.culture1 {
    float: left;
    width: 320px;
    padding-top: 20px;
    background: url(../image/20200414180107_925523839.png) 163px 30px no-repeat;
    line-height: 30px;
}

.culture1 span {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    font-weight: normal;
}

.culture1 em {
    display: block;
    font-family: Tw Cen MT;
    font-size: 22px;
    line-height: 50px;
}

.culture2 {
    float: right;
    width: 860px;
}

.culture2 dl {
    width: 185px;
    float: left;
    margin-left: 30px;
}

.culture2 dt {
    width: 185px;
    height: 213px;
    overflow: hidden;
}

.culture2 dt img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.culture2 dl:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.culture2 dd {
    height: 70px;
    padding-top: 20px;
    text-align: center;
    color: #FFF;
    line-height: 24px;
    font-size: 15px;
    background: #2670be;
}


/*企业形象*/

.hyaj_imgt {
    text-align: center;
    height: 100px;
}

.hyaj_imgt p {
    font-size: 34px;
    color: #2f2f2f;
    font-weight: bold;
}

.hyaj_imgt span {
    font-size: 18px;
    line-height: 30px;
    color: #999;
    font-weight: lighter;
}

.hyaj_imgt i {
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 1px;
    background: #ccc;
}

.bz table tr td {
    display: block;
    float: left;
    padding: 0px !important;
    overflow: hidden;
    width: 280px;
    margin-left: 10px;
	margin-right: 10px;
    margin-bottom: 26px;
}


.bz table tr td img {
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    display: block;
    width: 280px;
    height: 200px;
}

.bz table tr td:hover img {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
}

.bz table tr td br {
    display: none;
}

.bz table tr td div {
    line-height: 80px!important;
    height: 80px;
    width: 100%;
    padding: 0px !important;
    background: #eee;
    position: relative;
    z-index: 2;
}

.bz table tr td div a {
    display: block;
    text-align: center;
    line-height: 80px;
    font-size: 18px;
}

.bz table tr td:hover div {
    background: #2670be;
}

.bz table tr td:hover div a {
    color: #fff;
}


/**/

.ncom_t {
    text-align: center;
}

.ncom_t p {
    font-size: 40px;
    color: #333;
    margin-bottom: 10px;
    line-height: 40px;
    font-weight: bold;
}

.custom_wt {
    background: url(../image/20200414213825_719102681.jpg)no-repeat center top;
    width: 1200px;
    height: 340px;
    margin-top: 30px;
}

.custom_w1 {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    width: 700px;
    margin-top: 100px;
    margin-right: 122px;
}


/*定制优势*/

.ncustom_bg1 {
    background: url(../image/20200414213506_1831906703.jpg)no-repeat center;
    width: 100%;
    min-width: 1200px;
    height: 624px;
}

.ncustom_wt {
    margin-top: 44px;
}

.ncustom_wt li {
    display: block;
    float: left;
    width: 383px;
    height: 349px;
    background: #fff;
    text-align: center;
    margin-left: 25px;
}

.ncustom_wt li:nth-child(1) {
    margin-left: 0px;
}

.ncustom_img {
    margin-top: 64px;
}

.ncustom_w1 {
    margin-top: 28px;
}

.ncustom_w1 p {
    font-size: 30px;
    font-weight: bold;
}

.ncustom_w1 p>t {
    color: #2670be;
}

.ncustom_w1 span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}


#demo{width: 1200px;margin: auto; margin-top: -100px;}
    #owl-demo .item{
        margin: 10px;
    }
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
		border:5px solid #eee;
    }
	
	.pro-news-list ul{
		display: flex;
		flex-wrap: wrap;
	}
	.pro-news-list ul li{
		flex:0 25%;
		border-bottom: 1px dashed #eee;
		line-height: 37px;
		text-indent: 20px;
		position: relative;
		    white-space: nowrap;
		    text-overflow: ellipsis;
		    overflow: hidden;
		    word-break: break-all;
	}
	.pro-news-list ul li::after{
		content: '';
		display: block;
		    width: 0;
		    height: 0;
		    border-style: solid;
		    border-width: 4px 0 4px 6px;
		    border-color: transparent transparent transparent #e8831e;
		    position: absolute;
		    top: 15px;
	}
	
	.content-pro{display: flex;}
	.cont-left{flex: 0 0 75%; margin-right: 20px;overflow: hidden;}
	.cont-right{margin-left: 20px;}
	
.pro-xg{float: left;width: 41.5%;}
.pro-xg img{width: 100%;}


#pro-body{margin-top: 20px; margin-bottom: 30px;}
#pro-body img{width:100%!important;height:auto !important;}

.ny_lxbt {
  width: 1200px;
  margin: auto;
  font-weight: bold;
  font-size: 22px;
  color: #2670be;
  margin-top: 30px;
}
.ny_lxbtx {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.ny_lx1 {
  float: left;
  width: 280px;
}
.ny_lxname {
  float: left;
  width: 280px;
  font-weight: bold;
  font-size: 16px;
   
}

.ny_lxdz {
  float: left;
  width: 250px;
  font-size: 13px;
  color: #4a4949;
  line-height: 24px;
  margin-top: 8px;

}
.ny_lxdh {
  float: left;
  width: 280px;
  font-size: 13px;
  color: #4a4949;
  line-height: 26px;
  margin-top: 8px;

}
.ny_lxyx {
  float: left;
  width: 280px;
  font-size: 13px;
  color: #4a4949;
  line-height: 26px;
  margin-top: 8px;

}
.ny_lxyx a {
  color: #4a4949;
}
.ny_lxyx a:hover {
  color: #2670be;
}
.ny_lxwz {
  float: left;
  width: 280px;
  font-size: 13px;
  color: #4a4949;
  line-height: 26px;
  margin-top: 8px;

}
.ny_lxwz a {
  color: #4a4949;
}
.ny_lxwz a:hover {
  color: #2670be;
}
.ny_lxdh2 {
  float: left;
  width: 280px;
  font-size: 13px;
  color: #4a4949;
  line-height: 26px;

}






.ny_ly {
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.ny_lybox {
  float: left;
  width: 580px;
  margin-bottom: 10px;
}
.ny_lybt {
  float: left;
  width: 580px;
  color: #433f3f;
  line-height: 26px;
  margin-bottom: 3px;
  font-size: 13px;
}
.ny_lybt span {
  color: #C70C10;
}
.lytxt {
  float: left;
  width: 580px;
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 36px;
  padding: 4px;
  text-align: left;
  margin: 0 auto;
  outline: medium;
  transition: 0.4s;
  margin-bottom: 12px;
  border-radius: 4px;
  text-indent: 2px;
  color: #888;
}
.lytxt:focus {
  outline: none;
  border: 1px solid #2670be;
}
.tetxt {
  float: left;
  width: 1198px;
  border: 1px solid #dedede;
  font-size: 13px;
  height: 80px;
  padding: 4px;
  text-align: left;
  margin: 0 auto;
  outline: medium;
  transition: 0.4s;
  margin-bottom: 12px;
  border-radius: 4px;
  text-indent: 2px;
  color: #888;
}
.tetxt:focus {
  outline: none;
  border: 1px solid #2670be;
}
.lytj {
  float: left;
  width: 120px;
  display: block;
  padding: 10px;
  background: #2670be;
  color: #fff;
  margin: 10px auto;
  line-height: 22px;
  cursor: pointer;
  border: none;
  transition: 0.4s;
  border-radius: 6px;
  margin-left: 560px;
}
.lytj:hover {
  background-color: #8a0f21;
  transition: 0.4s;
}



.news-item-all{display: flex;justify-content: space-around; border: 1px #eee solid;padding: 10px;}
.news-item{width: 350px; padding: 5px;}

.pic-news {border-bottom: 1px #eee solid;margin-bottom: 10px; padding-bottom: 20px; }
.pic-news a{display: flex;overflow: hidden;}
.news-img{width: 120px;height: 120px;margin-right: 10px;border-radius: 3px; background-position: center;background-repeat: no-repeat;}

.news-tit{width: 220px;}
.news-tit h3{font-size: 16px; margin-top: 10px;   white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}
.news-tit p{ margin-top: 20px; line-height: 24px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.news-list a{display: flex;justify-content: space-between;}
.news-list a h4,.news-list a span{font-size: 14px; font-weight: 100; line-height: 41px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;word-break: break-all;}

.news-list a h4{text-indent: 30px;background: url(../image/newswenzhagn.png) left center no-repeat;}
.cont {
 width: 1200px;
    margin: auto;
}
.kfay {
 width: 1200px;
  float: left;
  height: 225px;
}   
.kfay dt {
    width: 188px;
    float: left;
}
.kfay dt img {
    display: block;
    width: 188px;
    height: 188px;
}
.kfay dd {
    width: 950px;
    float: right;
}
.kfay dd h4 {
    height: 45px;
    padding-top: 22px;
    font: 24px "Microsoft YaHei";
    color: #2670be;
}
.kfay dd h4 i {
    padding-left: 15px;
    text-transform: uppercase;
    font: 16px "Arial";
    color: #999999;
}
.kfay dd p {
    font: 16px "Microsoft YaHei";
        line-height: normal;
    color: #333333;
    line-height: 30px;
    padding-top: 15px;
}
.kfbg {
 width: 1200px;
  float: left;
} 
.cont-table {
    width: 100%;
    margin-top: 30px;
}
.cont-table tbody tr td {
    line-height: 80px;
    border: 1px #eee solid;
    padding-left: 20px;
    font-size: 16px;
}
.cont-table tbody tr td a{
    font-size: 16px;
}
.cont-table tbody tr td .con-icon1 {
    background-image: url(../image/clxr.png);
}
.cont-table tbody tr td .con-icon2 {
    background-image: url(../image/cqq.png);
}
.cont-table tbody tr td .con-icon3 {
    background-image: url(../image/email.png);
}
.cont-table tbody tr td .con-icon4 {
    background-image: url(../image/cadd.png);
}
.cont-table tbody tr td .con-icon {
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-top: 20px;
    background-size: 100%;
}
.cont-table tbody tr td:nth-child(2n) {
    font-weight: bold;
}
.bdtit {
    background: url(../image/bdtp.png)no-repeat center center;
    height: 100px;
    text-align: center;
    clear: both;
    float: left;
    width: 1200px;
    margin-top: 15px;
}
.bdtit span {
    display: block;
    font-size: 24px;
    color: #222;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    padding-top: 25px;
}
.bdtit span em {
    font-style: normal;
    color: #999;
    line-height: 26px;
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
}
.main-sitemap .container{width: 1300px;margin: auto;}
.main-sitemap figure  .mapcpbox-tit{display: flex;}
.main-sitemap figure  .mapcpbox-tit h3 a{line-height: 30px;}
.main-sitemap figure figcaption h1{width: 100%;text-indent: 30px; line-height: 40px;background-color: #175fab}
.main-sitemap figure figcaption h1 a{font-size: 18px;color: #fff;}
.main-sitemap figure h2{width: 100%; margin: 10px 0; text-indent: 30px; line-height: 40px;background-color: #eee;}
.main-sitemap figure h2 a{font-size: 18px;}
.main-sitemap figure h3{width: 200px;padding: 20px 0;}
.main-sitemap figure h3 a{font-size: 18px;font-weight: normal;}

.main-sitemap figure .mapcpbox .mapcplb ul{display: flex; flex-wrap: wrap;}
.main-sitemap figure .mapcpbox .mapcplb ul li{width: 33.33%;padding: 5px 0;}
.search_show_left {
	color: #595959;
	font-size: 14px;
	width: 245px;
	height: 60px;
	background: url(../image/usbxh.png) no-repeat left center;
	float: left;
	margin-left: 40px;
     margin-top: 12px;
}
.search_show_left1 {
	color: #e82a2a;
	font-size: 16px;
	width: 268px;
	float: left;
	text-indent: 110px;
    margin-top: 10px;
    font-weight: bold;
}
.search_show_left2 {
	color: #025bb0;
	font-size: 16px;
	width: 268px;
	float: left;
    text-indent: 110px;
    font-weight: bold;
    
}





