@import url("bootstrap.css");

html,
body {
    width: 100%;
}

img {
    border: none;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
p,
form {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    cursor: pointer;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #0099cc;
}

.hide {
    display: none;
}

body {
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑", "Microsoft YaHei";
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.white {
    background: #ffffff;
}

.tcenter {
    text-align: center;
}

.ui-menu-item .ui-corner-all {
    display: none;
}

.wrap {
    width: 1380px;
    margin: 0 auto;
}

.hot {
    color: red;
    font-size: 14px;
    margin-right: 5px;
    height: 22px;
    line-height: 22px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ftips {
    color: red;
}

dt {
    font-weight: normal !important;
}

dd {
    margin-bottom: 0;
}

.ileft {
    padding-top: 6px;
    width: 660px;
    float: left;
    margin-top: 20px;
}

.iright {
    padding-top: 6px;
    width: 660px;
    float: right;
    overflow: hidden;
    margin-top: 20px;
}

.header .tool .tel {
    color: #333;
    font-size: 24px;
}

.header .tool a {
    display: block;
}

#navToggle {
    display: none;
}

.search {
    display: none;
    position: absolute;
    top: 90px;
    min-height: 230px;
    z-index: 100;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 4px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 12px 12px;
}

.search .close {
    position: absolute;
    right: 20px;
    top: 20px;
}


/* Width Style*/
.w550 {
    width: 550px;
}

/****导航****/
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 70px;
}

.header:hover {
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.4s;
}

.header:hover #navToggle span,
.header:hover #navToggle span:before,
.header:hover #navToggle span:after {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #999;
}

.header:hover .logo .img1 {
    display: none;
    transition: all 0.4s;
}

.header:hover .logo .img2 {
    display: block;
    transition: all 0.4s;
}

.header:hover .navbar_nav li a {
    color: #333;
}

.header:hover .navbar_nav li:hover a {
    color: #008DDD;
}

/*logo*/
.header .logo {
    height: 70px;
    display: flex;
    align-items: center;
}

.header .logo a img {
    /*margin-top: 15px;*/
}

.header .logo .img2 {
    display: none;
}

/*tool*/
.header .tool {
    display: flex;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    height: 70px;
    align-items: center;
}

.header .tool a {
    display: block;
}

.header .tool .searchbtn {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: url(../img/text-search.png) center no-repeat;
    vertical-align: middle;
}

.header .tool .phonebtn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/phone.png) center no-repeat;
    vertical-align: middle;
}

.header .tool .searchbtn:hover {
    background: url(../img/text-searchh.png) center no-repeat;
}

.header .tool .yuyue {
    margin-right: 25px;
    width: 104px;
    color: #fff !important;
    background: #FF8D1A;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border-radius: 33px;
    font-size: 18px;
}

.header .tool .yuyue:hover {
    background: #FFA347;
    text-decoration: none;
}

/*nav*/
.header .nav {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: block;
    margin: 0 3px;
}

.header .navbar_nav li {
    float: left;
}

.header .navbar_nav li a {
    text-decoration: none;
    line-height: 70px;
    padding: 0 10px;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
}

.header .navbar_nav li:hover a {
    color: #0052D9;
}

.header .navbar_nav li.dropdown {
    display: inherit;
    position: relative;
}

/*.header .navbar_nav li.dropdown .jt{width: 20px;height: 20px;background: url(i/top.png) no-repeat;background-size: 100% 100%;display: block;} */
.header .navbar_nav li.dropdown .dropdown_menu {
    z-index: 9999;
    left: 0;
    right: 0;
    padding: 20px;
    display: none;
    position: fixed;
    background: #fff;
    top: 70px;
    box-shadow: 0px 3px 16px 0px rgb(44 48 49 / 10%);
    width: 100%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
    font-size: 16px;
    color: #666;
    padding-right: 70px;
    line-height: 40px;
    text-align: center;
    margin: 1px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
    color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
    color: #0052D9;
}


.header .navbar_nav li.jszc {
    float: left;
}

.header .navbar_nav li .dropdown_menu .nav-icon-title {
    display: inline-block;
    padding-left: 27px;
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: 700;
    background: url(../img/nav-icon-title.png) no-repeat 10px;
}

.header .navbar_nav li.cpfw-nr {
    width: 226px;
    float: left;
    text-align: left;
    line-height: 48px;
    height: 48px;
    display: inline-block;
    font-size: 16px;
    margin: 10px 10px;
    border: 1px solid #fff;
}

.header .navbar_nav li.cpfw-nr:hover {
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(245, 249, 255, 1) 0%, rgba(250, 252, 255, 1) 100%);

    border: 1px solid #E4F1FF;
}

.header .navbar_nav li.dropdown .dropdown_menu li.cpfw-nr a {
    line-height: 48px;
    text-align: left;
    padding-right: 0px;
}


.header .navbar_nav li.cpfw {
    float: none;
}

