/*css初始化   css reset start*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f8f8f8
}

::-webkit-scrollbar-thumb {
    background: #000;
    height: 60px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #000;
}

/*
@font-face {
  font-family: "LIGHT_1.0_1";
  src: url("LIGHT/LIGHT_1.0_1.woff2") format("woff2"),
       url("LIGHT/LIGHT_1.0_1.woff") format("woff"),
       url("LIGHT/LIGHT_1.0_1.ttf") format("truetype"),
       url("LIGHT/LIGHT_1.0_1.eot") format("embedded-opentype"),
       url("LIGHT/LIGHT_1.0_1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/


html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, iframe, table, tbody, tfoot, thead,
tr, th, td, article, aside, footer, header, nav, section, del, s, em, i, strong, b, u, select, button, textarea, input, a {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}


/*特殊声明*/
html {
    -webkit-text-size-adjust: none;
}

/*body{
	font-family:"Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans",
	"wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;font-weight: normal;
	color:#585757; font-size:14px;background:#fff;width:100%;min-width: 320px;max-width:1920px;margin:0 auto;overflow-x:hidden;
}*/
body {
    font-family: "LIGHT_1.0_1", "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans",
    "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    background: #fff;
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}


/*清除浮动*/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*设置链接*/
a {
    color: #585757;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*其它*/
fieldset, img, textarea, input, button, select {
    border: none;
    outline: none;
    background: none;
}

/*去掉边框*/
ul, li, ol, dl, dt, dd {
    list-style: none;
}

/*去掉列表样式*/
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: normal;
}

i {
    font-style: normal;
}

input, select, img, button {
    vertical-align: middle;
}

input, button, textarea, select {
    font-family: "Microsoft YaHei Light", "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, FreeSans, Arimo, "Droid Sans",
    "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #9FA0A0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9FA0A0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9FA0A0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.white {
    color: #ffffff;
}

