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: "思源黑体";
    _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: #1569a9;
}

.color {
    color: #1569a9;
}




/*首页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;
}
.maincolor{ color: #004ea2;}
.mainbgcolor{ background: #004ea2;}

/*! Banner */
.slick-slider{-moz-user-select:none;box-sizing:border-box;display:block;position:relative;}
.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative;}
.slick-list:focus{outline:medium none;}
.slick-loading .slick-list{background:url("ajax-loader.gif") no-repeat scroll center center white;}
.slick-list.dragging{cursor:pointer;}
.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{transform:translate3d(0px,0px,0px);}
.slick-track{display:block;left:0;position:relative;top:0;z-index: 1;}
.slick-track::before,.slick-track::after{content:"";display:table;}
.slick-track::after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto;}
.slick-prev,.slick-next{background:none repeat scroll 0 0 transparent;border:medium none;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin-top:-10px;outline:medium none;padding:0;position:absolute;top:50%;width:20px;}
.slick-prev:focus,.slick-next:focus{outline:medium none;}
.slick-prev.slick-disabled::before,.slick-next.slick-disabled::before{opacity:0.25;}
.slick-prev::before,.slick-next::before{color:white;font-size:20px;line-height:1;opacity:0.85;}
.slick-prev{left:-5px;}
.slick-prev::before{content:"\e257";}
.slick-next{right:-5px;}
.slick-next::before{content:"\e258";}
.slick-dots{bottom:20px;display:block;list-style:outside none none;padding:0;position:absolute;text-align:center;width:100%;z-index:30;}
.slick-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px;}
.slick-dots li button{background:none repeat scroll 0 0 transparent;border:0 none;color:transparent;cursor:pointer;display:block;font-size:0;height:5px;line-height:0;outline:medium none;padding:0px;width:62px;}
.slick-dots li button:focus{outline: medium none;}
.slick-dots li.slick-active button::before{opacity: 0.75;}
.pane-bundle-carousel .slick-slider .slick-prev,.pane-bundle-carousel .slick-slider .slick-next{background-color:#0081d1;height:75px;top:45%;transition:all 0.3s ease 0s;width:35px;}
.pane-bundle-carousel .slick-slider .slick-prev:hover,.pane-bundle-carousel .slick-slider .slick-next:hover{background-color:#fbbc0d;transition:all 0.3s ease 0s;}
#banner{position:relative;height:150px;z-index: 1;}
#banner .slick-slide{height:150px;background-position:center center;background-size:cover;}
#banner .camera_caption{text-align:center;}
#banner .slick-dots li{position:relative;display:inline-block;list-style-type:none;height:5px;width:62px;margin:0 5px;padding:0;cursor:pointer;}
#banner .slick-dots li button{background: rgba(255,255,255,0.63);font-size:0;}
#banner .slick-dots li.slick-active button{background:#0074cb;}
#banner button.slick-prev,#banner button.slick-next{display:none !important;}
#banner .bannerpic{height:100%;background-size:cover;background-position: center center;}

@media (min-width: 768px){

	#banner{height:609px;}
	#banner .slick-slide{height:609px;}

}


.content{ width:1200px; margin:0 auto;}
.head{height:182px;background: url(../images/head_bg.jpg) no-repeat center bottom;}
.h_top{height: 74px;}
.h_top i{float: left;font-size: 14px;color: #666;line-height: 74px;}
.h_top p a{float: left;font-size: 14px;color: #666;line-height: 14px;height: 74px;position: relative;margin-left: 50px;}
.h_top p a img{display: block;padding: 8px 0;margin: 0 auto;}
.h_top p a:after{position: absolute;width: 1px;height: 25px;content: "";background: #ebebeb;left: -25px;top: 26px;}
.h_top p a:first-child:after{display: none;}
.h_con{height: 116px;}
.h_con .t_logo{float: left;margin: 15px 28px 0 0;}
.h_con h2{float: left;font-size: 0;line-height: 0;padding-left: 30px;margin-top: 26px;position: relative;}
.h_con h2:after{position: absolute;width: 1px;height: 31px;background: #e0e0e0;content: "";left: 0;top: 11px;}
.h_con h2 span{display: block;font-size: 24px;color: #333;line-height: 24px;padding-top: 8px;}
.h_con .tel{float: right;margin-top: 26px;padding-left: 55px;font-size: 14px;line-height: 14px;color: #333;background: url(../images/tel1.png) no-repeat left 10px;}
.h_con .tel b{display: block;font-size: 28px;line-height: 30px;font-family: "Arial";color: #333;}
.h_nav{height: 66px;}
.h_nav li{float:left;height:66px;line-height: 66px;position: relative;z-index: 1;}
.h_nav li a{display:block;font-size: 16px;color:#fff;padding: 0 52px;}
.h_nav li:first-child a{background:url(../images/home.png) no-repeat 20px center;margin-left: 24px;}
.h_nav li:after{position: absolute;width: 100%;height: 0;content: "";left: 0;bottom: 0;background: #cd0c04;transition: height .3s;z-index: -1;}
.h_nav li:hover:after,.h_nav li.cur:after{height: 100%;}



.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;
  }

/*footer*/
.end_dbg{background:#302f2f;height: auto;padding:30px 0;margin-top: 59px;
    /* height: 230px; */
  }
.end_nav{border:2px solid #FFF; height: 46px;line-height: 46px;margin-top: 15px; }
.end_nav li{float: left;padding:0px 56px;  }
.end_nav li a{color: #fff;}
.end_right{width:1180px;}
.end_logo{margin:22px 0px 0 0;  }
.end_ewm{width:105px; margin: 20px 0px 0  0px;  }
.end_ewm img{width:105px;height: 105px;  }
.end_n h2{color:#FFF;display: inline-block;font-size: 14px;
}
.end_n a{color:#fff;}
.end_n { line-height: 30px; color:#fff; margin-top: 20px;float: left; width:850px;font-size: 15px;
}
