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: #4c4c4c;
    /*文字颜色定义 */
    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
}


/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
    /* height: 416px; */
    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: #188bca;
}

.color {
    color: #188bca;
}


/*header*/
.header_top {
    background: url(images/header_bg.jpg) no-repeat top center;
    height: 151px;
}
.header_top .fl {
    margin-top: 45px;
}
.header_top .phone {
    margin-top: 45px;
}

.header_top .phone p{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
    background: url(images/h2.png) no-repeat left bottom;
}
.header_top .phone p span{font-size: 30px;color: #333333;}

.header_nav {
    width: 100%;
    height: 82px;
}

.header_nav .header_nav1 {
    width: 100%;
    height: 82px;
    background: url(images/navbg.jpg) repeat-x bottom;
}

.header_nav .header_nav1 ul li {
    width: 121px;
    height: 67px;
    text-align: center;
    font-size: 16px;
    float: left;
    padding-top: 15px;
    padding-right: 55px;
}
.header_nav .header_nav1 ul li:last-child{padding-right: 0;}

.header_nav .header_nav1 ul li a {
    display: block;
    width: 114px;
    height: auto;
    line-height: 30px;
    color: white;
}
.header_nav .header_nav1 ul li a p{font-size: 14px;}

.header_nav .header_nav1 ul li:hover,
.header_nav .header_nav1 ul li.hover {
    background: url(images/navlihbg.png) no-repeat top left
}


/*footer*/
.footer{
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1000;
	padding-top: 50px;
	background: #333333;
}
.footer .wrap{overflow: hidden}
.footer .wrap li{width: 28.3%;padding-right:5%;float: left}
.footer .wrap li strong{font-size: 18px; font-weight: 200;display:block;margin-bottom:40px;color: #FFF;}
.footer .wrap li strong span{padding-left:10px;font-size: 12px;color: #606060;}
.footer .wrap li ul{overflow: hidden;padding-bottom: 60px;}
.footer .wrap li ul li{width:142px;float: left;padding: 0;}
.footer .wrap li ul li a{font-size: 14px;color: #FFF;border-bottom: 1px solid #464646;line-height: 46px;display: inline-block}

.footer .wrap li .txt p{font-size: 14px;color: #fff;line-height: 36px;}

.footer .wrap li.last{width: 320px;float: right;padding: 0}
.footer .wrap li.last ul li{color:#FFF;text-align:right;padding-right: 30px;padding-top: 45px;font-size: 18px;}
.footer .wrap li.last ul li.fl img{margin-bottom: 30px;}
.footer .wrap li.last ul li strong{margin-bottom:0;display: block;font-size: 14px;}
.footer .wrap li.last ul li.fr{font-size:14px;float:right;color: #fff;width: 148px;padding: 0;text-align: center}
.footer .wrap li.last ul li.fr img{width: 148px;height: 148px;display: block;margin: 0 auto}
.footer .bottom{font-size:14px;color:#8e8e8e;text-align:center;border-top: 1px solid #464646;overflow: hidden;line-height: 68px;}
.footer .bottom a{color:#8e8e8e;}

/*title*/
.title {
    width: 100%;
    text-align: center;
    padding: 50px 0 30px 0;
}
.title p {
    font-size: 14px;
    color: #999999;
    line-height: 35px;
}
.title h2 {
    font-size: 40px;
    color: #188bca;
}
.title h2 span{color: #188bca;}

/*product*/
.product .product_con{
	/* height: 1111px; */
	overflow: hidden;
	}
.product .product_nav {
  background: #188bca;
  width: 250px;
  height: 915px;
}
.product .product_top{background: #ff7e00;color: #fff;padding: 22px;}
.product .product_top div{border-left: 5px solid #fff;padding-left: 20px;}
.product .product_top h2{font-size: 30px;}
.product .product_top p{font-size: 14px;}
.product .product_nav ul li {
  height: 53px;
  border-bottom: 1px solid #7bb3db;
  line-height: 53px;
}
.product .product_nav ul li a {
  color: white;
  font-size: 16px;
  padding-left: 23px;
}
.product .product_nav ul li.on{
  width: 250px;
  background:url(images/nav_bg.png) no-repeat 200px center #ff7e00;
}
.product .product_nav .bottom {
  text-align: center;
  margin-top: 70px;
  color: white;
}
.product .product_nav .bottom .txt1 {
  font-size: 18px;
  margin: 6px 0;
}
.product .product_nav .bottom .txt2 {
  font-size: 30px;
  line-height: 31px;
}
.product_box {
  width: 942px;
  overflow: hidden;
}

.product_list{
  width: 100%;
  position: relative;
}

.product_list ul{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

.product_list ul.on {
  display: block;
}

.product_list ul li {
  float: left;
  margin-left: 27px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 1px;
}

.product_list ul li img {
  padding: 1px;
  width: 281px;
  height: 232px;
  display: block;
  cursor: pointer; 
}

.product_list ul li p {
  text-align: center;
  line-height: 54px;
  font-size: 18px;
}

.product_list ul li p {
  color: #333333;
}

.product_list ul li:hover {
  border: 1px solid #188bca;
}
.product_list ul li:hover p {color: #188bca;}

/*advert*/
.advert {
    width: 100%;
    height: 220px;
    margin-top: 50px;
    background: url(images/s1.png) no-repeat center;
}

.advert p {
    text-align: right;
    padding-top: 152px;
    font-size: 30px;
    color: white;
}

/*good*/
.good {
    width: 100%;
    padding-bottom: 50px;
}
.good .title h2 {
    font-size: 50px;
    color: #188bca;
}
.good .title h2 span{color: #2d2d2d;font-size: 40px;}

.good ul li {
    margin-top: 35px;
}

.good ul li .list {
    width: 715px;
    margin-top: 38px;
}

.good ul li .list .tits {
    width: 105px;
    height: 145px;
    background: url(images/b2.png) no-repeat center;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    color: white;
    font-family: "SimSun";
    font-weight: 600;
}

.good ul li .list .txt {
    width: 590px;
}

.good ul li .list .txt .txt1 {
    font-size: 30px;
    color: #188bca;
    line-height: 40px;
    padding-top: 20px;
}

.good ul li .list .txt .txt2 {
    font-size: 16px;
    color: #666666;
}

.good ul li .list .txt .txt3 {
    padding-left: 35px;
    background: url(images/b9.png) no-repeat left top;
}

.good ul li .list .txt .txt3 p {
    line-height: 30px;
    font-size: 18px;
    margin-top: 25px;
}

/*about*/
.about {
    width: 100%;
    height: 575px;
    background: url(images/bg3.jpg) no-repeat top center;
}

.about .txt {
    width: 610px;
}

.about .txt img{margin: 60px 0 25px 0;}

.about .txt p {
    line-height: 30px;
    font-size: 18px;
    color: #ededed;
}

.about .index_more {
    font-size: 18px;
    line-height: 90px;
    padding: 10px 40px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #ffffff;

}
.about .about_img{ width:522px;margin-top: 78px;}
/*case*/
.case .picScroll{position: relative;}
.case .bd {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.case .bd li {
    width: 285px;
    height: auto;
    margin-right: 21px;
    text-align: center;
    position: relative;
}
.case .bd li img{width: 285px;height: 200px;}
.case .hd .prev, .case .hd .next {
    display: block;
    width: 20px;
    height: 58px;
    cursor: pointer;
    position: absolute;
    top: 35%;
}
.case .hd .next{background: url(images/next.jpg) no-repeat;right: -40px;}
.case .hd .prev{background: url(images/prev.jpg) no-repeat;left: -40px;}

/*news*/
.news{background: #efefef;padding-bottom: 10px;margin-top: 50px;}
.news .news_list .fl{width: 500px;}
.news .news_list .fl img{width: 500px;height: 317px;}
.news .news_list .fl h2{font-size: 18px;color: #333333; line-height: 60px; font-weight: 500}
.news .news_list .fl li:hover h2{color: #188bca}
.news .news_list .fl p{font-size: 14px; line-height: 18px;color: #666666;}
.news .news_list .fr{width: 560px;}
.news .news_list .fr ul li{margin-bottom:45px;padding-left:35px;position: relative;border-left: 3px solid #afafaf;height: 76px;}
.news .news_list .fr ul li span{position: absolute;left: -90px;top: 0;font-size: 14px;color: #afafaf;text-align: right}
.news .news_list .fr ul li span b{display: block;font-size: 18px;font-weight: 500}
.news .news_list .fr ul li h2{color: #333333;line-height: 24px;margin-bottom:10px;font-weight: 500}
.news .news_list .fr ul li p{color: #666666;line-height: 18px;}
.news .news_list .fr ul li:hover h2{color: #188bca}