.selected {
    color: #0052D9 !important;
}

/*白色背景的头部*/
.header.on {
}

.header.header-fixed {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
    border-bottom: 1px solid #ECECEC;
}

.header.on .logo .img1 {
    display: none;
}

.header.on .logo .img2 {
    display: block;
    width: 160px;
}

.header.on .navbar_nav li a {
}

.header.on .navbar_nav li:hover a {
    color: #0052D9;
}

#navToggle {
    display: none;
}

.m_nav {
    position: fixed;
    top: 0px;
    box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}

.m_nav.open {
    transform: translateX(0);
}

.m_nav .top.closed {
    height: 16px;
    box-sizing: border-box;
    width: 16px;
    position: absolute;
    right: 23px;
    top: 17px;
    background: url(../img/closed.png) no-repeat;
    background-size: 100% 100%;
}

.m_nav .logo {
    width: 100%;
    margin: 0 auto;
}

.m_nav .logo img {
    display: block;
    margin: 7px auto 8px 14px;
    width: 131px;
}

.m_nav .ul {
}

.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(0);
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}

.m_nav.open .ul li {
    list-style: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.m_nav .ul li .dropdown_menu {
    display: block;
}

.m_nav .ul li.dropdown.active .dropdown_menu {
    display: block;
    background: red;
}

.m_nav .ul li .dropdown_menu a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #f5f5f5;
}

.m_nav .ul li .dropdown_menu a:last-child {
    border: none;
}

.banner {
    margin-top: 0px;
    background-color: #EBF1FD;
}

.banner .swiper-container {
    width: 100%;
    height: 670px;
    color: #fff;
    text-align: center;
}

.banner .swiper-slide {
    width: 100%;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    width: 100%;
    text-align: center;
    bottom: 90px;
    display: block;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 35px;
    height: 6px;
    margin-right: 10px;
    cursor: pointer;
    background: rgba(255, 255, 255, .8);
    border-radius: 50px;
}

.banner .swiper-active-switch {
    background: rgba(0, 82, 217, 1);
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
}

