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: 1000px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1000 ? "1000px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1000px;
    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: #0F51BB;
}

.color {
    color: #0F51BB;
}

.textover{text-overflow:ellipsis;white-space:nowrap;}
/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.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
}


/* header */

/*.header {
    width: 100%;
    height: 95px;
    position: relative;
    z-index: 9999;
}

.header .header_top {
    height: 95px;
}

.header .header_top .logo {
    margin-top: 30px;
}

.header .header_top .phone {
    display: inline-block;
    margin-top: 18px;
}

.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: 24px;
    color: #EB3D00;
}

.header .header_nav {
    width: 1255px;
    height: 69px;
    background: url(../images/h2.png) no-repeat center bottom;
    text-align: center;
    margin: 0 auto;
}

.header .header_nav li {
    width: 160px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    background: url(../images/h5.png) no-repeat left center;
}

.header .header_nav li div {
    width: 100%;
    height: 65px;
    background: url(../images/h4.png) no-repeat center;
    background-position-y: 56px;
}

.header .header_nav li a {
    display: inline-block;
    width: 100%;
    height: 65px;
    font-size: 16px;
    padding-top: 12px;
    color: white;
}

.header .header_nav li.first {
    background: 0;
    padding-left: 0;
}

.header .header_nav li:hover div,
.header .header_nav li.hover div {
    transition: all 0.2s linear;
    background-position-y: 54px;
}

*/
/*footer*/

/*footer*/

