@charset "utf-8";
/*============================ 初始化样式 ============================*/
*
{ margin:0; padding:0; box-sizing: border-box; }
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6,h1, .h1, h2, .h2, h3, .h3{
    margin: 0;
}
p{margin: 0;}
html{
    font-size: 100%;
}
body
{color:#333; font-size:1rem;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;width: 100%;}
*html
{ background-image:url(about:blank);background-attachment:fixed;}
html, body {
    margin: 0 auto;
    overflow-x: hidden;
}
html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}
li
{ list-style:none;}
img
{ border:none;}
body a img
{ border:none;}
/*a:hover img
{opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; }
*/
a
{ color: #333; text-decoration:none; blr:expression(this.onFocus=this.blur());cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;}
a:focus
{ outline:none;}
a:link
{ text-decoration:none;}
a:hover
{ text-decoration:none; }
.clear:after
{content:''; display:block; clear:both; }
.clear
{ height:0px; clear:both; }
.text-cut  /*限制文字,文字超出显示冒号*/
{ overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
.t_center
{ text-align:center;}

.space10 { height:10px; clear:both; }
.space15 { height:15px; clear:both; }
.space20 { height:20px; clear:both; }
.space25 { height:25px; clear:both; }
.space30 { height:30px; clear:both; }

/*效果*/
.trans1
{ transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.trans2
{ transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}


/*图片放大*/
.fdapic
{ overflow:hidden;}
.fdapic img
{
    -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 2s ease;
    -moz-transition:all 2s ease; -o-transition:all 2s ease;transition:all 2s ease;}
.fdapic:hover img
{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

/*按钮样式*/
.yu_a0
{ display:inline-block;  text-align:center; transition:all 0.4s ease;-moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; }

/*图片放大*/
.ypicA
{ position:relative;}
.ypic img
{ transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out;}
.ypic:hover img
{ -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}

.yuzz
{ width: 100%; height: 100%; background: rgba(0, 0, 0, 0); position: absolute; left: 0; top: 0; opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}
.yuzz .yuzz1
{ display: block; width: 38px;  height: 38px; text-align: center; font-size: 22px; line-height: 38px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; position: absolute;  left: 50%;  top: 50%; margin-left: -21px; margin-top: -21px;
}
.yuzz .yuzz2
{ display: block; width: 38px; height: 38px; background-image: url(../img/yp1.png); background-repeat: no-repeat;    background-position: center center; }

.ypic:hover .yuzz
{ opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

/*============================ 公共部分 ============================*/

/* 文章类别上下页 */
.wzfanye
{ width:100%; overflow:hidden; margin:40px auto;  color:#666;}
.wzfanyeA
{ width:50%; float:left;}
.wzfanyeB
{ width:50%; float:left; text-align:right;}
.wzfanye span
{ color:#666;}
.wzfanye a
{ line-height:16px; font-size:14px; color:#333;  margin-right:5px; padding:5px 6px; display: inline-block; }

/* 文章类别上下页 */
.page
{ overflow:hidden; margin-bottom:40px;}
.pagelink
{ padding:5px 20px 5px 0; font-size:12px; line-height:22px; text-align:center;}
.pagelink span,.pagelink a
{ display:inline-block; line-height:30px; height:30px; text-align:center; padding-right:20px; padding-left:20px; background:#f2f2f2; color:#666;}
.pagelink a:hover,.pagelink a.on
{ background:#2d3f7f; color:#fff;}


/*用于手机屏幕，大于480px小于640px
@media (min-width: 480px) and (max-width: 640px) {}*/

/* 数字上下页 */
.page_fanye
{ width:100%; height:auto; text-align:center; padding:30px 0 40px; margin:0 auto; overflow:hidden; clear:both;}
.page_fanye a
{ line-height:16px; font-size:14px; text-indent:0px; color: #333;  margin-right: 5px; padding:4px 12px; background:#efefef;  border:1px solid #dedddd;  display: inline-block; }
.page_fanye span
{  height:24px; line-height:20px;  padding:0 10px 0 5px; display: inline-block;}
.page_fanye span input
{ width:30px; height:20px;}
.page_fanye a.page_home,.page_fanye a.page_home:hover,.page_fanye a.page_end,.page_fanye a.page_end:hover
{ width:60px;  color:#666666; }
.page_fanye .onpage,.page_fanye a:hover
{ color: #fff; background:#2d3f7f; }

input, select, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: 0;
    outline: none;
    font-family: Arial, "Microsoft YaHei", 'siyuan-regular', "Helvetica Neue";
}

/*=========================公共============================*/

.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.mainbox{
    max-width:1250px;
    margin: 0 auto;
}
.claer{
    clear: both;
}
/*==========================header===========================*/
.home_wrapper {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.all_header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.container {
    width: 1250px;
    margin: 0 auto;
    padding: 0;
}
.all_header .logo {
    width: 500px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_header .logo img {
    /*width: 100%;*/
    display: block;
    height:60px;
}
.all_header .navigation {
    width: 600px;
    height: 100%;
    z-index: 1;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_header .navigation ul.first_nav {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_header .navigation ul.first_nav li {
    width: 14.28%;
    height: 100%;
    float: left;
    z-index: 101;
}
.all_header .navigation ul.first_nav li a {
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    line-height: 90px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.all_header .navigation ul.first_nav li {
    width: 20%;
    height: 100%;
    float: left;
    z-index: 101;
    text-align: center;
}
.all_header .navigation ul.first_nav li.active a{
    color: #dead12;
}
.all_header .navigation ul.first_nav li a:after{
    content:"";
    display: block;
    width: 0%;
    height: 3px;
    position: relative;
    background-color: #dead12;
    top:-4px;
}
.all_header .navigation ul.first_nav li.active a:after{
    width: 100%;
}
.all_header.scroll_header {
    background-color: rgba(0, 0, 0, 0.85);
    height: 75px;
}
.all_header.scroll_header .logo {
    width: 450px;
    height: 52px;
    margin-top: 10px;
}
.all_header.scroll_header .navigation {
    height: 75px;
}
.all_header.scroll_header .navigation ul.first_nav {
    height: 100%;
    overflow: inherit;
}
.all_header.scroll_header .navigation ul.first_nav li {
    height: 75px;
    text-align: center;
}
.all_header.scroll_header .navigation ul.first_nav li a {
    line-height: 75px;
}
.all_header .navigation ul.first_nav li:hover a:after{
    width: 100%;
    transition: all 0.2s linear;
}
.all_header .navigation ul.first_nav li:hover a{
    color: #dead12;
}


@keyframes login_line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes login_line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@-webkit-keyframes myfadeOutMove {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/*==banner==*/
.banner
{ width:100%; height:759px; background:#f8f8f8; overflow:hidden; position:relative;}
.banner ul li
{width:100%; height:100%; overflow:hidden;  position:absolute; left:0px; top:0px;bottom:0;right:0;margin: auto;}
.banner ul li a
{ height:100%; display:block;}


.banner .hd
{ width:100%; height:14px; text-align:center; position:absolute; bottom:30px; z-index:100;}
.banner .hd span
{ width:12px; height:12px; display:inline-block; margin:2px 4px; text-indent: -999px; cursor: pointer; background:rgba(255,255,255,0.6); border-radius:50%; overflow:hidden; transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.banner .hd .on
{ background-color:#fff;}

.banner ul li:after{
    content: "";
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    animation: login_line 4s linear 1;
    -webkit-animation: login_line 4s linear 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}
.banner li{
    position: relative;
}
.banner li a,.banner li img.slider_img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 10s ease;
}
.banner li.active img.slider_img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.banner li .text_box{
    width: 1250px;
    height: auto;
    position: relative;
    top:-65%;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
}
.banner li .text_box img{
    position: relative;
    display: block;
    margin: 0 auto;
    top:40%;
    left:45%;
    margin-left: -341px;
}

.banner li .text_box img{
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}
.banner li.active .text_box img{
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    opacity: 1!important;
    visibility: visible!important;
}
.tit_1 {
    width: 100%;
    text-align: center;
}
.tit_1 .bian {
    width: 100%;
    height: 72px;
    background: url("../img/bian_2.jpg") no-repeat center top;
}
.tit_1 h3 {
    width: 100%;
    float: left;
    font-size: 36px;
    color: #d09e00;
    line-height: 46px;
    font-weight: bold;
}
.tit_1 h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    font-family: "Arial";
    letter-spacing: 2px;
    text-transform: capitalize;
}
.item{
    padding: 50px 0;
}
.item .itbox {
    width: 50%;
    float: right;
    height: 540px;
    margin-top: 32px;
}
.item .itbox .slide_pic_1 {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}
.item .itbox.first {
    margin-top: 72px;
    float: left;
}
.item .itbox .text {
    width: 100%;
    height: 100%;
    background: #d09e00;
    padding: 75px 80px 20px 80px;
    float: left;
}
.item .itbox .text h3 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 26px;
    color: white;
    line-height: 36px;
}
.item .itbox .text .p {
    width: 100%;
    float: left;
    margin-top: 19px;
    font-size: 16px;
    color: white;
    line-height: 26px;
}
.item .itbox .text .btn {
    width: 100%;
    float: left;
    margin-top: 48px;
    text-align: center;
}
.item .itbox .text .btn a {
    display: inline-block;
    width: 205px;
    height: 54px;
    border: solid 1px white;
    line-height: 52px;
    color: white;
    font-size: 16px;
}
.news_ul li{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-top: 10px;
}
.news_ul li .zbox {
    width: 100%;
    float: left;
}
.news_ul li .zbox .img {
    width: 100%;
    float: left;
    height: 278px;
    position: relative;
    overflow: hidden;
}
.newsbg{
    background: url("../img/news_bg.png") no-repeat;
}
.newsbg .tit_1 p{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.news_ul{
    margin-top: 35px;
}
.news_ul li .zbox .img img {
    width: 389px;
    height: 278px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -139px 0 0 -195px;
    max-width: none;
    transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -o-transition: width all 1s linear;
}
.news_ul li .zbox:hover .img img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);}
.news_ul li .zbox .text {
    width: 100%;
    background: #474747;
    height: 278px;
    padding: 28px 15px 48px 15px;
    position: relative;
    float: left;
    overflow: hidden;
}
.news_ul li .zbox .text .title {
    width: 100%;
    float: left;
    padding-bottom: 5px;
    background: url(../img/bian_3.png) no-repeat center bottom;
    text-align: center;
}
.elli {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_ul  li .zbox .text .title h4 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: white;
    line-height: 42px;
}
.news_ul  li .zbox .text .title h5 {
    width: 100%;
    margin-top: 6px;
    float: left;
    font-size: 14px;
    color: white;
    line-height: 23px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.news_ul  li .zbox .text .p {
    width: 100%;
    float: left;
    margin-top: 21px;
    font-size: 14px;
    color: white;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: center;
}


.news_ul  li .zbox .text .more {
    display: block;
    width: 100%;
    height: 48px;
    background: #d09e00 url(../img/btn07.png) no-repeat right center;
    padding-left: 20px;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-family: "Arial";
    position: absolute;
    left: 0;
    bottom: -48px;
    line-height: 48px;
}
.news_ul li .zbox:hover .text .more{ bottom:0;}



/*==============================ABOUT=================================*/
.part{width: 100%;position: relative;}
.abtop{width: 100%;position: relative}
.bannertxt{position: relative;line-height:0px;left:0;right: 0;top:-200px;bottom:0;margin: auto;}
.bannertxt span{display: block;position: relative;bottom: -70%;}
.bannertxt span.en{font-size: 65px;font-family: Arial;font-weight: bold;color: rgba(255,255,255,0.3);

    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;

}
.bannertxt span.zh{font-size: 38px;font-weight: bold;color:#fff;position: relative;bottom:-25px;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -ms-transform: translateY(60px);
    -o-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.aini span.en,.aini span.zh{
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    opacity: 1!important;
    visibility: visible!important;
    /* text-align: center; */
}

.abnav{
    padding: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.3);
}
.abul{
    width: 1250px;
    margin: 0 auto;
}
.abul li{
    float: left;
    padding: 0 30px;
}
.abul li a{
    color: #fff;
}

.abul li.active,.abul li:hover{
    background: url("../img/nav_bg.png") no-repeat right center;
    background-color: #eed8bc;
}
.abbg li:nth-child(2).active,.abbg li:nth-child(2):hover{
    background: url("../img/abbg1.png") no-repeat right center;
    background-color: #eed8bc;
}
.abbg li:nth-child(3).active,.abbg li:nth-child(3):hover{
    background: url("../img/abbg2.png") no-repeat right center;
    background-color: #eed8bc;
}
.abbg li:nth-child(4).active,.abbg li:nth-child(4):hover{
    background: url("../img/abbg3.png") no-repeat right center;
    background-color: #eed8bc;
}
.abbg li:nth-child(5).active,.abbg li:nth-child(5):hover{
    background: url("../img/abbg4.png") no-repeat right center;
    background-color: #eed8bc;
}
.pronul li:nth-child(1).active,.pronul li:nth-child(1):hover{
    background: url("../img/probg1.png") no-repeat right center;
    background-color: #eed8bc;
}
.newnul li:nth-child(1).active,.newnul li:nth-child(1):hover,.newnul li:nth-child(3).active,.newnul li:nth-child(3):hover{
    background: url("../img/newnbg1.png") no-repeat right center;
    background-color: #eed8bc;
}
.newnul li:nth-child(2).active,.newnul li:nth-child(2):hover,.newnul li:nth-child(4).active,.newnul li:nth-child(4):hover{
    background: url("../img/newnbg2.png") no-repeat right center;
    background-color: #eed8bc;
}
.conbg li:nth-child(1).active,.conbg li:nth-child(1):hover {
    background: url("../img/conbg1.png") no-repeat right center;
    background-color: #eed8bc;
}
.abul li.active a,.abul li:hover a{
    color: #000;
}
.aboutbgA{
    background-color: #f6f6f6;
}
.aboutbgA .abus{
    background-color: #f6f6f6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.aboutbgA .abus .com_l{
    width: 280px;
    background-color: #f6f6f6;
    margin-top: 20px;
}
.aboutbgA .abus .com_r{
    width: 100%;
    background-color: #f6f6f6;
    margin: 20px 0;
    /*padding: 60px 40px;*/
}
.aboutbgA .abus .com_l h3{
    font-size: 30px;
    color: #4b4b4b;
    text-align: left;
    margin: 37px 0;
}
.aboutbgA .abus .com_l .abul{
    width: 100%;
}
.aboutbgA .abus .com_l .abul li{
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-bottom: 1px solid #eee;
    /*background:url("../img/r_row.png") no-repeat 80px center;*/
}
.aboutbgA .abus .com_l .abul li a{
    font-size: 16px;
    color: #333;
}
.aboutbgA .abus .com_l .abul li a:before{
    content:"";
    display: inline-block;
    width: 10px;
    height: 10px;
    background:url("../img/r_row.png") no-repeat center center;
    position: relative;
    left:-10px;
}
.aboutbgA .abus .com_l .abul li:hover{
    cursor: pointer;
}
.aboutbgA .abus .com_l .abul li.active,.aboutbgA .abus .com_l .abul li:hover{
    background: unset;
    /*background-color: #0857a9;*/
    background: linear-gradient(to right,#0452a4,#2373c8);

}
.aboutbgA .abus .com_l .abul li.active a,.aboutbgA .abus .com_l .abul li:hover a{
    color: #fff;
}
.aboutbgA .abus .com_l .abul li.active a:before,.aboutbgA .abus .com_l .abul li:hover a:before{
    display: none;
}

.aboutbgA .abus .com_r .th{
    border-bottom: 1px solid #f0f0f0;
}
.aboutbgA .abus .com_r .th .fl,.aboutbgA .abus .fr .th .fr{
    padding-bottom: 20px;
}
.aboutbgA .abus .com_r .th  .fl{
    font-size: 20px;
    color:#333;
    font-weight: bold;
    background-color: #f6f6f6;
    margin-top: 0;
}
.aboutbgA .abus .com_r .th  .fr{
    width: calc(100% - 280px);
    padding: 0;
    text-align: right;
    font-size: 14px;
    color: #999999;
    margin-top: 0;
}
.aboutbgA .abus .com_r .th  .fr a{
    font-size: 14px;
    color: #999999;
}
.aboutbgA .abus .com_r .ab_con{
    padding-top: 35px;
}
.aboutbgA .abus .com_r .ab_con .fl{
    width: 51%;
    float: left;
    padding: 0 20px;
}
.aboutbgA .abus .com_r .ab_con .fr{
    width: 45%;
    float: right;
}
.aboutbgA .abus .com_r .ab_con p{
    line-height: 28px;
}
.aboutbgA .abus .com_r .ab_con img{
    margin: 0 15px;
}
.aboutbgA .abus .com_r .jzl{
    margin-top: 20px;
}
.aboutbgA .abus .com_r .jzl li{
    width: 49%;
    float: left;
    padding:10px 0;
    border-bottom:1px dashed #f0f0f0;
    /* margin-right: 2%; */
}
.aboutbgA .abus .com_r .jzl li:nth-child(2){
    margin-right: 0%;
}
.aboutbgA .abus .com_r .jzl li:hover a{
    color: #0857a9;
}

/*产品*/
.aboutbgA .probox .com_l{
    background-color: #fff;
    padding: 32px;
}
.aboutbgA .probox .com_l h3{
    margin: 0 0 20px 0;
    color: #cfa029;
    font-weight: normal;
}
.aboutbgA .probox .com_l .proul li{
    line-height: 40px;
    text-align: center;
    padding-right: 40px;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-bottom: 8px;
    position: relative;
}
.aboutbgA .probox .com_l .proul li a{
    font-size: 16px;
    color: #000;
}
.aboutbgA .probox .com_l .proul li span{
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top:0px;
    background-color: #cfa029;
    text-align: center;
}
.aboutbgA .probox .com_l .proul li span img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    transform: rotate(0deg);
    transition: all 0.1s;
}
.aboutbgA .probox .com_l .proul li.active span img{
    transform: rotate(90deg);
    transition: all 0.1s;
}
.aboutbgA .probox .com_l .proul li.active{
    height: auto;
    background-color: #c1a989;
    transition: all 0.45s linear;
}

.aboutbgA .probox .com_l .proul .spro{
    width: calc(100% + 40px);
    background-color: #f7f7f7;
    height: 0px;
    transition: all 0.1s linear;
}
.aboutbgA .probox .com_l .proul .spro a{
    color: #cfa029;
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
}
.aboutbgA .probox .com_l .proul .spro a:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #cfa029;
    position: relative;
    top:-2px;
    left:-3px;
}
.aboutbgA .probox .com_l .proul .spro a.active:before{
    background-color: #fff;
}
.aboutbgA .probox .com_l .proul .spro a:hover,.aboutbgA .probox .com_l .proul .spro a.active{
    background-color: #dab65a;
    color: #fff;
}

.aboutbgA .probox .com_l .proul .spro a:hover:before{
    background-color: #fff;
}
.aboutbgA .probox .com_l .proul li.active .spro{
    height: 100%;
    transition: all 0.45s linear;
}
.aboutbgA .probox .com_r{
    width: calc(100% - 290px);
    background-color: #fff;
    padding: 32px 20px;
}
.checkform {
    margin-top: 25px;
    padding-left: 80px;
}
.checkform #psd{
    border: 1px solid #0f0f0f;
    border-radius: 3px;
    padding: 3px 7px;
}
.checkform #submit{
    padding: 4px 10px;
    background-color: #fff;
    border:1px solid #0f0f0f;
    border-radius: 3px;
    font-size: 14px;
}
.checkform #submit:hover{
    cursor: pointer;
    background-color: #cfa029;
    color: #fff;
    border:1px solid #cfa029;
}

/*新闻列表*/
.aboutbgA .abus .com_r .new_con{
    padding-top: 0;
}
.ab_con .new_ul li{
    border-bottom: 1px dashed #dedede;
    padding: 34px 40px 33px 30px;
    background-color: #fff;
}
.ab_con .new_ul li .a_t  .a_time{
    width: 90px;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-top: 50px;
}
.ab_con .new_ul li .a_t  .a_time span{
    display: block;
}
.ab_con .new_ul li .a_t  .a_time span:nth-child(1){
    font-size: 30px;
    font-family: Arial;
}
.ab_con .new_ul li .a_t  .a_time span:nth-child(2){
    font-size: 14px;
    font-family: Arial;
}
.ab_con .new_ul li .a_t  .a_img{
    width: 230px;
    margin-left: 30px;
    float: left;
}
.ab_con .new_ul li .a_t  .a_img div{
    width: 100%;
    overflow: hidden;
}
.ab_con .new_ul li .a_t  .a_img .pic_a img{
    width: 100%;
    margin: 0;
    -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 2s ease;
    -moz-transition:all 2s ease; -o-transition:all 2s ease;transition:all 2s ease;
}
.ab_con .new_ul li .a_t  .a_info{
    width: calc(100% - 380px);
    float: right;
}
.ab_con .new_ul li .a_t  .a_info span{
    display: block;
}
.ab_con .new_ul li .a_t  .a_info span:nth-child(1){
    font-size: 18px;
    margin-top: 35px;
}
.ab_con .new_ul li .a_t  .a_info span:nth-child(2){
    font-size: 14px;
    margin-top: 15px;
}
.ab_con .new_ul li:hover .a_time span,.ab_con .new_ul li:hover .a_info span:nth-child(1){
    color: #dead12;
}
.ab_con .new_ul li:hover .a_info span:nth-child(2){
    color: #333;
}
.ab_con .new_ul li:hover .a_img  .pic_a img{
    -webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);
}
    /*新闻内容页*/

.aboutbgA .abus .com_r .new_content .ar_title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.aboutbgA .abus .com_r .new_content .ar_time{
    text-align: center;
    color: #999;
    font-size: 12px;
    margin: 10px 0;
}
.aboutbgA .abus .com_r .new_content .ar_content {
    padding: 20px 0;
    line-height: 24px;
}
.aboutbgA .abus .com_r .new_content img{
    max-width: 100%;
}
.aboutbgA .abus .com_r .npbox{
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
}
.aboutbgA .abus .com_r .npbox div{
    margin-bottom: 5px;
}
.aboutbgA .abus .com_r .npbox,.aboutbgA .abus .com_r .npbox a{
    color: #999;
}


/*产品与服务*/
.aboutbgA .abus .com_r .pro_con img{
    margin: 0;
}
.aboutbgA .abus .com_r .pro_con p{
    text-indent: unset;
}
.pro_ul li{
    /*width: 32%;*/
    /*margin-right: 2%;*/
    width: 285px;
    margin-right: 25px;
    float: left;
}
/*.pro_ul li:nth-child(3n){*/
/*margin-right: 0%;*/
/*}*/
.pro_ul li .pic p{
    width: 100%;
    height: 233px;
    overflow: hidden;
}
.pro_ul li .pic img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform:scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.8s;
    -webkit-transitoin: all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition: all 0.8s;
}
.pro_ul li .txt{
    padding: 8px;
}
.pro_ul li .txt .title{
    font-size: 16px;
    color: #0e050a;
}
.pro_ul li .txt .des{
    font-size: 14px;
    color: #444444;
    margin: 5px 0;
    height: 40px;
    overflow: hidden;
}
.pro_ul li .a_view{
    display: block;
    font-size: 13px;
    color: #0553a5;
    padding-left: 20px;
    padding-bottom: 5px;
}
.pro_ul li .a_view:before{
    content:"";
    display: inline-block;
    width: 10px;
    height: 10px;
    background:url("../img/r_row.png") no-repeat center center;
    position: relative;
    left:-10px;
}
.pro_ul li:hover{
    cursor: pointer;
    background-color: #0553a5;
}
.pro_ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform:scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.8s;
    -webkit-transitoin: all 0.8s;
    -ms-transition:all 0.8s;
    -o-transition: all 0.8s;
}
.pro_ul li:hover .txt .title,.pro_ul li:hover .txt .des{
    color: #fff;
}
.pro_ul li:hover  .a_view{
    color: #fff;
}


.formname{
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-left: 17px;
    background-color: #fbfbfb;
    margin-top: 30px;
    border: 1px solid #eee;
}
.joinform{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
}
.joinform .text{
    width: 100%;
    margin-top: 15px;
    border:1px solid #eee;
    padding: 10px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.joinform #title{
    background: url("../img/ask_bg.png") no-repeat 98% center;
    background-size: 20px 20px;
}
.joinform #phone{
    background: url("../img/tel_bg.png") no-repeat 98% center;
    background-size: 20px 20px;
}
.joinform .sub{
    margin-top: 15px;
    margin-bottom: 15px;
}
.joinform .code{
    border:1px solid #eee;
    padding: 10px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.codetxt:hover{
    cursor: pointer;
}
.joinform .submit{
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: linear-gradient(to right,#0452a4,#2373c8);
    border-radius: 6px;
    float: right;
    margin-top: 15px;
}

.new_con .title2{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
}
.new_con .title2:before{
    content:"";
    display: inline-block;
    width: 4px;
    height: 20px;
    background: linear-gradient(to right,#0452a4,#2373c8);
    vertical-align: middle;
    position:relative;
    left:-10px;
}
.jy_list .qabox{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    display: none;
}

.jy_list .qabox  .question{
    background: url("../img/q.png") no-repeat left center;
    padding-left: 25px;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: bold;
}
.jy_list .qabox  .answer{
    background: url("../img/a.png") no-repeat left 5px;
    padding-left: 25px;
    margin-top: 10px;
}
.aboutbgA .abus .com_r .answer p{
    text-indent: 0em;
    font-size: 14px;
    line-height: 26px;
}

.loadmore{
    text-align: center;
    background-color: #f0f3f5;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.45s;
}
.loadmore:hover{
    cursor: pointer;
    background-color: #0452a4;
    color: #fff;
    transition: all 0.45s;
}
.jy_list .mshow{display: block;}
.jy_list .mhidden{display: none;}




.nodata{
    margin: 20px 0;
}

.pro_list_title{
    color: #d1a029;
    margin-bottom: 20px;
}
table,table tr th, table tr td { border:1px solid #f6f6f6; }
table tr th, table tr td{padding: 3px;}
.pro_head{
    background-color: #dab65a;
}
.pro_head th,.pro_head td{
    color: #fff;
}
.pro_s{
    background-color: #ffebb6;
}
.pro_d{
    background-color: #fdf5e1;
}

.pro_other{
    display: none;
}


.online-service {
    position: fixed;
    width: 60px;
    bottom: 40%;
    right: 10px;
    z-index: 999;}
.online-service ul{
    padding-left: 0;
}
.online-service li {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 1px;}

.online-service li .way {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #6da9de;
    z-index: 10;
    font-size: 12px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    color: #fff;
}
.online-service li.on_wx .way{
    background-color: #58a81c;
}

.online-service li .way span{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 3px;
    color: #fff;
}
.online-service li .way .icon {
    display: inline-block;
    margin: 10px 0px 0px 2px;
}
.contact-icon5 {
    background: url(../img/qq.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 30px;

}
.online-service li .way .icon.contact-icon5{
    margin: 0;
    margin-top: 5px;
}


.contact-icon3 {
    background: url(../img/wx.png) no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
}
.online-service li .way .contact-icon3{
    margin-top: 6px;
}


.online-service .on_wx .on_ewm {
    display: block;
    *display: none;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    right: 61px;
    opacity: 0;
    z-index: 3;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;}
.online-service .on_wx:hover .on_ewm{
    *display: block;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    /*white-space: nowrap;*/
}

.online-service .on_wx .on_ewm img {
    display: block;
    width: 102px;
    height: 102px;
    border: 1px solid #ccc;
}


.online-service .on_wx .on_ewm .arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 5px;
    border-left: 5px solid #ccc;
    top: 50%;
    margin-top: -5px;
    right: -10px;}

.online-service .on_phone .on_content {
    display: block;
    *display: none;
    position: absolute;
    width: 0px;
    height: 42px;
    padding: 0 41px 0 20px;
    top: 0;
    right: 0px;
    border-radius: 21px;
    opacity: 0;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    background-color: #333;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;}

.online-service li:hover .on_content{
    *display: block;
    width: 200px;
    opacity: 1;
}
.online-service .on_phone .on_content span:last-child {
    padding-left: 10px;}

.online-service li .way .icon.arrow-top {
    margin-top: 12px;}

.mnavs,.mbnavs{
    display: none;
}

    /*分页*/
.mypage{padding: 20px 0;text-align: center;}
.mypage .pageinfo ,.mypage .homepage,.mypage .endpage{display: none;}
.mypage a{margin: 0rem;color: #333;padding: 6px 12px;border: 1px solid #ddd;}
.mypage li a{color: #333;}
.mypage a.curpage{color: #fff;background: #dead12;}



/*contact*/
.contA{
    background-color: #fff;
}
.contA .cal{
    width: 747px;
}
.contA .car{
    width: 465px;
    background-color: #ebebeb;
    height: 490px;
    margin: 40px 0px;
    padding: 40px 30px;
}
.contA .cal #dituContent{
    width: 100%;
    height: 490px;
    margin-top: 40px;
}
.contA .car .cname{
    font-size: 24px;
    color: #d09e00;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 1px dashed #828281;
}
.contA .car .c_box span{
    display: block;
    font-size: 15px;
    color: #565554;
    line-height: 28px;
}
.contA .car .c_box span.gn{
    font-size: 16px;
    font-weight: bold;
    color: #565554;
    margin: 20px 0;
}
.contA .car .qrbox{
    margin: 50px 0;
}
.contA .car .qrbox p{
    width: 89px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #565554;
    margin-top: 5px;
}

.contA .gs_part{
    margin-top: 40px;
}
.contA .gs_part .gs_p .gs_ph .gs_p_num{
    display: inline-block;
    width: 79px;
    height: 33px;
    line-height: 33px;
    background: url("../img/num_bg.png") no-repeat 100% 100%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-left: 14px;
    float: left;
}
.contA .gs_part .gs_p .gs_ph h4{
    display: inline-block;
    width: calc(100% - 79px);
    float: left;
    height: 33px;
    line-height: 33px;
    padding-left: 15px;
}
.contA .gs_part .gs_p .gs_pb{
    padding: 20px;
}
.contA .gs_part .gs_p .gs_pb .cl,.contA .gs_part .gs_p .gs_pb .cr{
    width: 49%;
    background-color: #f9f9f9;
    padding: 25px;

}
.contA .gs_part .gs_p .gs_pb .cl h3,.contA .gs_part .gs_p .gs_pb .cr h3{
    font-size: 18px;
    color: #363636;
    padding: 15px 0;
    border-bottom: 1px dashed #828281;
}
.contA .gs_part .gs_p .gs_pb .addr_info{
    margin: 15px 0;
}
.contA .gs_part .gs_p .gs_pb .addr_info span{
    display: block;
    font-size: 15px;
    color: #363636;
    line-height: 28px;
}
.contA .gs_part .gs_p .gs_pb .gs_imgbox img{
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

/*=============================footer======================================*/
.footer {
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
    background: #2a2a2a;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #fff;
    padding: 30px 0;
}
.footer  a{color:#fff;}
.footer .container{
    width: 100%;
    box-sizing: border-box;
    background: #2a2a2a;
}

.footer .container p{
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    width: 100%;
    box-sizing: border-box;
}
.footer .container p a,.footer .container p span{
    display: inline-block;
    margin-right: 8px;
}

@media screen and (max-width: 1250px) {
    .container{
        width: 100%;
    }
    .all_header .logo{
        width: 50%;
    }
    .all_header .navigation{
        width: 48%;
    }
    .item .itbox{
        height: auto;
    }
    .abul{
        width: 95%;
    }
    .txt_img{
        width: 40%;
    }
    .bannertxt{
        left:5%;
    }
    .aboutbgA .abus .com_l{
        width: 25%;
    }
    .aboutbgA .probox .com_r{
        width: 74%;
    }
    .aboutbgA .abus .com_r{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contA .car,.contA .cal{
        width: 49%;
    }
}
@media screen and (max-width: 993px) {
    .all_header .logo, .all_header.scroll_header .logo{
        width: 40%;
    }
    .all_header .navigation{
        width: 58%;
    }
    .txt_img{
        width: 25%;
    }
    .tit_1 h3{
        font-size: 30px;
    }
    .tit_1 .bian{
        height: 30px;
    }
    .item .itbox .text h3{
        font-size: 22px;
    }
    .contA .car,.contA .cal #dituContent{
        height: 350px;
    }
    .item .itbox .text .p,.item .itbox .text .btn{
        margin-top: 2px;
    }
    .item .itbox .text .btn a{
        height: 33px;
        line-height: 33px;
        font-size: 14px;
    }
    .aboutbgA .abus .com_l h3{
        font-size: 25px;
    }
    .aboutbgA .abus .com_l{
        width: 34%;
        padding: 15px;
    }
    .aboutbgA .probox .com_r{
        width: 65%;
        padding: 15px 10px;
    }
    .aboutbgA .probox .com_r h3{
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .all_header .navigation{
        display: none;
    }
    .mnavs,.all_header .navigation ul.first_nav{
        display: none;
    }
    .container{
        position: relative;
    }
    .mnavs,.mbnavs{
        display: block;
    }
    .all_header .mbnavs{
        width: 3rem;
        height: 4rem;
        /*position: absolute;*/
        /*right: 0px;*/
        float: right;
        z-index: 9993;
        overflow: hidden;
        transition: unset;
    }
    .all_header .mbnavs .mnavs{
        width: 2rem;
        height: 3rem;
        margin-top: 1.75rem;
        margin-right: 1rem;
        position: relative;
        z-index: 9993;
        transition: all 0.45s;
    }
    .scroll_header .mbnavs .mnavs{
        margin-top: 1rem;
        transition: all 0.45s;
    }
    .all_header .mbnavs .mnavs span{
        display: block;
        width: 100%;
        height: 3px;
        background-color: #fff;
        margin-top: 0.5rem;
    }
    .all_header .mbnavs .mnavs span:nth-child(2){
        display: block;
        transition: all 0.5s;
    }
    .all_header .mbnavs .mnavs span:nth-child(1){
        transform: rotate(0deg);
        transition: all 0.5s;
    }
    .all_header .mbnavs .mnavs span:nth-child(3){
        margin-top: 0.5rem;
        transform: rotate(0deg);
        transition: all 0.5s;
    }
    .all_header .mbnavs .opMenu span:nth-child(2){
        display: none;
    }
    .all_header .mbnavs .opMenu span:nth-child(1){
        transform: rotate(45deg);
        transition: all 0.5s;
    }
    .all_header .mbnavs .opMenu span:nth-child(3){
        margin-top: -3px;
        transform: rotate(-45deg);
        transition: all 0.5s;
    }
    .all_header .mbnavs ul.fnav{
        position: absolute;
        width: 50%;
        left: 100%;
        top: 0;
        overflow: unset;
        background-color: rgba(0,0,0,0.8);
        opacity: 0;
        visibility: hidden;
        z-index: -50;
        transition: all 0.45s;
    }
    .all_header .mbnavs ul.fnav li{
        display: block;
        width: 100%;
        text-align: center;
        float: unset;
        height: 50px;

    }
    .all_header.scroll_header .navigation ul.fnav li{
        height: 50px;
    }
    .all_header.scroll_header .navigation ul.fnav li a{
        line-height: 50px;
    }
    .all_header .mmenu ul.fnav li a{
        display: block;
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 50px;
    }
    .all_header .mmenu ul.fnav li.active a{
        color: #dead12;
    }
    .all_header .mmenu ul.openMenu{
        left: 50%;
        opacity: 1;
        visibility: visible;
        z-index: 9991;
        padding-top: 65px;
        transition: all 0.45s;
    }
    .txt_img{
        width: 15%;
    }
    .banner li .text_box img{
        left:35%;
    }

    .item{
        padding: 20px 25px;
    }
    .item .itbox{
        width: 100%;
        display: none;
    }
    .item .itbox.first{
        display: block;
        margin-top: 15px;
    }
    .item .itbox .text{
        padding: 15px;
    }
    .item .itbox .text .p, .item .itbox .text .btn{
        margin-top: 8px;
    }
    .abnav{
        height: 45px;
        position: absolute;
    }
    .newsbg {
        background: url(../img/news_bg.png) repeat-y;
    }
    .news_ul li{
        width: 100%;
        margin-bottom: 15px;
    }

    .news_ul li .zbox .img img{
        width: 100%;
        height: auto;
        position: unset;
        margin: 0;
    }
    .aboutbgA .abus .com_r .ab_con .fl,.aboutbgA .abus .com_r .ab_con .fr{
        width: 100%;
    }
    .aboutbgA .abus .com_r{
        margin: 0;
    }
    .aboutbgA .abus .com_r .ab_con{
        padding-top: 20px;
    }
    .aboutbgA .abus .com_r .ab_con .fl{
        margin-bottom: 15px;
        padding: 0;
    }
    .aboutbgA .abus .com_r .ab_con .fr img{
        width: 100%;
        margin: 0;
    }
    .abul{
        width: 100%;
    }
    .abul li{
        width: 20%;
        text-align: center;
        padding: 0;
        height: 45px;
        box-sizing: border-box;
    }
    .abul li a{
        font-size: 14px;
        display: inline-block;
        height: 45px;
    }
    .aboutbgA .abus .com_r .ab_con img{
        margin: 0;
        width: 100%;
    }
    .all_header .logo img{
        height: 45px;
    }
    .bannertxt span.zh{
        font-size: 20px;
        bottom: -12px;
    }
    .bannertxt span.en{
        font-size: 30px;
    }
    .aboutbgA .abus .com_l,.aboutbgA .probox .com_r{
        width: 100%;
    }
    .aboutbgA .abus .com_l{
        margin-top: 0;
    }
    .aboutbgA .abus{
        padding-top: 0px;
    }
    .aboutbgA .abus .com_l h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .aboutbgA .probox .com_l .proul li a{
        font-size: 14px;
    }
    .aboutbgA .probox .com_r h3{
        font-size: 20px;
    }
    .checkform #submit{
        margin-top: 15px;
        font-size: 12px;
    }
    .ab_con .new_ul li{
        padding: 0 0 15px 0;

    }
    .ab_con .new_ul li .a_t .a_img{
        width: 100px;
        margin-left: 3px;
        margin-top: 15px;
    }
    .ab_con .new_ul li .a_t .a_info{
        width: calc(100% - 203px);
    }
    .ab_con .new_ul li .a_t .a_info span:nth-child(2){
        display: none;
    }
    .ab_con .new_ul li .a_t .a_info span:nth-child(1){
        font-size: 14px;
    }
    .ab_con .new_ul li .a_t .a_time{
        margin-top: 30px;
    }
    .ab_con .new_ul li .a_t .a_time span:nth-child(1){
        font-size: 20px;
    }
    .contA .car, .contA .cal{
        width: 100%;
    }
    .news_ul{
        margin: 0px;
    }
    .tit_1 h3{
        line-height: 18px;
        margin-top: 10px;
    }
    .tit_1 h3,.item .itbox .text h3{
        font-size: 16px;
    }
    .tit_1 h5,.item .itbox .text .p{
        font-size: 14px;
    }
    .newsbg .tit_1 p{
        font-size: 13px;
    }
    .news_ul li .zbox .img{
        height: auto;
    }
    .contA .car{
        margin: 0;
    }
    .contA .cal #dituContent{
        margin-bottom: 40px;
    }
    .newsbg .tit_1 p{
        margin-top: 10px;
    }
    .news_ul li .zbox .text .title h4{
        font-size: 16px;
    }
    .scroll_header .mbnavs .opMenu{
        margin-top: 30px;
    }
    .checkform{
        padding-left: 0;
        text-align: center;
    }
    .checkform input{
        display: block;
        margin: 0 auto;
        padding: 5px 7px;
    }
    .contA .car .cname{
        font-size: 20px;
    }
}