img {
    display: block;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Animation {
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
}

.en {
    text-transform: uppercase;
}

.overflowH {
    overflow-y: hidden;
}

/*头部*/
.header {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 101;
    left: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*.header .container{width:100%;overflow:visible;}*/
.header .logo {
    top: 50%;
    left: 50%;
    margin-top: 5px;
    z-index: 2;
    position: absolute;
    transform: translate(-50%, -50%);
}

.header .logo img {
    display: block;
    vertical-align: middle;
}

/*.header .logo .line{position:absolute;width:100%;height:4px;background:#000;left:0;bottom:0;opacity:1;transition:all 0.5s;-webkit-transition:all 0.5s;}*/
.header .container, .header .nav, .header .search, .search, .search_form, .search .tip, .header .main_nav, .header li {
    height: 90px;
}

.header .main_nav {
    width: 100%;
}

.header .nav {
    width: 100%;
    display: flex;
}

.header .search {
    width: 23.6%;
}

.header .tip {
    width: 42%;
}

.header .tip .tel, .enWebsite {
    width: 50%;
}

.nav > li:nth-child(3) {
    margin-right: 28%;
}

.nav li {
    position: relative;
    float: none;
    display: inline-block;
    width: 12%;
}

.nav li a {
    position: relative;
    display: block;
    height: 100%;
    font-size: 15px;
    text-align: center;
    padding-top: 24px;
    z-index: 2;
}

.nav li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav li a .en {
    margin-top: 4px;
}

.search_form {
    position: relative;
    width: 58%;
}

.s_inputItem {
    position: relative;
    width: 88%;
    height: 30px;
    top: 30px;
    margin: 0 auto;
}

.search_form .s_input {
    width: 100%;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search_form .s_input input {
    padding: 0 20px 0 5px;
    color: #fff;
    font-size: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.search_form input {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.s_submit {
    position: absolute;
    right: 7px;
    top: 5px;
}

.s_submit input {
    width: 20px;
    height: 20px;
    background: url(../images/icon_2_fff.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.tel {
    position: relative;
    height: 100%;
}

.tel_1 {
    background: url(../images/tel.png) no-repeat center;
    background-size: 70% auto;
    display: none;
}

.tel_2 {
    background: url(../images/tel_2.png) no-repeat center;
    background-size: 70% auto;
}

.enWebsite {
    cursor: pointer;
    position: relative;
    height: 100%;
    background: url(../images/en.png) no-repeat center;
    background-size: 70% auto;
}

.navlinks {
    display: none;
    position: absolute;
    width: 200px;
    top: 100%;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 5px;
    border: 3px solid #000;
    border-radius: 6px;
}

.navlinks:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #000;
    top: -9px;
    right: 10px;
}

.navlinks a {
    float: left;
    display: block;
    width: 50%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    padding: 10px 5px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.navlinks a:last-child {
    border-right: none;
}

.navlinks a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.navlinks a > img {
    height: 29px;
}

.navLine:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: url(../images/navLine.png) no-repeat top left;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*.nav li.cur>a,*/
.nav li:hover > a {
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid #333439;
}

.nav .menu_nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 90px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 20;
    border-bottom: 3px solid #000;
    display: none;
}

.nav .menu_nav a {
    display: block;
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
}

.nav .menu_nav a.cur {
    background: rgba(255, 255, 255, 0.29);
}

.nav .menu_nav a:hover {
    background: rgba(255, 255, 255, 0.29);
}


.header .menu_icon, .header .menu_icon_cha {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 16px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 2;
    display: none;
}

.header .menu_icon {
    background: url(../images/menu_icon.png) no-repeat center;
    background-size: 32px 32px;
}

.header .menu_icon_cha {
    background: url(../images/menu_icon_cha.png) no-repeat center;
    background-size: 25px 25px;
}

.header .min_main_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background: #000;
    display: none;
}

.header .min_main_nav .nav {
    width: 100%;
    height: auto;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.header .min_main_nav .nav li {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.header .min_main_nav .nav li a {
    padding: 12px 0;
    font-size: 15px;
}

.min_main_nav .nav .menu_nav {
    display: none;
    position: relative;
    top: 0;
    border-bottom: none;
    background: none;
}

.header .min_main_nav .nav .menu_nav a {
    padding: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.29);
}

.min_main_nav .nav li.cur > a, .min_main_nav .nav li:hover > a {
    border-bottom: none;
    background: none;
}

.header .min_main_nav .nav .enWebsite {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    text-align: center;
}

.header .min_main_nav .nav .enWebsite a {
    float: none;
    display: inline-block;
    width: auto;
    padding: 15px 10px;
    margin: 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.header .min_main_nav .nav .enWebsite a img {
    height: 29px;
}

.header .min_main_nav .nav .tel_2 {
    position: relative;
    height: 63px;
    background: url(../images/tel_2.png) no-repeat center;
    background-size: 45px 45px;
}

.border_dot {
    border-style: solid;
    border-color: #000;
}

.abs {
    position: absolute;
}

.rel {
    position: relative;
}

.bottom {
    padding: 80px 0 40px 0;
    background: url(../images/j26.jpg) center no-repeat;
    background-size: cover;
}

.bTitle .H4 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
}

.bTitle .H5 {
    font-size: 18px;
    color: #9b9b9b;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
}

.bMessage {
    width: 46.25%;
    float: right;
}

.bMessage .meForm {
    margin-top: 30px;
}

.bMessage .formList .list {
    width: 44.95%;
    float: left;
    margin: 0 10.1% 0 0;
    border-bottom: 1px solid #777777;
    padding: 13px 0;
    height: 49px;
    overflow: hidden;
}

.bMessage .formList .list:nth-child(2n) {
    margin-right: 0;
}

.bMessage .formList .list .H4 {
    float: left;
    font-size: 16px;
    color: #a3abb1;
    line-height: 21px;
}

.bMessage .formList .list .input {
    float: left;
    width: 70%;
    height: 21px;
    font-size: 14px;
    color: #a3abb1;
    margin-left: 10px;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0
}

.bMessage .formList .list2 {
    width: 100%;
    margin: 0;
}

.bMessage .yzm {
    float: right;
    width: 84px;
    height: 30px;
    overflow: hidden;
    margin: -4.5px 4px 0 0;
    line-height: 0;
    text-align: center;
}

.bMessage .yzm img {
    vertical-align: middle;
    height: 100%;
}

.bMessage .textarea {
    border: none;
    line-height: 21px;
    float: left;
    width: 88%;
    height: 60px;
    font-size: 14px;
    color: #a3abb1;
    margin-left: 10px;
    background-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0;
}

.bMessage .submit {
    width: 100%;
    height: 43px;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 35px;
    background-color: #20226E;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0;
}

.bMessage .submit:hover {
    background-color: #20226E;
}

@media screen and (max-width: 991px) {
    .bMessage .formList .listYzm .input {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {
    .bMessage {
        width: 100%;
    }

    .bMessage .meForm {
        margin-top: 10px;
    }

    .bMessage .formList .list {
        width: 100%;
        padding: 7px 0;
        height: 35px;
    }

    .bMessage .formList .list .H4 {
        font-size: 14px;
    }

    .bMessage .formList .listYzm .input {
        width: 30%;
    }

    .bMessage .yzm {
        width: 70px;
    }

    .bMessage .formList .list3 {
        height: 77px;
    }

    .bMessage .textarea {
        height: 63px;
    }

    .bMessage .submit {
        font-size: 12px;
        margin-top: 15px;
        height: 34px;
    }
}

.bCon {
    width: 32.56%;
    float: right;
}

.bCon .p {
    font-size: 18px;
    color: #fff;
    margin: 30px 0 45px 0;
}

.bEwm2 {
    width: 25.25%;
    float: Left;
    text-align: center;
}

.bEwm2 .pic {
    display: block;
    padding: 5px;
    /*background-color: #fff;*/
}

.bEwm2 .H6 {
    font-size: 14px;
    color: #a3abb1;
    margin-top: 20px;
}

.bAddress {
    width: 65%;
    float: right;
}

.bAddress .list {
    margin-bottom: 25px;
}

.bAddress .list:last-child {
    margin: 0;
}

.bAddress .ico {
    width: 18px;
    height: auto;
    float: left;
    line-height: 0;
    margin: 3px 0 0 0;
}

.bAddress .p2 {
    margin-left: 40px;
    font-size: 14px;
    color: #a3abb1;
    line-height: 20px;
}

.bottom2 {
    background-color: #2b2b2b;
    padding: 35px 0;
}

.bShare {
    float: right;
    font-size: 0;
}

.bShare .list {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 17px;
    background-color: #414141;
    position: relative;
    display: inline-block;
}

.bShare .list:first-child {
    margin: 0;
}

.bEwm {
    width: 100px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    margin-left: -50px;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bEwm .img {
    width: 90px;
    height: 90px;
    margin: 5px;
    display: block;
}

/*hover*/
@media screen and (min-width: 992px) {
    .bShare .list:hover {
        background-color: #20226E;
    }

    .bShare .list:hover .bEwm {
        height: 100px;
    }
}

.bottom2 .bLeft {
    float: left;
}

.bLink {
    display: none;
}

.bLink .list {
    display: inline-block;
    font-size: 14px;
    color: #a3abb1;
}

.bLink .scrollBox,
.bLink .scroll {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bLink .i1 {
    margin: 0 10px;
}

.bLink .i1:last-child {
    display: none
}

.bLink .top .ico {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bLink .a:hover {
    color: #fff;
}

.cr .p {
    display: inline-block;
    font-size: 14px;
    color: #a3abb1;
    margin-top: 8px;
}

@media screen and (max-width: 1549px) {
    .bCon {
        width: 40%;
    }

    .bMessage .textarea {
        width: 85%;
    }
}

@media screen and (max-width: 1199px) {
    .bottom {
        padding: 40px 0;
    }

    .bTitle .H4 {
        font-size: 20px;
    }

    .bCon {
        width: 49%;
    }

    .bMessage .textarea {
        width: 80%;
    }

    .bMessage .formList .list .input {
        width: 60%;
    }

    .bLink .list {
        font-size: 12px;
    }

    .bSearch {
        width: 200px;
        margin-top: 70px;
    }

    .bLink .i1 {
        margin: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    .bLink {
        text-align: center;
    }

    .bMessage .textarea {
        width: 75%;
    }

    .bShare {
        width: 100%;
        text-align: center;
    }

    .bShare .list {
        margin: 0 5px 10px 5px !important;
    }

    .bottom2 .bLeft {
        width: 100%;
    }

    .cr {
        text-align: center;
    }

    .bMessage .formList .list .input {
        width: 55%;
    }

    .bShare .list.active {
        background-color: #20226E;
    }

    .bShare .list.active .bEwm {
        height: 100px;
    }

    .bLink {
        width: 180px;
        height: 34px;
        background-color: #3d3d3d;
        position: relative;
        margin: auto;
    }

    .bLink .top {
        width: 100%;
        height: 34px;
        line-height: 34px;
        padding: 0 40px 0 10px;
        position: relative;
        text-align: left;
    }

    .bLink .top .ico {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 7px;
        right: 10px;
        display: block;
        line-height: 0;
    }

    .bLink .scrollBox {
        width: 100%;
        height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: absolute;
        bottom: 35px;
        left: 0;
        background-color: #3d3d3d;
    }

    .bLink .scrollBox .scrol {
        margin: 10px;
    }

    .bLink .i1 {
        display: none;
    }

    .bLink .scrollBox .scrol .a {
        display: block;
        line-height: 30px;
        text-align: left;
    }

    .bLink.active .scrollBox {
        height: 140px;
    }

    .bLink .top.active .ico {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 767px) {
    .bCon {
        display: none;
    }

    .bottom {
        padding: 20px 0;
    }

    .bTitle .H4 {
        font-size: 16px;
    }

    .bTitle .H5 {
        font-size: 13px;
        margin-left: 5px;
    }

    .bottom2 {
        padding: 10px 0 75px 0;
    }

    .cr {
        margin-top: 10px;
    }

    .cr .p {
        width: 100%;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
        margin: 0
    }
}

.am-container {
    max-width: 1600px !important;
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
    .container {
        width: 992px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*内页共用*/
    .paddingTop50 {
        padding: 45px 0 100px;
    }

    /*头部*/
    .header .logo {
        width: 180px;
        padding-top: 25px;
        left: 3%;
    }

    .header .logo img {
        height: 36px;
    }

    .header .main_nav {
        width: 76%;
    }

    .nav li a {
        font-size: 14px;
    }

    .nav li a .en {
        margin-top: 2px;
        font-size: 12px;
    }

    .nav .menu_nav a {
        font-size: 14px;
    }

    .s_submit {
        right: 10px;
    }

    .search_form .s_input input {
        padding: 0 30px 0 10px;
    }

    .navlinks {
        right: 0
    }

}

@media screen and (min-width: 0px) and (max-width: 610px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }


    /*头部*/
    body {
        padding-top: 70px;
    }

    .header {
        height: 70px;
    }

    .header .container {
        height: 70px;
    }

    .header .logo {
        width: 160px;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        z-index: 2;
        position: absolute;
    }

    .header .logo img {
        height: 30px;
    }

    .header .logo .line {
        height: 3px;
    }

    .max_main_nav {
        display: none;
    }

    .header .menu_icon {
        display: block;
        right: 10px;
    }

    .paddingTop90 {
        padding-top: 70px
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {

}


