﻿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
}


/*header*/
.header{position: relative;background: #fff;}
.header_top{width: 1200px;margin: 0 auto;}
.header_top .logo{display: block;margin-top: 10px;}
.header_top .header_tel{background: url(../images/header_tel.png) no-repeat left center;padding-left: 50px;font-size: 16px;color: #333;line-height: 28px;margin-top: 10px;margin-left: 20px;}
.header_top .header_tel span{font-weight: bold;font-size: 20px;color: #043689;display: block;}

#nav { font-size: 0; line-height: 1; display: inline-block; vertical-align: middle; z-index: 1; margin-right: 0; }
#nav > li { display: inline-block; position: relative; vertical-align: top;}
#nav > li:last-child { margin-right: 0; }
#nav > li.hasUl > a { position: relative; }
#nav > li:hover > a, #nav > li.active > a { color: #fff; }
#nav > li.active > a{font-weight: bold;}
#nav > li:hover > a:after, #nav > li.active > a:after { filter: alpha(opacity=100); opacity: 1; }
#nav > li > a { display: block; font-size: 18px; color: #333; position: relative; text-transform: capitalize; z-index: 2; padding: 30px 12px; position: relative; line-height: 16px;}
#nav > li > a:after { content: ""; width: 100%; height: 100%; background: #043689; position: absolute; top: 0; left: 0; z-index: -1; transform: skew(-20deg); -ms-transform: skew(-20deg); -moz-transform: skew(-20deg); -webkit-transform: skew(-20deg); -o-transform: skew(-20deg); filter: alpha(opacity=0); opacity: 0; }
#nav > li > ul { display: block; width: 240px; position: absolute; top: 100%; left: -35px; z-index: 999; background: #fff; box-shadow: 0 0 15px rgba(255, 255, 255, 0.2); display: none; }
#nav > li > ul > li { line-height: 1.2; position: relative; transition: 0s; -moz-transition: 0s; -webkit-transition: 0s; -o-transition: 0s; -ms-transition: 0s; }
#nav > li > ul > li:first-child { margin-top: 20px; }
#nav > li > ul > li:last-child { border-bottom: 0; margin-bottom: 20px; }
#nav > li > ul > li > a { display: block; font-size: 16px; color: #333; text-transform: capitalize; position: relative; padding: 15px 10px 7px 35px; transition: 0.2s all ease; -moz-transition: 0.2s all ease; -webkit-transition: 0.2s all ease; -o-transition: 0.2s all ease; -ms-transition: 0.2s all ease; }
#nav > li > ul > li:hover > a, #nav > li > ul > li.active > a { padding-left: 45px; color: #043689; }
#nav > li > ul > ul { top: 0; left: 100%; margin-top: 0; visibility: visible; filter: alpha(opacity=100); opacity: 1; display: none; }
#nav > li.selected > ul { visibility: visible; filter: alpha(opacity=100); opacity: 1; }
#nav > li.proLi { position: static; }
#nav > li .proDrop { width: 100vw;height: 100vh; position: absolute; top: 100%; left: 0; z-index: 999; margin-top: 0; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); transition: 0s; -moz-transition: 0s; -webkit-transition: 0s; -o-transition: 0s; -ms-transition: 0s; display: none;}
#nav > li .proDrop .flexW { display: flex; display: -webkit-flex;height:100vh;}
#nav > li .proDrop .leftW { width: 11.38542%; background: #fff; padding: 2.34375% 2.08333% 7.03125% 4.16667%; position: relative;}
#nav > li .proDrop .leftW > ul > li.active > a { color: #043689; }
#nav > li .proDrop .leftW > ul > li.active > a:after { color: #043689; filter: alpha(opacity=100); opacity: 1; }
#nav > li .proDrop .leftW > ul > li > a { font-size: 18px; color: #333; display: block; padding: 45px 0; border-bottom: 1px solid #EFEFEF; }
#nav > li .proDrop .leftW > ul > li:nth-child(1)>ul{display: block;}
#nav > li .proDrop .leftW > ul > li > ul { position: absolute; top: 0; left: 100%; width: 280px; background: rgba(0, 0, 0, 0.5);  display: none;height:100vh; padding-top:50px; padding-left:40px;}
#nav > li .proDrop .leftW > ul > li > ul > li { margin-bottom: 15px; position: relative; font-size: 16px; }
#nav > li .proDrop .leftW > ul > li > ul > li.active:before { filter: alpha(opacity=100); opacity: 1; }
#nav > li .proDrop .leftW > ul > li > ul > li.active > a:after { filter: alpha(opacity=100); opacity: 1; }
#nav > li .proDrop .leftW > ul > li > ul > li:before { content: ""; width: 6px; height: 12px; background: #fff; position: absolute; right: 100%; top: 6px; margin-right: 10px; filter: alpha(opacity=0); opacity: 0; transition: 0.5s all ease; -moz-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; -ms-transition: 0.5s all ease; }
#nav > li .proDrop .leftW > ul > li > ul > li > a { color: #fff; display: block; padding: 5px 0; }
#nav > li .proDrop .rightW { width: 77.61458%; padding-left: 280px; background: url(../images/xiala_bg.jpg) repeat-y; display: flex; display: -webkit-flex; align-items: center; justify-content: center;background-size: 100% 100%;}

.header.nav01 {position: fixed;top: 0;left: 0;z-index: 999;width: 100%;min-width: 1200px;}




/*棣栭〉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/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/
.footer { background: #043689; color: #fff; }
.footerTop { padding-top: 50px; position: relative; padding-bottom: 30px; border-bottom: 1px solid #35558c; }
.footerMenu ul li { display: inline-block; margin-left: 45px; margin-top: 35px;}
.footerMenu ul li a { display: block; color: #fff; position: relative; text-transform: capitalize; font-size: 16px; display: inline-block; position: relative; }
.footerMenu ul li a:before { content: ""; height: 1px; position: absolute; left: 50%; right: 50%; bottom: 0; background: #fff; }
.footerMenu ul li a:hover:before { left: 0; right: 0; }

.footerMid{position: relative;}
.footerContact .title { font-size: 28px; color: #fff; text-transform: uppercase; font-weight: bold; margin-top: 35px;}
.footerContact .flexW { margin-top: 25px; }
.footerContact ul { display: inline-block; vertical-align: top; margin-right: 140px; }
.footerContact ul:last-child { margin-right: 0; }
.footerContact ul > li { position: relative; font-size: 16px; padding-left: 25px; line-height: 32px;}
.footerContact ul > li.eml{ background: url(../images/mail.png) no-repeat left center;}
.footerContact ul > li.tel { background: url(../images/tel.png) no-repeat left center;}
.footerContact ul > li.add{background: url(../images/add.png) no-repeat left center;padding-left: 30px;}
.footerContact ul > li.mob{ background: url(../images/phone.png) no-repeat left center;}
.footerContact ul > li.name{ background: url(../images/name.png) no-repeat left center;}
.footerContact ul > li.big{font-size: 32px;font-weight: bold;padding-left: 55px;background: url(../images/hotline.png) no-repeat left center;line-height: 48px;margin-bottom: 10px;}
.footerContact ul > li.fac{font-weight: bold;padding-left: 30px;background: url(../images/fac.png) no-repeat left center;margin-top: 55px;}

.footerShare { position: absolute;right: 0;top: 40px;}
.footerShare .ewm{width:120px;margin-bottom: 10px;display: inline-block;text-align: center;margin-left: 10px;}
.footerShare .ewm span{color:#fff;margin-top: 5px;display: inline-block;font-size: 16px;}

.footerBot { padding-bottom: 15px; padding-top: 40px; }
.footerBot .copyRight { color: #fff; }
.footerBot .copyRight a{ color: #fff; }