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: Arial, Helvetica, sans-serif;
    /*文字字体定义 */
    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;
}

a {
    transition: all 0.3s linear 0s;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl,.left {
    float: left;
}

.fr,.right {
    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: #ff5500;
}

.color {
    color: #ff5500;
}

.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:#9b9b9b; height:340px; color:#FFFFFF;font-size:14px; line-height:30px; padding-top:20px; text-align:center; overflow:hidden}
.footcont a{color:#fff;font-size:14px; line-height:30px;}
.footcont ul{ width:1200px; margin:0 auto;}
.footcont ul li{ float:left; color:#fff; height:340px; text-align:left}
.footcont ul li p{ color:#fff; 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:#fff;}
.footcont ul li .del{ margin-top:20px;}
.footcont ul li .del dl dt{ background:url(../images/del.png) no-repeat left center; height:51px;}
.footcont ul li .del dl dd{ color:#fff; font-size:14px; text-indent:45px; line-height:40px;}
.footcont ul li .add{ margin-top:20px;}
.footcont ul li .list{ width:530px; margin-top:15px}
.footcont ul li .list dl{ float:left; width:265px; 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.png) no-repeat left center; height:51px;}
.footcont ul li .add dl dd{ color:#fff; font-size:14px;padding: 10px 10px 10px 45px;line-height: 20px;}
.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:#fff}
.footcont ul li .wx dl dd img{ width:180px}

.foot_bg{ background:#666; text-align:center; color:#FFFFFF; height:43px; line-height:43px; border-top:1px solid #65666a}
.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*/
.head{ width:100%; height:35px; background:#fff; border-bottom:1px solid #d1d1d1}
.head ul{ width:1200px; height:35px; margin:0 auto}
.head .right .zwban{  font-size:14px; color:#666; float:left; padding:0 25px 0 20px; line-height:35px;background:url(../images/topzw.png) no-repeat 0  center; text-indent:25px}
.head .right .enban{  font-size:14px; color:#666; float:left; padding:0 25px 0 20px; line-height:35px;background:url(../images/topen.png) no-repeat 0  center; text-indent:25px}
.head li{font-size:14px; color:#666; line-height:35px }
.head p{ float:left; border-left:1px solid #dbdbdb; border-right:1px solid #dbdbdb; font-size:14px; color:#bbbbbb;  padding:0 20px; line-height:35px}
.head p span{ color:#ce2029; font-size:16px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}


.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:705px;}
.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:60px; width:280px}
.heading .main .tel p{ font-size:15px; color:#666666; line-height:24px; padding-top:30px}
.heading .main .tel span{ font-size:32px; color:#e71d2b; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height:30px}


/*nav*/
.nav{
	background:url(../images/nav.jpg) repeat;
	height: 43px;
}
.fixednav{width: 100%;height: 43px;background:url(../images/nav.jpg) repeat;;z-index: 99998; position: fixed;top: 0px; left:0;}
.nav ul{height:43px;width: 1200px;margin: 0 auto;}

.nav li{line-height:43px;height:43px;text-align:center;width:200px;float:left;position:relative;z-index:999;}
.nav li a{display:block;line-height:43px;color:#fff;height:43px;font-size: 16px;padding:0; width:158px; margin:0 auto;text-transform: uppercase;font-weight: bold;}
.nav li:hover a,.nav li>a.linshi1{color:#fff;text-decoration:none;background-color:#e57b00; width:158px; margin:0 auto;text-transform: uppercase;font-weight: bold;}
.nav>li>a:focus, .nav>li:hover>a {
    text-decoration: none;
    background-color:#e57b00;color:#fff; width:158px; margin:0 auto
}

.nav .sec{height:0;background:#b7b8b6;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:43px;left:21px;}
.nav .sec a{background:#b7b8b6 !important;color:#fff;line-height:18px; font-size:14px !important;padding: 10px 15px 0px 35px;text-transform: capitalize !important; display:block; width:270px !important; text-align:left !important; height:auto !important}
.nav .sec a:hover{color:#fff; background:#b7b8b6 !important; text-decoration:underline}

.nav li:hover .sec{ padding:0px 0 20px;}



.bannerfo{ width:1200px; height:94px; background:url(../images/serbg.jpg) repeat-x; margin:20px auto; border:1px solid #cccccc;border-radius:5px}
.bannerfo ul{ width:1160px; height:94px; margin:0 auto;}
.bannerfo ul li{ display:inline}

.bannerfo ul .inputbox{ width:202px; height:32px; margin:10px 0 0; overflow:hidden; border:1px solid #cccccc; border-right:none}
.bannerfo ul .inputbox input{ width:192px; height:34px; padding:0px 5px; border:none; background:#fff; line-height:34px; color:#999; font-size:16px}
.bannerfo ul .menuser{ width:33px; height:34px;margin:10px 0px 0; padding:0; background:#3880c9}
.bannerfo ul .menuser img{width:33px; height:34px}

.bannerfo ul .text{ width:905px; height:50px; color:#666666; line-height:50px;overflow: hidden;margin-right: 10px;}
.bannerfo ul .text,.bannerfo ul .text *{ line-height:50px; color:#666666; font-size:16px}
.bannerfo ul .text a{ padding:0 16px 0 0}
.bannerfo ul .text span{ font-weight:bold;}

.bannerfo p{ font-size:16px; font-weight: bold; color:#2aac45; line-height:40px;height:40px; background:url(../images/sertb.png) no-repeat 0 center; display:block; margin:0 auto; width:1160px; text-indent:15px}








.s_table_2{ display:block;width:260px; height:100px; background:#ff5500; margin-top:1px; overflow:hidden;line-height:100px; text-align:center }
.s_table_1{ display:block;width:260px; height:60px; background:#eeeeee; margin-top:1px; overflow:hidden; transition:all .3s ease;line-height:67px; text-align:center }
.s_table_1{ font-size:20px;text-transform: uppercase;}
.s_table_1:hover,.s_table_2:hover,.s_table_2,.s_table_2{color:#fff !important;font-size:20px;text-transform: uppercase;}

.consysa{ width:932px; height:376px; position:absolute; right:0; top:0}
.consysa a { display:block; width:280px; height:270px; float:left; overflow:hidden; margin:19px 0 0 28px; text-align:center; line-height:25px; font-size:16px; font-weight:bold}
.consysa a div{ display:block; width:99%; height:210px; overflow:hidden; border:1px solid #eee; margin-bottom:10px}
.consysa a img{ width:100%;height:100%; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.consysa a:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}

.consysa2{ width:932px; height:376px; position:absolute; right:0; top:0}
.consysa2 a { display:block; width:160px; height:270px; float:left; overflow:hidden; margin:19px 0 0 63px; text-align:center; line-height:25px; font-size:16px; font-weight:bold}
.consysa2 a div{ display:block; width:99%; height:210px; overflow:hidden; border:1px solid #eee; margin-bottom:10px}
.consysa2 a img{ width:100%;height:100%; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.consysa2 a:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}



.consysb{width:930px; height:374px; border:1px solid #ddd; position:absolute; right:0; top:103px}
.center{ width:1200px; height:auto; margin:0 auto}




.connyw{ width:898px; height:276px; border:1px solid #dfdfdf; margin-top:30px}
.connyw p{ font-size:15px; color:#ff5500; background:#f2f2f2; line-height:40px; text-indent:20px}
.connyw a { display:block; width:200px; height:192px; float:left; overflow:hidden; margin:22px 0px 0 20px; text-align:center; line-height:30px; font-size:14px;}
.connyw a div{ display:block; width:99%; height:150px; overflow:hidden; border:1px solid #eee; margin-bottom:10px}
.connyw a img{ width:100%;height:150px; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.connyw a:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}

.connyw2{ width:898px; height:396px; border:1px solid #dfdfdf; margin-top:30px}
.connyw2 p{ font-size:15px; color:#ff5500; background:#f2f2f2; line-height:40px; text-indent:20px}
.connyw2 a { display:block; width:200px; height:312px; float:left; overflow:hidden; margin:22px 0px 0 20px; text-align:center; line-height:30px; font-size:14px;}
.connyw2 a div{ display:block; width:99%; height:270px; overflow:hidden; border:1px solid #eee; margin-bottom:10px}
.connyw2 a img{ width:100%;height:270px; transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.connyw2 a:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}



.i_box6{ margin-top:32px; height:325px; width:100%; overflow:hidden }
.i_box6 .center{position:relative}
.yylyzuo{ width:260px; overflow:hidden; position:absolute; left:0; top:103px}
.i_box6 .licpbrr{ width:896px; height:auto; margin:0px auto}
.mslistb{padding:25px 0;border-bottom:1px dashed #d7d7d7;height:122px; width:438px; float:left; overflow:hidden}
.mslistb a{  cursor:pointer;}
#yous{ float:right !important}
.mslistb .tifl{ width:160px; height:120px; overflow:hidden; border:1px solid #ddd; margin-left:9px}
.mslistb .tifl img{ width:160px; height:120px;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;}
.mslistb:hover .fl img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);}
.mslistb div.fr{width:253px;}
.mslistb div.fr h3{font-size:16px; line-height:25px; display:block; overflow:hidden; font-weight:bold}
.mslistb div.fr p{max-height:84px; overflow:hidden; margin:5px 0 0px 0}
.mslistb div.fr p,.mslist div.fr p *{font-size:14px;line-height:21px;color:#666666;}
.mslistb a:hover,.mslistb div.fr h3:hover,.mslistb div.fr h3:hover p,.mslistb div.fr p:hover,.mslistb div.fr p:hover p{text-decoration:none}

.i_box6 .licpbz{ width:896px; height:auto; margin:20px auto 0}
.i_box6 .licpbz a{ display:block; width:434px; height:35px; line-height:35px; overflow:hidden; border-bottom:1px dashed #ddd;background:url(../images/zktb.jpg) no-repeat 9px 13px; text-indent:35px; float:left}
.i_box6 .licpbz a:nth-child(2n) { float:right !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: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:30px; height:420px}
.piclist a{ display:block}
.piclist h3{font-size:18px; font-weight:normal;color:#333; text-align:center; margin:15px 0;   overflow:hidden;max-height:75px; line-height:25px}
.piclist p{color:#ff4400; margin:10px 0 20px; font-size:20px; font-family:Arial, Helvetica, sans-serif; text-align:center;height:22px; line-height:22px;border-top:1px dashed #ccc; padding-top:15px}
.piclist p span{ font-size:14px}




.image-zoom-on-hover{overflow:hidden}
.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{ cursor:pointer;}
.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}