.banner .swiper-container .swiper-wrapper .swiper-slide.banner1 {
    background-image: url("../img/banner/banner1.jpg");
    background-size: 100% 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide.banner2 {
    background-image: url("../img/banner/banner2.jpg");
    background-size: 100% 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide.banner3 {
    background-image: url("../img/banner/banner3.jpg");
    background-size: 100% 100%;
}

.banner:hover .arrow-left,
.banner:hover .arrow-right {
    opacity: 1;
    display: block;
}

.arrow-left,
.arrow-right {
    opacity: 0.5;
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -105px;
    width: 32px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    display: block;
}

.arrow-right {
    left: auto;
    right: 50px;
    top: 50%;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    background-position: 8px 5px
}

.arrow-left .iconfont,
.arrow-right .iconfont {
    font-size: 46px;
    color: rgba(255, 255, 255, .8);
}

.txt1 {
    text-align: left;
    height: 240px;
    background: url(../img/banner/banner-txt01.png) no-repeat;
    margin-top: 110px;
}

.txt1 .butn {
    position: relative;
    top: 300px;
}

.txt2 {
    text-align: left;
    height: 470px;
    background: url(../img/banner/banner-txt02.png) no-repeat;
    margin-top: 110px;
}

.txt2 .butn {
    position: relative;
    top: 300px;
}

.txt3 {
    text-align: left;
    height: 440px;
    background: url(../img/banner/banner-txt03.png) no-repeat;
    margin-top: 110px;
}

.txt3 .butn {
    position: relative;
    top: 300px;
}

.txt4 {
    text-align: left;
    height: 440px;
    background: url(../img/banner/banner-txt4.png) no-repeat;
    margin-top: 110px;
}

.txt4 .butn {
    position: relative;
    top: 300px;
}

.butn {
    margin-top: 45px;
}

.butn a {
    background: rgba(255, 141, 26, 1);
    border-radius: 75px;
    color: #fff;
    font-size: 24px;
    padding: 8px 32px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: inline-block;
}

.butn a:hover {
    margin-top: -8px;
}


.footer {
    padding-top: 20px;
    background-color: #2E354D;
}

.footer .footer_code {
    width: 300px;
    margin-top: 10px;
}

.footer .footer_code dt {
    position: relative;
    margin-bottom: 10px;
    width: 85px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
}

.footer .footer_code dd {
    margin-left: 30px;
    float: left;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.footer .other_line {
    margin-right: 60px;
}

.footer .other_line dt {
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.footer .other_line dd {
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .other_line dd a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.footer .other_line dd a:hover {
    color: #fff;
    font-weight: 600;
}

.footer .footer_contact {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-image: linear-gradient(blue, red);

    border-right: 2px solid;
}

.footer .footer_contact .contact_icon {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
}

.footer .footer_contact .phone {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer_line {
    margin-top: 30px;
    border-top: 1px solid #434447;
    border-bottom: 1px solid #434447;
    line-height: 42px;
}

.footer .footer_line span {
    color: #666
}

.footer .footer_line a {
    padding: 0 10px;
    color: #999;
}


.footer .other_line .link a {

}

.footer .div_cop {
    width: 100%;
    border-top: 1px solid #474F66;
    line-height: 50px;
    display: block;
}

.footer .div_cop .copyright {
    text-align: center;
}

.footer .div_cop dd {
    color: #fff;
}

.footer .friendly_content {
    height: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .friendly_content a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.footer_consult {
    display: none;
}

.footer_consult .footer_consult_container {
    display: none;
}

/**zzry**/
.module .title {
    text-align: center;
}

.module .title h1 {
    font-size: 36px;
    text-align: center;
    padding-top: 60px;
}

.module .title h1 span {
    border-bottom: 2px solid #FF8D1A;
}

.module .title p {
    margin: 30px 0;
    font-size: 20px;
    text-align: center;
    line-height: 18px;
}

.lxfs {
    background: url(../img/bj/home-bj6.png) top center no-repeat;
    background-size: cover;
}

.zzry {
    height: 660px;
    background: url(../img/bj/home-bj5.png) top center no-repeat;
    background-size: cover;
}

.lxfs .btn-box {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.lxfs .btn-box a {
    width: 240px;
    height: 48px;
    line-height: 48px;
    float: none;
    margin-right: 0;
    display: inline-block;
    margin: 20px 0;
}

.l-btn.blue {
    color: #fff !important;
    border: 1px solid #0052D9;
    background: #0052D9;
}

.l-btn.blue:hover {
    background: #0E65F0;
}

.lxfs .form .input-box {
    margin-bottom: 10px;
    display: inline-block;
}

.lxfs .form .input-box input {
    font-size: 14px;
    color: #575b62;
    letter-spacing: 0;
    line-height: 24px;
    width: 250px;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s;
}

.lxfs .img {
    float: right;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
}

.zzry .pczzry-content {
    display: block;
}

.pctxt {
    display: block;
}

.mobiletxt {
    display: none;
}

.zzry .mobilezzry-content {
    display: none;
}

.zzry ul {
    text-align: center;
}

.zzry ul li {

    text-align: center;
    width: 264px;
    height: 210px;
    display: inline-block;
    margin-top: 60px;
}


.zzry ul li p {
    line-height: 50px;
    font-size: 18px;
}

.zzry ul li .platform {
    font-size: 24px;
}

.zzry ul li .platform.mar {
    position: relative;
    top: 25px;
}

.zzry ul li .platform.lin {
    line-height: 120px;
}

.zzry .icon {
    height: 120px;
    width: 100%;
    background: url(../img/icon/zzry.png) center no-repeat;
}

/*zzry*/
/*syxwdt*/
.xwdt {
    height: 754px;
}

.list1 {
    width: 100%;
}

.list1 dt {
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 15px 0;
    padding-left: 50px;
}

.gsdt .list1 dt {
    background: url(../img/icon/gsdt.png) left no-repeat;
}

.hyzx .list1 dt {
    background: url(../img/icon/hyzx.png) left no-repeat;
}

.list1 dt span {
    float: left;
    text-align: center;
    font-size: 20px;
}

.list1 dt .more {
    color: #999999 !important;
    font-size: 16px !important;
    margin-right: 7px;
}

.list1 dt .more:hover {
    color: #ff9900 !important;
}

.list1 dd {
    height: 128px;
    padding-top: 16px;
    border-top: #CCDCF7 1px solid;
    cursor: pointer;
}

.list1 dd .data {
    float: left;
    width: 96px;
    height: 96px;
    margin-right: 20px;
    border: 1px solid #CCDCF7;
    border-radius: 10px;
    color: #666;
}

.list1 dd .data .day {
    height: 42px;
    line-height: 58px;
    font-size: 28px;
}

.list1 dd .data .months {
    height: 39px;
    line-height: 39px;
    font-size: 16px;
}

.list1 dd .data span {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.list1 dd h3 {
    float: left;
    margin-top: -5px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    padding: 0px;
    color: #333;
}

.list1 dd p.details {
    float: left;
    width: 75%;
    height: 60px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    font-size: 16px;
}

.list1 dd:hover {
    background: #FAFAFA;
}

.list1 dd:hover .data {
    background: #0052D9;
    color: #fff;
}

.list1 dd:hover h3 {
    color: #0052D9;
    font-weight: 600;
}

.eng {
    font-size: 16px !important;
    color: #ccc;
    margin-left: 10px;
    display: inline-block;
}

/*syxwdt*/

/*fwal*/
.fwal {
    background: url(../img/bj/home-bj2.png) center no-repeat;
    background-size: cover;
    padding-bottom: 55px;
}

.fwaltab {
    margin-top: 40px;
    text-align: center;
}

.fwaltab a {
    display: inline-block;
    padding: 0 0 15px 0;
    margin-right: 50px;
    line-height: 28px;
    text-decoration: none;
    font-size: 20px;
    position: relative;
    border-bottom: 2px solid transparent;
}

.fwaltab a:last-child {
    margin-right: 0;
}

.fwaltab a.active {
    border-bottom: 2px solid #FF8D1A;
    color: #333;
}

.fwaltab .active:first-of-type {
    border-radius: 0;
}

/*fwal*/

/**公司品牌**/
.container_inner {
    width: 1380px;
    margin: auto;
}

.brands {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
    margin-top: -75px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.brands.l-section {
    border-radius: 10px;
    background: linear-gradient(180deg, #FCFEFF 0%, #F0F6FF 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(39, 124, 242, 0.15);
}

.brands.l-section li {
    float: left;
    width: 240px;
    height: 160px;
    border-left: 1px solid rgba(255, 255, 255, .1);
    color: #333333;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 25px;
}

.brands.l-section li b i {
    font-size: 30px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-style: normal;
}

.brands.l-section li .describe {
    padding-left: 70px;
    text-align: left;
}

.brands.l-section li b em {
    font-style: normal;
    font-size: 16px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
}

.brands.l-section .li-1 {
    background: url(../img/brands-li-01.png) no-repeat left;
}

.brands.l-section .li-2 {
    background: url(../img/brands-li-02.png) no-repeat left;
}

.brands.l-section .li-3 {
    background: url(../img/brands-li-03.png) no-repeat left;
}

.brands.l-section .li-4 {
    background: url(../img/brands-li-04.png) no-repeat left;
}

.brands.l-section .li-5 {
    background: url(../img/brands-li-05.png) no-repeat left;
}

/**公司品牌**/

/* 栏目banner样式 */
.column-banner {
    position: relative;
    min-width: 1380px;
    height: 400px;
    overflow: hidden;
    margin-top: 70px;
    background: url(../img/lm_pro1.png) center bottom no-repeat;
}

.column-banner.xwdt {
    background-image: url('../img/banner/xwdt.png');
}

.column-banner.fwal {
    background-image: url('../img/banner/fwal.png');
}

.column-banner .banner-content {
    width: 1380px;
    margin: 0 auto;
    text-align: center;
}

.column-banner .banner-content .banner-h1 {
    display: inline-block;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 400px
}

.column-banner .banner-content .banner-desc {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    font-weight: 400
}

/* 栏目banner样式 */


.llist {
    width: 100%;
    min-height: 55px;
}

.llist dd {
    height: 164px;
    border-bottom: #CCDCF7 1px solid;
    padding-top: 30px;

}

.llist dd .data {
    float: left;
    width: 15%;
}

.llist dd .con {
    width: 83%;
    float: right;
}

.llist dd .date {
    float: right;
    color: #999999;
}

.llist dd h3 {
    float: left;
    width: 70%;
    margin-top: -5px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    overflow: hidden;
}

.llist dd p.desc {
    float: left;
    width: 70%;
    height: 60px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
}

.llist dd p.more {
    width: 96px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #999999;
    color: #999;
    float: right;
    text-align: center;
    margin-top: 20px;
}

.llist dd p.more a {
    color: #999;
}

.llist dd:hover {
    background: #FAFAFA;
}

.llist dd:hover .more {
    background: #0052D9;
    color: #fff;
}

.llist dd:hover .more a {

    color: #fff;
}

.llist dd:hover h3 {
    color: #0052D9;
}

/*分页*/
.lmtitle {
    text-align: center;
}

.lmtitle .TabGroup {
    display: inline-block;
    margin: 60px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.lmtitle .Tab {
    height: 64px;
    line-height: 64px;
    width: 256px;
    margin: 0;
    font-size: 24px;
    float: left;
    cursor: pointer;
    border: 2px solid #0052D9;
}

.lmtitle .Tab.left {
    border-right: none;
    border-radius: 40px 0px 0px 40px;
}

.lmtitle .Tab.right {
    border-radius: 0px 40px 40px 0px;
    border-left: none;
}

.TabSelected {
    background: #0052D9;
    color: #fff;
    transition: all .4s;
    box-shadow: 0 2px 6px rgba(0 90 170 / 50%);
}

.pageinfo.page-button {
    border: 1px solid #E7ECF0;
    background: white;
    font-size: 14px;
    padding: 5px 0;
    width: 60px;
    vertical-align: middle;
    cursor: pointer;
}

.pageinfo.a-span {
    background: #F0F2F5;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 36px;
    color: #666666;
    border-radius: 4px;
}

.pageinfo.active span {
    border: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: black;
    cursor: text;
    background: #0052D9;
    color: #fff;
}

.pageinfo.aspan :hover {
    background: #0052D9;
    cursor: pointer;
    color: #fff;
}

.lpage {
    text-align: center;
    margin: 20px 0;
}

/*content*/
.ctitle h1 {
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
}

.ctitle .info {
    text-align: center;
    padding: 20px 0 30px 0;
    margin-bottom: 20px;
    border-bottom: 1px dashed #d2d2d2;
    font-size: 12px;
    color: #8d8d8d;
}

.ctitle .info i {
    font-style: normal;
    margin: 0 10px;
}

.ccontent {
    min-height: 200px;
    width: 100%;
}

.cattach {
    clear: both;
    margin: 40px 0;
    border-bottom: 1px dashed #d2d2d2;
}


/*contact*/

/**响应式效果代码**/
@media screen and (max-width: 767px) {
    .pctxt {
        display: none;
    }

    .mobiletxt {
        display: block;
    }

    /**导航样式**/
    .container {
        max-width: 720px;
    }

    .header {
        height: 49px;
    }

    .header .logo {
        height: 49px;
    }

    .header .logo a img {
        width: 180px;
    }

    .header.on .logo .img2 {
        width: 131px;
        margin-left: 14px;
    }

    .header #navToggle {
        height: 100%;
        margin-right: 15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 18.7px;
        height: 2px;
        margin-top: 25px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 2px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: rgba(51, 51, 51, 1.00);
    }

    .header.on #navToggle span,
    .header.on #navToggle span:before,
    .header.on #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: rgba(51, 51, 51, 1.00);
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav,
    .header .tool,
    .float_box {
        display: none;
    }

    .footer {
        padding: 20px 10px;
    }

    .footer .other_line,
    .footer .footer_code dt {
        display: none;
    }

    .footer .footer_contact {
        display: block;
        width: 65%;
        margin-right: 0;
    }

    .footer .footer_top {
        overflow: hidden;
    }

    .footer .other_line {
        margin-right: 0;
    }

    .footer .footer_code dd {
        float: none;
    }

    .footer .footer_code .code1 {
        display: none;
    }

    .footer .footer_code {
        width: 35%;
    }

    .footer .footer_code dd {
        margin-left: 0;
    }

    .footer .div_cop {
        line-height: 30px;
    }

    .footer_consult {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        height: 65px;
        display: block;
    }

    .footer_consult .footer_consult_container {
        width: 100%;
        height: 100%;
        border-radius: 4px 4px 0 0;
        background: rgba(0, 0, 0, 0.3);
        align-items: center;
        justify-content: space-around;
        display: flex;
    }

    .footer_consult .footer_consult_container a:hover {
        color: #fff;
    }


    .footer_consult .footer_consult_container .button_consult {
        width: 37%;
        height: 46px;
        border-radius: 4px;
        background: rgba(255, 141, 26, 1);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        font-size: 14px;
        color: #fff;
    }

    .footer_consult .footer_consult_container .button_consult .button_consult_telphone_container {
        display: none;
        position: absolute;
        top: -38px;
        width: 37%;
        height: 46px;

    }

    .footer_consult .footer_consult_container .button_consult .button_consult_telphone_container .button_consult_telphone {
        background-color: #FF8D1A;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .lxfs .form {
        padding: 0 10px;
    }

    .lxfs .form .input-box input {
        width: 300px;

    }

    .lxfs .form .input-box .yzm {
        width: 200px;
    }

    .lxfs .img {
        float: none;
        width: 200px;
        height: 60px;
        margin: 0 auto;
    }

    .lxfs .form .input-box #guestbookCode {
        width: 100px !important;
    }

    .lxfs {
        background-size: cover;
    }

    .lxfs .form .input-box input {
        margin-right: 0;
    }

    .side {
        display: none;
    }

    /*.zzry {*/
    /*	display: none;*/
    /*}*/
    .ileft {
        width: auto;
        float: none;
        padding: 0 10px;
    }

    .iright {
        width: auto;
        float: none;
        padding: 0 10px;
    }

    .xwdt {
        height: auto;
    }

    .list1 dd {
        height: 70px;
        padding-top: 25px;
    }

    .list1 dd p.details {
        display: none;
    }

    .list1 dd .data {
        display: none;
    }

    .cpys {
        display: none;
    }

    .module .title h1 {
        font-size: 24px;
        font-weight: 700;
        padding-top: 32px;
    }

    .fwaltab a {
        margin: 3px 2px;
        line-height: 22px;
        font-size: 14px;
        height: 30px;
    }

    .fwal {
        height: auto;
        background-size: cover;
        padding-bottom: 0;
    }

    .fwaltab {
        margin-top: 32px;
    }

    .product-list .product-item .icon-list li {
        padding: 0 !important;
        width: 30%;
    }

    .cpfw {
        background-color: rgba(250, 250, 250, 1);
    }

    .list1 dt span {
        font-size: 16px;
        font-weight: bold;
    }

    .list1 dd h3 {
        font-size: 16px;
        font-weight: normal;
    }

    .container_inner {
        width: 100%;
        margin: auto;
    }

    .brands {
        padding-top: 0;
        padding-bottom: 0;
        background: transparent;
        margin-top: 0px;
        position: relative;
        text-align: center;
        z-index: -1;
    }

    .brands.l-section {
        border-radius: 10px;
        background: linear-gradient(180deg, #FCFEFF 0%, #F0F6FF 100%);
        border: none;
        box-shadow: 0px 4px 16px 0px rgba(39, 124, 242, 0.15);

    }

    .brands.l-section li {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        border-right: 1px solid rgba(0, 0, 0, .05);
        margin-left: 0;
        width: 50%;
        height: 125px;
    }

    .brands.l-section .li-1,
    .brands.l-section .li-2,
    .brands.l-section .li-3,
    .brands.l-section .li-4 {
        background-size: 40px 40px;
    }

    .brands.l-section li:nth-child(5) {
        display: none;
    }

    .brands.l-section li .describe {
        padding-left: 47px;
    }

    .brands.l-section .describe_content {
        font-size: 12px;
    }

    .brands.l-section li b i {
        font-size: 24px;
    }

    /**轮播样式**/
    .banner {
        margin-top: 49px;
        background-color: #EBF1FD;
    }

    .banner .swiper-container {
        width: 100%;
        height: 520px;
        color: #fff;
        text-align: center;
        box-shadow: 0 10px 10px 0 rgb(0 0 0 / 10%)
    }

    .banner .container {
        width: 90%;
    }


    .banner .arrow-left,
    .banner .arrow-right,
    .banner .pagination {
        display: none !important;
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide.banner1 {
        background-image: url("../img/banner/mobilebanner1.png");
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide.banner2 {
        background-image: url("../img/banner/mobilebanner2.png");
    }

    .banner .swiper-container .swiper-wrapper .swiper-slide.banner3 {
        background-image: url("../img/banner/mobilebanner3.png");
    }

    .butn {
        margin: 0;
    }

    .butn a {
        padding: 6px 16px;
        font-size: 16px;
    }

    .butn a:hover {
        margin: 0;
    }

    .txt1 {
        text-align: left;
        height: 230px;
        background: none;
        margin-top: 25px;
        background-size: 250px;
    }

    .txt1 .butn {
        position: relative;
        top: 200px;
    }

    .txt2 {
        text-align: left;
        height: 230px;
        background: none;
        margin-top: 25px;
        background-size: 250px;
    }

    .txt2 .butn {
        position: relative;
        top: 190px;
    }

    .txt3 {
        text-align: left;
        height: 230px;
        background: none;
        margin-top: 25px;
        background-size: 250px;
    }

    .txt3 .butn {
        position: relative;
        top: 190px;
    }

    .txt4 {
        text-align: left;
        height: 230px;
        background: none;
        margin-top: 25px;
        background-size: 250px;
    }

    .txt4 .butn {
        position: relative;
        top: 150px;
        left: 25px;
    }


    .column-banner {
        height: 234px;
        min-width: 100%;
        width: 100%;
        margin-top: 49px;
        padding: 0 5px;
    }

    .column-banner.xwdt {
        background-image: url('../img/banner/xwdtmobile.png');
        background-size: 100% 100%;
    }

    .column-banner.fwal {
        background-image: url('../img/banner/fwalmobile.png');
        background-size: 100% 100%;
    }


    .column-banner .banner-content .banner-h1 {
        font-size: 22px;
        margin-top: 100px;
        line-height: 150%;
    }

    .column-banner .banner-content .btn1 {
        margin-top: 20px;
    }

    .column-content {
        min-width: 100%;
        width: 100%;
        padding: 0 5px 20px;
    }

    .column-banner .banner-content, .column-intro .info {
        width: 100%;
        padding: 0 20px;
    }

    .column-intro .bimg, .column-banner .banner-content .banner-desc {
        display: none;
    }

    .column-intro {
        margin: 30px 0 40px
    }

    .column-intro .info .title {
        font-size: 21px;
    }

    .column-intro .info p {
        font-size: 14px;
    }

    .column-list1 li {
        width: 30%;
        margin: 1.65%;
    }

    .column-list2 li,
    .column-list3 li {
        width: 100%;
    }

    .column-h2 {
        padding: 30px 0 20px;
        font-size: 24px;
    }


    .llist dd .data,
    .llist dd p.desc,
    .llist dd p.more,
    .llist dd .date {
        display: none;
    }

    .lmtitle .Tab {
        height: 40px;
        line-height: 40px;
        width: 200px;
        margin: 0;
        font-size: 18px;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        float: left;
        cursor: pointer;
        border: 2px solid #0052D9;
    }

    .lmtitle .Tab.left, .lmtitle .Tab.right {
        width: 50%;
    }

    .lmtitle .Tab.TabSelected {
        color: #fff;
    }

    .TabSelected {
        box-shadow: none;
    }

    .llist dd .con {
        width: 100%;
    }

    .llist dd h3 {
        width: 100%;
        font-size: 16px;
        color: rgba(51, 51, 51, 1);

    }

    .llist dd {
        height: 56px;
        padding: 25px 20px 0 20px;
    }


    .ccontent {
        padding: 0 20px;
        font-size: 14px;
    }

    .ctitle h1 {
        font-size: 24px;
    }

    .ccontent img:not(.attach) {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }

    .yyzxBox {
        width: 80% !important;
    }

    .zzry {
        height: 520px;
    }

    .zzry .pczzry-content {
        display: none;
    }

    .zzry .mobilezzry-content {
        display: block;
    }

    .zzry ul li {
        text-align: center;
        width: 30%;
        height: 100px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        margin-top: 0px;
    }

    .zzry .icon {
        height: 100px;
        background-size: 65%;
        background-position: center center;
    }

    .zzry ul li .platform {
        font-size: 14px;
    }

    .zzry ul li .platform.mar {
        top: 35px;
    }

    .zzry ul li .platform.lin {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: unset;
    }

    .zzry ul {
        text-align: center;
        justify-content: center;
        display: flex;
        margin-bottom: 45px;
    }

    .zzry ul li p {
        line-height: unset;
        letter-spacing: 0px;
        font-size: 12px;
        color: rgba(51, 51, 51, 1);
        width: 90%;
    }

    .lxfs .btn-box a {
        margin: 20px auto 30px auto;
    }


    .lmtitle .TabGroup {
        margin: 24px auto;
        width: 90%;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {

    /**导航样式**/
    .container {
        max-width: 720px;
    }

    .header {
        padding: 0 10px;
        height: 60px;
    }

    .header .logo a img {
        margin-top: 10px;
        width: 180px;
    }

    .header #navToggle {
        height: 100%;
        padding: 4px 15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 25px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }

    .header.on #navToggle span,
    .header.on #navToggle span:before,
    .header.on #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #999;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav,
    .header .tool,
    .float_box {
        display: none !important;
    }

    .footer {
        padding: 20px 10px;
    }

    .footer .other_line {
        display: none;
    }

    .footer .footer_contact {
        display: block;
        width: 55%;
        margin-right: 0 !important;
    }

    .footer .footer_top {
        height: 220px;
    }


    .footer .footer_ban .link {
        padding-bottom: 10px;
    }

    .footer .footer_ban .link a {
        line-height: 200%;
    }

    .footer .footer_ban .footer_ban_l {
        line-height: 32px;
    }

    .footer .footer_ban .footer_ban_r {
        width: 100%;
        text-align: center;
    }

    .footer .other_line {
        margin-right: 0 !important;
    }


    .lxfs .form {
        padding: 0 10px;
    }

    .lxfs .img {
        float: none;
        width: 200px;
        height: 60px;
        margin: 0 auto;
    }

    .lxfs {
        background-size: cover;
    }

    .lxfs .form .input-box input {
        width: 300px;

    }

    .lxfs .form .input-box .yzm {
        width: 200px;
    }

    .lxfs .img #guestbookCode {
        width: 200px !important;
    }

    .side {
        display: none;
    }

    /*.zzry {*/
    /*	display: none;*/
    /*}*/
    .ileft {
        width: auto;
        float: none;
    }

    .iright {
        width: auto;
        float: none;
    }

    .xwdt {
        height: auto;
    }

    .cpys {
        display: none;
    }

    .module .title h1 {
        font-size: 28px;
    }

    .fwaltab a {
        margin: 3px 2px;
        line-height: 22px;
        font-size: 14px;
        height: 30px;
    }

    .fwal {
        height: auto;
        background-size: cover;
    }

    .product-list .product-item .icon-list li {
        padding: 0 !important;
        width: 30%;
    }

    .cpfw {
        background-color: rgba(250, 250, 250, 1);
    }

    .container_inner {
        width: 100%;
        margin: auto;
    }

    .brands.l-section {
        border-radius: 10px;
        background: linear-gradient(180deg, #FCFEFF 0%, #F0F6FF 100%);
        border: 2px solid #FFFFFF;
        box-shadow: 0px 4px 16px 0px rgba(39, 124, 242, 0.15);

    }

    .brands.l-section li {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        border-right: 1px solid rgba(0, 0, 0, .05);
        margin-left: 0;
        width: 50%;
    }

    .brands.l-section li:nth-child(5) {
        display: none;
    }

    .column-intro .bimg {
        display: none;
    }

    .column-banner {
        min-width: 100%;
        width: 100%;
        padding: 0;
    }

    .column-content {
        min-width: 100%;
        width: 100%;
        padding: 0 5px;
    }

    .column-banner .banner-content,
    .column-intro .info {
        width: 100%;
        padding: 0 20px;
    }

    .llist dd .con {
        width: 70%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    /**导航样式**/
    .container {
        max-width: 960px;
    }

    .header {
        padding: 0 10px;
        height: 60px;
    }

    .header .logo a img {
        margin-top: 10px;
        width: 180px;
    }

    .header #navToggle {
        height: 100%;
        padding: 4px 15px;
        display: inline-block;
        float: right;
    }

    .header #navToggle span {
        position: relative;
        width: 25px;
        height: 1px;
        margin-top: 25px;
    }

    .header #navToggle span:before,
    .header #navToggle span:after {
        content: '';
        position: relative;
        width: 100%;
        height: 1px;
        left: 0;
    }

    .header #navToggle span,
    .header #navToggle span:before,
    .header #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #fff;
    }

    .header.on #navToggle span,
    .header.on #navToggle span:before,
    .header.on #navToggle span:after {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        display: block;
        background: #999;
    }

    .header #navToggle span:before {
        top: 8px;
    }

    .header #navToggle span:after {
        bottom: 10px;
    }

    .header #navToggle.open span:before {
        top: 10px;
        -webkit-transform: translateY(-11px) rotate(-45deg);
        -moz-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
        -o-transform: translateY(-11px) rotate(-45deg);
        transform: translateY(-11px) rotate(-45deg);
    }

    .header #navToggle.open span:after {
        bottom: 12px;
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }

    .header #navToggle.open span {
        background: none;
    }

    .header #navToggle.open span:before,
    .header #navToggle.open span:after {
        background: #4f4f4f;
    }

    .header .nav,
    .header .tool,
    .float_box {
        display: none !important;
    }

    .footer {
        padding: 20px 10px;
    }

    .footer .other_line {
        display: none;
    }

    .footer .footer_contact {
        display: block;
    }

    .footer .footer_top {
        height: 220px;
    }

    .footer .footer_ban .link {
        padding-bottom: 10px;
    }

    .footer .footer_ban .link a {
        line-height: 200%;
    }

    .footer .footer_ban .footer_ban_l {
        line-height: 32px;
    }

    .footer .footer_ban .footer_ban_r {
        width: 100%;
        text-align: center;
    }

    .footer .footer_code {
    }

    .lxfs .form {
        padding: 0 10px;
    }

    .lxfs .form .input-box input {
        width: 300px;

    }

    .lxfs .form .input-box .yzm {
        width: 200px;
    }

    .lxfs .img #guestbookCode {
        width: 200px !important;
    }

    .lxfs .img {
        float: none;
        width: 200px;
        height: 60px;
        margin: 0 auto;
    }

    .lxfs {
        background-size: cover;
    }

    .side {
        display: none;
    }

    /*.zzry {*/
    /*	display: none;*/
    /*}*/
    .ileft {
        width: auto;
        float: none;
    }

    .iright {
        width: auto;
        float: none;
    }

    .xwdt {
        height: auto;
    }

    .cpys {
        display: none;
    }

    .fwaltab a {
        margin-right: 20px;
        line-height: 22px;
        font-size: 16px;
    }

    .fwal {
        height: auto;
        background-size: cover;
    }

    .product-list .product-item .icon-list li {
        padding: 0 !important;
        width: 30%;
    }

    .cpfw {
        background-color: rgba(250, 250, 250, 1);
    }

    .container_inner {
        width: 100%;
        margin: auto;
    }

    .brands.l-section li {
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        border-right: 1px solid rgba(0, 0, 0, .05);
        margin-left: 0;
        width: 50%;
    }

    .brands.l-section li:nth-child(5) {
        display: none;
    }

    .column-intro .bimg {
        display: none;
    }

    .column-banner {
        min-width: 100%;
        width: 100%;
        padding: 0 5px;
    }

    .column-content {
        min-width: 100%;
        width: 100%;
        padding: 0 5px;
    }

    .column-banner .banner-content,
    .column-intro .info {
        width: 100%;
        padding: 0 20px;
    }

}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    /**导航样式**/
    .container {
        max-width: 1200px;
    }

    .header .navbar_nav li a {
        font-size: 16px;
    }

    .brands.l-section li {
        width: 206px;
    }

    body {
        font-size: 12px;
    }


    .ileft {
        width: 580px;
    }

    .iright {
        width: 580px;
    }

    .zzry ul li {

        width: 228px;
        height: 210px;

    }

    .lxfs .form .input-box input {

        width: 200px;

    }

    /**子页面**/
    .grid-container {
        max-width: 1200px;
    }

    .grid-item {
        width: 209px;
    }

    .grid-cp {
        width: 378px;
    }

    /**尾页**/
    .footer .other_line {
        margin-right: 53px;
    }

    .llist dd .con {
        width: 82%;
    }
    .header .tool .searchbtn {
        width: 30px;
        height: 30px;
    }
    .header .tool .yuyue {
        margin-right: 10px;
        height: 32px;
        line-height: 32px;
    }
    .header .tool .tel {
        font-size: 20px;
    }
}

@media screen and (min-width: 1401px) {
    .container {
        max-width: 1380px !important;
    }
}
