body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 16px;*/
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #1b85db;
}

.color {
    color: #1b85db;
}



/*首页banner*/
.banner17{overflow: hidden;}
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


article, aside, div, footer, header, nav, section {
    box-sizing: border-box
}

dd, dl, dt, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0
}


.float-l {
    float: left
}

.float-r {
    float: right
}

.font-14px {
    font-size: 14px
}

.overflow-hidden {
    overflow: hidden
}

.hide {
    display: none
}

.color-1a {
    color: #1a1a1a
}

.color-666 {
    color: #666
}

.color-999 {
    color: #999
}

.clearfix:after, .clearfix:before {
    display: table;
    box-sizing: border-box;
    content: " "
}

.clearfix:after {
    clear: both
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px
}

.min-width-1200 {
    min-width: 1200px
}

.header {
    position: relative;
    height: 154px
}

.logo {
    position: absolute;
    left: 0;
    top: 26px;
    width: 222px
}

.logo > span {
    display: block;
    margin-top: 6px;
    text-align: center;
    color: #473a92;
    font-size: 16px
}

.header-phone {
    position: absolute;
    right: 0;
    top: 26px;
    padding-left: 58px;
    height: 50px;
    padding-top: 6px;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-image: url(../images/icon_phone.png)
}

.header-phone p {
    font-size: 22px;
    color: #ff8813;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px
}

.header-phone p:first-child {
    margin-bottom: 4px;
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 400;
    letter-spacing: 0
}

.header-nav {
    position: absolute;
    /* right: 100px; */
    bottom: 28px;
    height: 24px
}

.header-nav a {
    margin-left: 36px;
    font-size: 18px !important;
}

.header-nav a:first-child {
    margin-left: 0
}

.single-ad {
    position: relative;
    width: 100%;
    min-height: 240px;
    overflow: hidden;
    background-color: #f5f5f5
}

.single-ad .single-ad-content {
    width: 5000px;
    height: 100%;
    text-align: center;
    font-size: 0
}

.single-ad .single-ad-text {
    margin-left: -600px;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: 2;
    padding-top: 94px
}

.single-ad .single-ad-text .cn_name, .single-ad .single-ad-text .en_name {
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 1;
    text-align: center
}

.single-ad .single-ad-text .en_name {
    margin-top: 8px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.nav-bar {
    padding: 54px 0 24px;
    line-height: 22px
}

.nav-bar span:last-child {
    color: #ff8813
}

.nav-bar .line {
    margin: 0 6px
}

.nav-bar-product-box {
    min-width: 1200px;
    background-color: #fafafa;
    border-top: 1px solid #e5e5e5
}

.nav-bar-product-box .nav-bar {
    padding: 20px 0 18px
}

.footer {
    float: left;
    background-color: #505050;
    width: 100%;
    min-height: 194px;
    padding-top: 68px;
    padding-bottom: 34px;
    font-size: 14px;
    box-sizing: content-box
}

.footer-title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 1
}

.footer-nav {
    width: 305px
}

.footer-nav ul {
    width: 100%
}

.footer-nav li {
    width: 150px;
    line-height: 28px
}

.footer-nav a {
    color: #9a9a9a;
    font-size: 14px
}

.footer-nav a:hover {
    color: #fff
}

.footer-lxwm {
    width: 360px;
    height: 166px;
    padding: 0 30px 0 30px;
    border-left: 1px solid #737373;
    border-right: 1px solid #737373;
    line-height: 28px;
    color: #9a9a9a
}

.footer-tjwm {
    width: 300px;
    height: 166px;
    padding: 0 0 0 38px;
    border-right: 1px solid #737373
}

.footer-icon {
    margin-left: -1px;
    padding-top: 16px
}

.footer-tjwm a {
    margin-left: 15px;
    transition: opacity .3s
}

.footer-tjwm a:first-child {
    margin-left: 0
}

.footer-tjwm a:hover {
    opacity: .5
}

.footer-gzwm {
    padding: 0 0 0 38px
}

.footer-gzwm img{
    max-width: 100px;
}
.footer-gzwm > div > img:first-child {
    margin-right: 24px
}

.footer-bar {
    float: left;
    width: 100%;
    padding: 14px 0;
    background-color: #2e2e2e;
    text-align: center;
    color: #c1c1c1
}
.footer-bar a{
     color: #c1c1c1
}

.friadns-link {
    margin-top: 16px;
    padding: 16px 0 0 0;
    line-height: 20px;
    border-top: 1px solid #737373
}

.friadns-link a, .friadns-link span {
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #9a9a9a
}