.footbox{ width:100%; margin-top:50px;}
.dh{height:49px; border-top:solid 1px #e0dede; border-top:solid 1px #e0dede; line-height:49px;  text-align:center}
.dh a{line-height:49px; padding:0 30px; font-size:16px; }
.footbox a:hover{ text-decoration:underline}

.footcont{ width:100%; margin:0 auto; background:#292c31; height:380px; color:#FFFFFF;font-size:14px; line-height:30px; padding-top:10px; text-align:center }
.footcont a{color:#abacad;font-size:14px; line-height:30px;}
.footcont ul{ width:1200px; margin:0 auto;}
.footcont ul li{ float:left; color:#abacad; height:380px; text-align:left}
.footcont ul li p{ color:#abacad; font-size:20px; font-weight:bold; margin-top:20px; font-family:Arial, Helvetica, sans-serif}
.footcont ul li span{ font-size:16px; font-weight:100; color:#abacad;}
.footcont ul li .del{ margin-top:20px;}
.footcont ul li .del dl dt{ background:url(../images/del.jpg) no-repeat left center; height:51px;}
.footcont ul li .del dl dd{ color:#abacad; font-size:14px; text-indent:45px; line-height:40px;}
.footcont ul li .add{ margin-top:20px;}
.footcont ul li .list{ width:630px; margin-top:15px}
.footcont ul li .list dl{ float:left; width:250px; float:left; display:block;}
.footcont ul li .list dl dd{  font-size:16px; line-height:30px;}
.footcont ul li .list dl dt{ font-size:12px; line-height:25px;}


.footcont ul li .add dl dt{ background:url(../images/add.jpg) no-repeat left center; height:51px;}
.footcont ul li .add dl dd{ color:#abacad; font-size:14px; text-indent:45px; line-height:40px;}
.footcont ul li .wx{ width:250px; margin-top:20px;}
.footcont ul li .wx dl dd{ float:left; margin-right:4px;margin-left:4px; text-align:center; color:#abacad}
.footcont ul li .wx dl dd img{ width:180px}

.foot_bg{ background:#305dc3; text-align:center; color:#FFFFFF; height:43px; line-height:43px;}
.foot_bg a{color:#fff}



.returnTop {
    position: absolute;
    top: 10px;
    right: -50px;
}

/*toparea*/
.topraea{ width:100%; height:40px; margin:0 auto; background:#f4f4f4}
.topraea ul{ width:1190px; height:40px; margin:0 auto}
.topraea ul li{ float:left; line-height:40px; color:#666666; font-size:14px;}
.topraea ul li a{line-height:40px; color:#666666; font-size:14px;}

/*header*/
.heading{ width:100%; height:120px; margin:0 auto; background:#fff; display:block; overflow:hidden}
.heading .main{ width:1200px; height:120px; margin:0 auto}

.heading .main .logo{ display:block; float:left; height:120px; background:url(../images/logo.png) 0 center no-repeat; padding-left:95px; width:612px;}
.heading .main .logo p{ font-size:32px; color:#161616; font-weight:bold; line-height:40px; padding-top:26px}
.heading .main .logo span{ color:#595959; font-size:16px; line-height:25px; font-weight:100}

.heading .main .tel{ display:block; float:right; height:120px; background:url(../images/tel.jpg) 0 center no-repeat; padding-left:55px; width:220px}
.heading .main .tel p{ font-size:30px; color:#82c000; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height:30px}
.heading .main .tel span{ font-size:16px; color:#666666; line-height:25px; font-weight:500 }

/*nav*/
.nav{
	background: #305dc3;
	height: 60px;
}
.fixednav{width: 100%;height: 60px;background:#305dc3;z-index: 99998; position: fixed;top: 0px; left:0;}
.nav ul{height:60px;width: 1200px;margin: 0 auto;}

.nav li{line-height:60px;height:60px;text-align:center;width:150px;float:left;position:relative;z-index:999;}
.nav li a{display:block;line-height:60px;color:#fff;height:60px;font-size: 17px;padding:0; width:148px; margin:0 auto}
.nav li:hover a,.nav li>a.linshi1{color:#fff;text-decoration:none;background-color:#89ca00; width:148px; margin:0 auto}
.nav>li>a:focus, .nav>li:hover>a {
    text-decoration: none;
    background-color: #89ca00;color:#fff; width:148px; margin:0 auto
}

.nav .sec{height:0;background:#0153b9;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:60px;left:1px;}
.nav .sec a{background:#0153b9 !important;color:#fff;height:38px;line-height:38px;width:148px; font-size:15px !important}
.nav .sec a:hover{text-decoration: underline;color:#fff; background:#0153b9 !important}


@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}


.inmenu{ width:100%; height:112px; background:#f8f8f8; }
.inmenu .center{width: 1240px;margin: 0 auto;}
.inmenu li{ width:310px; height:112px; color:#606060; font-size:16px;cursor:default}
.inmenu li div{ width:60px; height:60px; overflow:hidden; margin:21px 14px 0 34px }
.inmenu li img{ -webkit-transition: 0.8s; -webkit-transition: -webkit-transform 0.8s ease-out; transition: transform 0.8s ease-out;-moz-transition: -moz-transform 0.8s ease-out;}
.inmenu li:hover img{transform: rotateZ(360deg);-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);}
.inmenu li p{ font-size:25px; line-height:35px; margin-top:22px; color:#333}







.cellspacing-b{margin-bottom:40px; margin-top:10px}
.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.row{margin-right:-15px;margin-left:-15px}

.col-md-3 {
    width: 23%; margin:0 1%
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}


.piclist{ margin-bottom:15px;}
.piclist a{ display:block}
.piclist h3{font-size:16px; font-weight:normal;color:#333; text-align:center; margin:0; padding:15px 0px;}
.piclist p{color:#666; margin-bottom:20px;}
.piclist img{ border:1px solid #cdcdcd;}


.picyu{width:380px; float:left; margin:0 30px 0 0}
.picyu a{ display:block}
.picyu h3{font-size:16px; font-weight:normal;color:#333; text-align:center; margin:0; padding:15px 0px;}
.picyu p{color:#666; margin-bottom:20px;}
.picyu img{ border:1px solid #cdcdcd;}

.image-zoom-on-hover{overflow:hidden; border:1px solid #ddd}
.image-opacity-on-hover img,.image-zoom-on-hover img{transition:opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;-moz-transition:opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;-o-transition:opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out}
.image-zoom-on-hover:hover img{-webkit-transform:scale(1.1);transform:scale(1.1); cursor:pointer;}
.image-opacity-on-hover:hover img{opacity:.5}
.image-opacity-on-hover{background:#1e2434}
.image-gray-on-hover:hover img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}

.col-md-3 .img-responsive{ width:100%; border: none !important}











