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: #0679e4;
}

.color {
    color: #0679e4;
}

.banner{width: 100%;position: relative;z-index: 0;overflow: hidden;}
.banner .flexslider{ width:1920px;position:relative;left: 50%;margin-left: -960px;overflow:hidden; min-width:1000px;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{}
.banner .slides li img{width: 100%; margin:0 auto; display:block;}
/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 25px;height: 48px;background:none;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background-position:-25px 0; }
/*dot*/
.banner .flex-control-paging{}
.banner .flex-control-nav{ display: none; width: 1000px;position:absolute;left: 50%;margin-left: -500px;bottom: 50px; z-index:2;text-align:center;}
.banner .flex-control-nav li{display:inline-block;*display:inline;zoom:1;font-size: 0;margin: 0 6px;}
.banner .flex-control-nav a{display:block;width:20px;height:4px;border-radius:5px;background:#999;cursor:pointer;}
.banner .flex-control-nav .flex-active{background: #0461bb; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#0f6cc9;
}



/*首页banner*/
.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;
}
.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.left{float:left;}
.right{float:right;}
.hidden{display:none;}
.w{ width:1200px; margin:0 auto;}

.header{ width:100%; min-width:1200px; float:left;}
.main{ width:100%; min-width:1200px; float:left; padding-bottom:80px;}
.footer{ width:100%; min-width:1200px; float:left;}
.logo{ float:left; margin-top:42px;}
.topr{}
.topad{ float:right; margin-top:29px;}
.topad a{ display:block; font-size:14px; color:#808080; float:left; padding-left:27px; margin-left:26px;}
.topad a:nth-child(1){ background:url(../images/topad1.png) left center no-repeat;}
.topad a:nth-child(2){ background:url(../images/topad2.png) left center no-repeat;}
.tel{ font-size:14px; color:#7b7b7b; background:url(../images/tel.png) left center no-repeat; margin-top:24px; padding-left:27px;}
.tel span{ font-size:24px; color:#244a9d; font-weight:bold;}
.nav{ width:100%; background:url(../images/navbj.jpg) bottom repeat-x; margin-top:30px; height:70px;}
.nav li{ width:199px; height:70px; float:left;}
.nav li a{ display:block; float:left; margin-left:-8px; width:167px; height:63px; line-height:63px; text-align:center; font-size:16px; color:#ffffff; padding-top:7px;}

.nav li a.hover {
    background: url(../images/navh.png) center no-repeat;
}

.nav li:hover a{  background: url(../images/navh.png) center no-repeat;}
.sousuo{ width:100%; height:99px; float:left; background:#ffffff;}
.sousuoad{ background:url(../images/sousuoad.png) left center no-repeat; padding-left:67px; font-size:16px; color:#244a9d; float:left; margin-top:26px; line-height:2;}
.sousuoad a{ font-size:18px; color:#244a9d; font-weight:bold;}
.search{ width:600px; margin-top:27px; height:45px; border-bottom:1px solid #dcdcdc;}
.search dd{ float:left; font-size:16px; color:#ababab; line-height:45px; }
.search dd a{ margin-right:25px;}
.search dd a:hover{ text-decoration:underline;}
.searchfom{ float:right;}
.search-text{ width:270px; height:45px; background:none; border:none; float:left;}
.search-btn{ width:33px; height:45px; background:none; border:none; background:url(../images/searchbut.png) center no-repeat; float:left; font-size:0;}
.pro{ width:100%; height:962px; padding-top:48px; background:url(../images/probj.jpg) repeat-x; float:left; margin-top:10px;}
.bt{ width:100%; line-height:2; text-align:center;}
.bt p{ height:32px; width:100%; background:url(../images/btp.png) center no-repeat; font-size:30px; color:#010101; text-align:center; line-height:32px;}
.bt span{ font-size:16px; text-align:center;}
.prof{ width:242px; float:left; background:url(../images/profbt.jpg) top center no-repeat; padding-top:87px;margin-top:26px;}
.prof ul{ width:240px; border:1px solid #dcdcdc; background:#FFF; height:413px; border-bottom:none;}
.prof li{ width:100%; height:46px; border-bottom:1px solid #dcdcdc; text-align:center; line-height:46px;}
.prof li:hover{ background:#244a9d; color:#FFF; border-bottom:1px solid #244a9d;}
.itel{ width:242px; height: 267px; background:url(../images/itel.jpg) center no-repeat;}
.itel p{ font-size:24px; color:#ffffff; font-weight:bold; width:100%; float:left; margin-top:185px; text-align:center;}

/*footer*/
.footer{ width:100%; height:359px; background:#1b1b1b;}
.ftel{ width:462px; float:left; margin-top:44px;}
.fbt{ background: url(../images/fbt.png) bottom left no-repeat; height:50px; line-height:50px;  font-size:24px; color:#ffffff; font-weight:bold;}
.ftel p.p1{ margin-top:29px;  font-size:14px; color:#7b7c7d; line-height:2;}
.ftel p.p1 img{width:130px; float: left; margin-right:15px;}
.fnav{ width:220px; float:left; margin:44px 0 0 139px;}
.fnav ul{ margin-top:30px;}
.fnav li{ width:110px; float:left; font-size:16px; color:#fff; line-height:37px;}
.fnav li:hover{ text-decoration:underline;}
.fnav li a{color:#fff;}
.flogo{ float:right; margin-top:106px;}
.admin{ font-size:14px; color:#7b7c7d; margin-top:30px;}
.nmain{ background:url(../images/mainbj.jpg) center repeat-y; padding-bottom:80px;}
.side{ float:left; margin-top:68px;} 