.friadns-link a:hover {
    text-decoration: underline
}

.pagitions {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    overflow: hidden;
    line-height: 30px
}

.pagitions > b {
    margin: 0 6px
}

.pagitions .off {
    color: #999
}

.pagitions > a, .pagitions > span {
    box-sizing: border-box;
    margin: 0 2px;
    font-size: 14px;
    min-width: 30px;
    padding: 0 8px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    vertical-align: bottom
}

.pagitions > span:last-child {
    margin-right: 0
}

.pagitions > a.focus, .pagitions > a:hover {
    background-color: #473a92;
    border-color: #473a92;
    color: #fff
}

.kai_banner_container {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5
}

.kai_banner_container .kai_banner_body {
    white-space: nowrap;
    font-size: 0;
    position: relative
}

.kai_banner_container .kai_banner_body a {
    display: inline-block;
    width: 100%;
    background-position: center
}

.kai_banner_container .kai_banner_body img {
    width: 100%
}

.kai_banner_container .kai_banner_bottombtns {
    position: absolute;
    bottom: 20px;
    z-index: 200;
    text-align: center;
    width: 100%;
    height: 62px;
    overflow: hidden;
    font-size: 0
}

.kai_banner_container .kai_banner_bottombtns span {
    margin: 0 6px;
    background-size: cover;
    display: inline-block;
    width: 104px;
    height: 50px;
    padding: 10px 8px 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    opacity: .5;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 1.2
}

.kai_banner_container .kai_banner_bottombtns span.highlight {
    opacity: 1
}

.kai_banner_container .side_btn {
    width: 45px;
    height: 45px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 200;
    margin: 50px;
    visibility: hidden
}

.kai_banner_container:hover .side_btn {
    visibility: visible
}

.kai_banner_container .side_btn:hover {
    border-color: rgba(0, 0, 0, .2);
    border-width: 6px
}

.kai_banner_container .kai_banner_prevbtn {
    left: 2.5%;
    transform: translateY(-100%) rotate(225deg);
    -webkit-transform: translateY(-100%) rotate(225deg);
    -moz-transform: translateY(-100%) rotate(225deg);
    -ms-transform: translateY(-100%) rotate(225deg)
}

.kai_banner_container .kai_banner_nextbtn {
    right: 2.5%;
    transform: translateY(-100%) rotate(45deg);
    -webkit-transform: translateY(-100%) rotate(45deg);
    -moz-transform: translateY(-100%) rotate(45deg);
    -ms-transform: translateY(-100%) rotate(45deg)
}

.product_h3, .product_h2 {
    display: none;
}




.header-nav{
    display: flex;
}
.header-nav .hd-btn form {
    display: block;
    margin-top: 9px;
    position: relative;
    width: 200px;
}
.header-nav .hd-btn form input{
    width: 100%;
    height: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding-right: 35px;
    padding-left: 15px;
    font-size: 14px;
    color: #a1a1a1;
    box-sizing: border-box;
}
.header-nav .hd-btn form .sub {
    border-width: 0;
    border-color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 30px;
    background: url(../images/search-ico01.png) no-repeat center;
    cursor: pointer;
}
.lxwm-form-submit button{
    display: block;
    width: 300px;
    line-height: 46px;
    margin: 0 auto;
    background-color: #ff8813;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    letter-spacing: 1px;
    border-color: #fff;
    border: none;
}
.formError {
    max-width: 280px;
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10001;
    background-color: #f6f6f6;
    padding: 15px 30px;
    border-radius: 5px;
    opacity: 0;
    transition: .4s all;
    box-shadow: 0 5px 10px rgba(67, 65, 68, 0.9);
}

.formError.active {
    opacity: 1;
}

.formError h6 {
    font-size: 16px;
    color: #434144;
}

.pro-choose {
    margin-top: 5px;
}
.pro-choose img {
    vertical-align: middle;
}

.pro-choose .choose-name {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    line-height: 51px;
    background-color: #f1f1f1;
    padding: 0 25px 0 30px;
}

.choose-name strong {
    font-weight: 500;
    display: inline-block;
    color: #373737;
    font-size: 18px;
}

.choose-name strong img {
    margin-right: 10px;
    margin-top: -2px;
}

.choose-name span {
    float: right;
    cursor: pointer;
}

.choose-name span img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.choose-name span.rotate img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pro-choose li {
    border: 1px solid #d9d9d9;
    border-top: none;
    line-height: 36px;
    padding: 7px 30px 7px 140px;
    position: relative;
    font-size: 0;
}


/*# sourceMappingURL=.maps/common.css.map */

