/*-----------------[初始化]--------------*/

body {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    font-family: 微软雅黑, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
}

a {
    color: #666;
}

a:hover {
    color: #d6000c;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.back{
    background: #f5f5f5;
}

input,
textarea,
select {
    font-size: 12px;
    color: #666;
    font-family: 微软雅黑, "Microsoft Yahei", "PingFangSC-Regular", "PingFang Regular", sans-self;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

*,
*:after,
*:before {
    outline: none;
    box-sizing: content-box !important;
}

::-webkit-input-placeholder {
    color: #505050;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

:-moz-placeholder {
    color: #505050;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

:-ms-input-placeholder {
    color: #505050;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
    cursor: pointer;
}
ul{
    padding-left: 0!important;
}
li{
    list-style: none;
}
p,h1,h2,h3,h4,h5,h6{
    margin-bottom: 0!important;
}


/*布局*/

.wp {
    width: 100%;
    float: left;
}


/*******************************
  -------[=头部]-------
********************************/

.header {
    background-color: #fff;
    width: 100%;
    float: left;
    position: relative;
}

.hd-left {
    width: 100%;
    float: left;
    margin: 15px 0px;
}

.hd-right {
    float: right;
    position: relative;
}

.logo {
    float: left;
    line-height: 77px;
}

.logo img {
    vertical-align: middle;
    max-height: 100%;
}

.hd-so {
    float: left;
    position: relative;
    background-color: #fff;
}

.hd-lang {
    float: left;
    width: 110px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.hd-lang span {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #505050;
}

.hd-lang span a {
    display: inline-block;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px auto;
    vertical-align: middle;
}

.hd-lang span img {
    width: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.hd-lang span em {
    display: inline-block;
    width: 8px;
    background: url(../images/hd-select.png) no-repeat right center;
    height: 100%;
    margin-left: 5px;
    vertical-align: middle;
}

.hd-con {
    float: right;
}

.hd-so.poa {
    width: 210px;
}

.hd-so {
    width: 222px;
    height: 49px;
    padding: 0 20px;
    margin-top: 22px;
}

.hd-so .so {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 47px;
    background: url(../images/search_icon.png) no-repeat center;
    border: none;
    outline: none;
    height: 49px;
}

.hd-so .so-ico {
    float: left;
    width: 40px;
    background: url(../images/hd-so.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer;
    height: 80px;
}

.hd-so .word {
    float: left;
    border: none;
    font-size: 14px;
    color: #505050;
    width: 100%;
    padding-right: 0px;
    height: 49px;
    line-height: 49px;
}

.hd-lang .lang {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    z-index: 90;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    z-index: 90;
}

.hd-lang .lang a {
    display: block;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 12px;
    color: #979797;
}

.hd-lang .lang a:hover {
    color: #fff;
    background-color: #979797;
}

.hd-con .js-ico {
    display: block;
    width: 80px;
    height: 80px;
    background: #40a5f0 url(../images/hd-con.png) no-repeat center;
    cursor: pointer;
}

.js-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: #fff url(../images/js-close.png) no-repeat center;
    cursor: pointer;
}

.con-box {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 440px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.3);
    padding: 40px;
    box-sizing: border-box;
    min-height: calc(100vh - 80px);
    z-index: 9;
}

.con-box .tit {
    font-size: 30px;
    color: #505050;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 30px;
}

.con-box .items {
    width: 100%;
    margin-bottom: 18px;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
}

.con-box .items input {
    height: 40px;
    line-height: 40px;
    border: none;
    outline: none;
    padding: 0 18px;
    font-size: 14px;
    color: #505050;
    width: 100%;
}

.con-box .items .a1 {
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 18px;
    font-size: 14px;
    color: #505050;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background: url(../images/select-lb.png) no-repeat right 16px center;
}

.con-box .items textarea {
    width: 100%;
    height: 120px;
    line-height: 40px;
    padding: 0 18px;
    border: none;
    outline: none;
    resize: none;
    font-size: 14px;
    color: #505050;
}

.con-box .send {
    display: block;
    width: 100%;
    height: 54px;
    text-align: center;
    background-color: #40a5f0;
    border: none;
    outline: none;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.search-con {
    display: none;
    position: absolute;
    right: 0;
    top: 56px;
    width: 700px;
    box-sizing: border-box;
    padding: 0 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.3);
}

.search-con .tit {
    font-size: 12px;
    color: #505050;
    opacity: 0.5;
    filter: alpha(opacity=50);
    line-height: 50px;
    font-weight: normal;
}

.ul-so1 {
    margin: 0 -10px 20px;
    width: 100%;
}

.ul-so1 li {
    float: left;
    width: 120px;
    height: 152px;
}

.ul-so1 .items {
    display: block;
    margin: 0 10px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.ul-so1 .items:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ul-so1 .img {
    border: 1px solid #ededed;
    box-sizing: border-box;
    height: 100px;
    line-height: 97px;
}

.ul-so1 .img img {
    vertical-align: middle;
}

.ul-so1 p {
    font-size: 12px;
    color: #505050;
    line-height: 20px;
}

.ul-so2 li a {
    display: block;
    font-size: 14px;
    color: #505050;
    line-height: 34px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.ul-so2 li a:hover {
    color: #d6000c;
}

.ul-so2 li {
    padding-left: 18px;
    background: url(../images/so-ico.png) no-repeat left 14px;
}

.ul-so2 {
    padding-bottom: 27px;
}

.tNav2 .hd-dl {
    margin-left: 439px;
}

.tNav3 .hd-dl {
    margin-left: 450px;
}

.tNav4 .hd-dl {
    margin-left: 543px;
}

.hd-dl {
    margin-left: 0px;
    margin-right: 0px;
}

.hd-menu {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: rgba(0, 43, 85, .65);
    width: 100%;
    padding-bottom: 0px;
    z-index: -1;
}

.hd-menu dl {
    float: none;
    vertical-align: top;
}

.hd-menu.show {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 100%;
    bottom: auto;
    z-index: 2;
}

.hd-dl dt {
    font-size: 14px;
    color: #505050;
    line-height: 34px;
    padding: 20px 50px 10px 0;
    margin-bottom: 10px;
    font-family: GothamBold;
    /*border-bottom: 1px solid #ebebeb;*/
    text-align: left;
}

.nav .hd-menu .hd-dl dt a {
    font-size: 16px;
    line-height: 36px;
}

.nav .hd-menu .hd-dl dt a:hover {
    background: none;
    color: #d6000c;
}

.nav .hd-menu .hd-dl dt p {
    line-height: 24px;
}

.nav .hd-menu .hd-dl dt p a {
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.nav { width: 100%;height: 60px;float: left;}
.yyui_menu1{width: 100%; max-width: 1400px;margin: 0px auto;text-align: center;display: flex;justify-content: space-around;}
.yyui_menu1>li,.yyui_menu1>li .sb>li {display: inline-block;text-align: center;} /*这一级是导航*/
.yyui_menu1>li>a {display: block;font-size: 18px;line-height: 60px;font-weight: bold;color: #000; text-decoration: none;padding-bottom: 40px;}
.yyui_menu1>li>a:hover,.yyui_menu1>li>a.active {color: #d6000c;}


.yyui_menu1 li .sb {position: absolute;left: 43vw;top: 100%;background: #fff;width: 30vw;z-index: 999;display: none;box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.3)} /*这是第二级菜单*/
.yyui_menu1 li .sb a {display: block;font-size: 18px;color: #000;line-height: 60px;font-weight: normal;text-decoration: none;}
.yyui_menu1 li .sb a:hover {background: none;color: #d6000c;}
.yyui_menu1 li .prosb {position:absolute; width:300px;border-left: 1px solid #ccc; z-index:999; display:none;transition: 0.8s;}
.yyui_menu1 li .prosb.downl{left: 50%;}

.yyui_menu1 li .prosb{background: #fff;}
.yyui_menu1 li .prosb.a{height: 700px;}
.yyui_menu1 li .prosb li{text-align: left; width:260px;padding: 0 20px; }
.yyui_menu1 li .prosb li:hover{background: #d6000c;}
.yyui_menu1 li .prosb li:hover>a{color: #fff;}
.yyui_menu1 li .prosb li a{height: 60px;line-height: 60px;}
.yyui_menu1 li .prosb li a.sub::after{content: ">";float: right;}
.yyui_menu1 li .prosb li a:hover {background: none;color: #d6000c;color: #fff;}
.yyui_menu1 li .prosb.a{left: 500px;}
.yyui_menu1 li>.prosb.b,.yyui_menu1 li>.prosb.c,.yyui_menu1 li>.prosb.d{left: 300px;height: 0;transition: all 1s ease-out;}
.yyui_menu1 li>.prosb{height: 0;transition: 0.5s;}
.yyui_menu1 li:hover>.prosb{height: 600px;}

.yyui_menu1 li .prosa { position:absolute;background: #fff;left: 15vw;top: 100%;width: 70vw;z-index:999; display:none;box-shadow: 0px -10px 20px 0px rgba(0,0,0,0.3)}
.yyui_menu1 li .prosa li{width: 10vw;text-align: left;}
.yyui_menu1 li .prosa h6>a{color: #000; font-weight: bold;}
.yyui_menu1 li .prosa p>a{line-height: 15px;color: #d6000c; font-weight: bold;}



.yyui_menu1 li .prob {position: absolute;left: 0;top: 100%;background: #fff;width: 100vw;height: 0;transition: 0.5s; z-index: 998;display: none;}
.yyui_menu1 li:hover .prob{height: 650px;}
.yyui_menu1 li ul ul{ top: 0;left:150px;} /*从第三级菜单开始,所有的子级菜单都相对偏移*/


.nav .product .hd-menu .hd-dl dl.org dt a {
    background: url(../images/nav_jt2.png) no-repeat right;
    color: #e15d2c;
}

.nav .hd-menu .hd-dl dl.org dt a:hover {
    color: #206cb6;
}

.nav .product .hd-menu .hd-dl dt a {
    padding-right: 20px;
    background: url(../images/nav_jt.png) no-repeat right;
    text-align: left;
    display: inline-block;
    width: auto;
}

.nav .product .hd-menu .hd-dl dl.org dt p a {
    background: none;
    display: block;
    padding-right: 0px;
}

.nav .product .hd-menu .hd-dl dt p a {
    background: none;
    display: block;
    padding-right: 0px;
}

.hd-dl dd {
    display: none;
}

.hd-dl dl:hover dd {
    display: block;
}

.hd-dl dd a {
    font-size: 12px;
    color: #505050;
    line-height: 28px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.hd-dl dd:hover a {
    color: #40a5f0;
}

.hd-dl .more {
    display: block;
    font-size: 14px;
    color: #40a5f0;
    overflow: hidden;
    line-height: 26px;
    margin-top: 16px;
}

.hd-dl .more:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.hd-dl dl .img {
    display: none;
}

.hd-dl dl {
    position: relative;
    display: inline-block;
}

.hd-dl .ok {
    position: relative;
}

.hd-dl dl .img {
    position: absolute;
    left: 100%;
    top: 50px;
    min-width: 300px;
    height: 150px;
    text-align: center;
}

.hd-dl dl .img img {
    display: block;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}


/*******************************
    -------[=导航]-------
********************************/

.menuBtn {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    background-color: #d6000c;
    z-index: 9;
    width: 60px;
    height: 60px;
    cursor: pointer;
    box-sizing: border-box !important;
    padding: 18px 15px 0;
}

.menuBtn b {
    display: block;
    float: right;
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn b:first-child {
    width: 26px;
}

.menuBtn b:last-child {
    display: block;
    width: 16px;
}



/*******************************
  -------[=banner]-------
*******************************/

#banner {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slick-slider,
.slick-list,
.slick-track,
.slick-slide {
    height: 100%;
}

#banner a {
    display: block;
    height: 100%;
}

#banner .slick-slide {
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

#banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#banner .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

#banner .slick-dots li.slick-active button {
    opacity: 1;
}

.card-img-150 {
    height: auto !important;
}

.search .col-12 {
    box-sizing: border-box !important;
}

@media (min-width: 992px) {
    .search .col-lg-4 {
        box-sizing: border-box !important;
    }
}

@media only screen and (max-width: 576px) {
    .page-num {
        /* display: block !important; */
    }
}