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: 1100px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1416 ? "1416px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #39393C;
    /*文字颜色定义 */
    min-width:1100px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #39393C;
}


/* 未访问的链接 */

a:visited {
    color: #39393C;
}


/* 已访问的链接 */

a:hover {
    color: #39393C;
    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;
}
.wrap1 {
    width: 1100px;
    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
}

.maincolor{
    color:#CC0033;
}

/*index banner*/
/*首页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;
}

.banner {
    width: 100%;
    z-index: 0;
    /* overflow: hidden;
    height: 416px; */
    /* bottom:7px; */
    height: auto;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #DD2F2F;;
}

.color {
    color: #DD2F2F;;
}


.header {
    width: 100%;
    position: relative;
    z-index: 9999;
}

.header .header_top {
    height: 95px;
}

.header .header_top .logo {
    margin-top: 10px;
}

.header .header_top .phone {
    display: inline-block;
    margin-top: 10px;
}

.header .header_top .phone .txt1 {
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: url(../images/h1.png) no-repeat left center;
}

.header .header_top .phone h3 {
    font-size: 18px;
    color: #0154a4;
}

.header .header_nav {
    width: 100%;
    height: 94px;
    border-top: 4px solid #0348B2;
}

.menu {
    position: relative;
    z-index: 100;
    text-align: center;
}

.menu>li {
    height: 94px;
    width: 150px;
    text-align: center;
    position: relative;
    margin: 0 9px;
    display: inline-block;
    vertical-align: top;
}

.menu>li a {
    font-size: 16px;
    color: #494747;
    display: block;
    width: 100%;
    height: 94px;
}

.menu>li a p {
    width: 100%;
    padding-top: 20px;
}

.menu>li:hover,
.menu>li.hover {
    background: url(../images/h3.png) no-repeat center bottom;
}

.menu>li:hover a,
.menu>li.hover a {
    color: white
}


/*footer*/

.footer{
    /* height: 360px; */
    background-color: #222;
    font-size: 15px;
}
.footer .shu{
    width: 15%;
    padding-top: 30px;
    float: left;
}
.footer .shu .tit{
    color:#f8fafa;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}

.footer .shu ul li{
    height: 26px;
}
.footer .shu ul a {
    color: #fff;
    line-height: 26px;
    overflow: hidden;
   
}
.footer .shu ul a:hover{
    border-bottom: #ccc dotted 1px;
text-decoration: none;
}
.footer .shu p{
    color: #fff;
    line-height: 26px;
    overflow: hidden;
}
.footer .contact{width: 350px;}
.footer .last{width: 370px;float: right;}
.footer .last img{width: 120px;height: 120px; display: inline-block;}
.foot{
border-top: #2F2F2F solid 1px;
color: #7d7d7d;
margin-top: 30px;
height: 45px;
line-height: 45px;
font-size: 14px;
}
.foot a{
    color: #9a9a9a;
text-decoration: none;
}

/* .foot .span1{
    margin-left: 220px;
} */
.foot .span2{
    margin-left: 220px;
}



#floatDivBoxs{width:150px;background:#fff;position:fixed;top:80px;right:0;z-index:11999; right:0px;	font-family:"Microsoft YaHei", "Î¢ÈíÑÅºÚ", "ºÚÌå";}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#034697;;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq a{ color:#333;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:5px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:5px 14px; text-align:center;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px; font-size:14px; text-align:center; }
#floatDivBoxs .floatDtel img{border:0px; width:100px;}
#floatDivBoxs .floatDbg{width:100%;height:30px; line-height:30px; color:#FFFFFF; cursor:pointer; background:#034697;; text-align:center;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:200px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:80px;right:0px;z-index:11999;}
#rightArrow a{display:block;height:200px;}
.lan1{ color:#034697;; margin-left:12px;}
.reac{ font-size:14px; font-weight:bold; color:#ff6600;}