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;
/**
	-webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
		**/
}


/*****！！页面通用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: #000000;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #000;
}


/* 未访问的链接 */

a:visited {
    color: #000;
}


/* 已访问的链接 */

a:hover {
    color: #1955ba;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #1955ba;
}



.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
}


/*header*/
.topline{ line-height:40px; height:40px; color:#000; background:#f4f4f4;}
.topline a{ color:#000;}
.sc{ text-align:right; float:left; }

	
.wrap .open {
  width: 70px;
  height: 25px;
  float: right;
  line-height: 25px;
  margin: 8px 10px 0px 0px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background: #34abef;
}	
	
	
.header_top {width: 100%;background: #fff;position: relative;z-index: 9999;}
.header_top .logo{height: 60px;display: block;margin-top: 10px;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;}

.header_nav{text-align: right;font-size: 0;z-index: 99;width: 750px;}
.menu>li {height: 80px;line-height: 80px;display: inline-block;padding:0 20px;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;position: relative;}
.menu>li>a {font-size: 18px;color: #373736;display: block;letter-spacing: 1px;}
.menu>li:hover>a,.menu>li.hover>a{color: #1955ba;background: url(../images/nav_hover.jpg) repeat-x bottom center;}

.erji{position: absolute;top: 80px;background: url(../images/erji_bg.png) repeat;z-index: 19;left: -10px;right: -10px;display: none;padding: 20px;}
.erji>li{height: 30px;line-height:30px;text-align: center;overflow: hidden;}
.erji>li>a{color: #2d2c2c;font-size: 16px;letter-spacing: 1px;}
.erji>li>a:hover{color: #1955ba;font-size: 16px;letter-spacing: 1px;}


.header_top.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px;}
.header_top.nav01 .logo{height: 50px;margin-top: 10px;}
.header_top.nav01 .menu>li {height: 68px;line-height: 68px;}
.header_top.nav01 .erji{top: 68px;}

/*首页banner*/
.banner{overflow: hidden;}
.banner .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner .shutter-img {
    z-index: 1;
}

.banner .shutter-img,
.banner .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .shutter-img a {
    cursor: default;
}

.banner .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner .shutter-btn {
    width: 1800px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -900px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner:hover .shutter-btn {
    display: block;
}

.banner .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner .shutter-btn li.prev {
    float: left;
    background: url(../images/left3.png) no-repeat;
}

.banner .shutter-btn li.next {
    float: right;
    background: url(../images/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/


.footer{ background: #d6d6d6;padding-top: 50px;}

.foot_con{position: relative;padding-bottom: 30px;color: #000;}
.foot_con strong{font-size: 20px; font-weight: bold;display:block;margin-bottom:20px;color: #000;}

.foot_con a{ color:#000}
.foot_con .contact{width: 550px;margin-left: 140px;}

.foot_con .contact .txt p{font-size: 16px;line-height: 30px;}

.foot_con .chat{width: 160px;text-align: center;margin-right: 65px;}
.foot_con .chat img{width:130px;height: 130px;display: block;margin: 0 auto;}
.foot_con .chat p{font-size: 16px;color: #000;padding-top:5px;}
.copyright{
	padding-top:15px;
	text-align:center;
}
.copyright span{
	padding-right:50px;
}
.links{
	padding-top:15px;
	text-align:center;
	}
.links a{
	padding-right:15px;
	}


/*右侧联系我们、投诉建议*/
.contact_complait{
	clear:both;
	float:right;
	
}
/*contactus-start*/
.contactus {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background: #34abef;
    z-index: 100;
    transition: all .3s ease;
}
.contactus:hover {
    z-index: 101;
	right: 0!important;
}
.complaints:hover {
    z-index: 101;
}
.complaints {
    position: fixed;
    right: 0px;
    bottom: 0px;
    _position: absolute;
    width: 230px;
    height: 100%;
    background:#bc0606;
    z-index: 100;
    transition: all .3s ease;
}
.contactus .hoverbtn {
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 60%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #34abef;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}
.complaints  .hoverbtn{
    width: 30px;
    height: 129px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    top: 80%;
    margin-top: -66px;
    left: -30px;
    font-size: 14px;
    color: #fff;
    background: #bc0606;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -o-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    -moz-box-shadow: -4px 4px 4px -4px #000;
    -webkit-box-shadow: -4px 4px 4px -4px #000;
    box-shadow: -4px 4px 4px -4px #000;
}
.contactus .hoverbtn span {
    width: 30px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    float: left;
}
.contactus .hoverbtn .hoverimg {
    width: 13px;
    height: 9px;
    margin: 10px 0px 0px 10px;
    float: left;
    display: inline;
    background-repeat: no-repeat;

    transform: rotate(0deg);
    transition: transform 300ms ease-in;
}
.contactus:hover .hoverimg {
    transform: rotate(180deg);
}
.conter {
    width: 186px;
    margin-left: 22px;
    position: absolute;
    top: 25%;
}
.con {
	float:left;
    border-bottom: 1px solid #ffffff;
}
.con dt{
	float:left;
	position:relative;
    top:20px;
}
.con dd{
	float:left;
	position:relative;
    top:-30px;
}

.con .f1 {
    width: 142px;
    float: right;
    font-size: 14px;
    _font-size: 14px;
    *font-size: 15px;
    color: #fff;
	padding:55px 0px 10px 0px;
    font-weight: bold;
}
.con .f2 {
    width: 142px;
    float: right;
    font-size: 18px;
    color: #fff;

}
.con .f2 a{
    float: left;   
}
.con .f3 {
    float: right;
    width: 73px;
    height: auto;
    margin-right: 69px;
    display: inline;
}
.con .f3 img {
    width: 130px;
    height: auto;
	padding-bottom:5px;
}

