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: #059fbf;
}

.color {
    color: #059fbf;
}

.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: #059fbf; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#059fbf;
}

/*header*/

.banner{ overflow: hidden;}

/*首页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;
}


.lang { position: absolute; top:16px; right:250px;}
.lang a{padding:0 5px;}

.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-mt{margin-top:0px !important;}
.f-mr{margin-right:0px !important;}
.f-mb{margin-bottom:0px !important;}
.f-ml{margin-left:0px !important;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.clear{clear:both;}
.w1080{width:1200px;margin:0px auto;}
.g-header::-webkit-scrollbar {/*éšè—æ»šè½®*/
display: none;
}

.m-header .tel{
    background: url(../images/tel.png) no-repeat 0 center;
    padding-left:30px;
    height: 50px;
    line-height: 50px;
    color:#222222;
}
.m-header .tel strong{
    color:#05afd3;
    font-size: 18px;
}


/*header*/



.g-zheng{width:100%;}
.g-main 
{
	width:100%;
	background:#fff;
	padding-top:100px;
	transition: all 0.5s ease 0s;
}
.g-header
{
	width:100%;
	background:#fff;
	position:fixed;
	left:0px;
	top:0px;
	z-index:999999;
}
.g-zheng.on .g-header
{
	box-shadow:0px 0px 10px #949494;
}
.g-header  .logo
{
	height:66px;
	margin:17px 0px;
    transition: all 0.5s ease 0s;
    float: left;
}
.g-zheng.on  .g-header  .logo
{
	height:50px;
	margin:25px 0px;
}
.m-header{ position: absolute; right:0; top:0; width:240px;}

/* 导航 */
.m-dao 
{
	width:630px;
	position:absolute;
	right:0px;
	bottom:0px;
	height:100px;
	transition: all 0.5s ease 0s;
}
.g-zheng.on  .m-dao
{
	
}
.m-dao  .xian{display:none;}
.u-dao 
{
	width:630px;
    float: right;
	height:100px;
}
.u-dao li
{
    width:20%;
    font-size: 14px;
    float: left;
	color: #00001B;
	letter-spacing: 0.88px;
	text-align: center;
	line-height: 100px;
	height:100px;
	transition: all 0.5s ease 0s;
}
.u-dao li a{
    font-size: 16px;
    color: #222222;
}
.u-dao li:hover,.u-dao li.hover {background:#059fbf;}
.u-dao li:hover a, .u-dao li.hover a{color:#fff;}
.u-dao  .dtxt
{
	position:absolute;
	background:#FFFFFF;
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.50);
	z-index:9999;
	display:none;
	width:128%;
	margin-left:-14%;
	top:55px;
	padding:16px 0px;
	transition: all 0.5s ease 0s;
}
.g-zheng.on  .u-dao  .dtxt{top:45px;}
.u-dao  .dtxt.dtxt1
{
	width:200%;
	margin-left:-50%;
}
.u-dao  .dtxt .jiao 
{
	position:absolute;
	width:113px;
	height:9px;
	text-align:center;
	left:50%;
	margin-left:-56px;
	top:-9px;
}
.u-dao  .dtxt .jiao img{width:100%;}
.u-dao  .dtxt p 
{
	text-align:center;
	overflow:hidden;
	line-height:20px;
	font-size: 14px;
    color: #4A4A4A;
	padding:4px 5px;
	background:url(../yu-img/icon9.png) left center no-repeat;
}
.u-dao  .dtxt p:hover{color:#00c4da;}

/* 搜索 */
.u-sou
{
	float:right;
	width:190px;
	height:26px;
	border: 1px solid #E2E2E2;
	margin-top:16px;
	position:relative;
	transition: all 0.5s ease 0s;
}

.g-zheng.on  .u-sou{margin-top:10px;}
.u-sou  .input
{
	display:block;
	height:24px;
	padding-right:35px;
	padding-left:10px;
}
.u-sou  .input input 
{
	width:100%;
	height:100%;
	border:0px;
	font-size:12px;
	background:none;
	color:#979797;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
.u-sou .sub
{
	width:35px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
}
.u-sou .sub input
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
	background: url(../yu-img/icon2.svg) center;
	font-size: 0px;
	background-repeat: no-repeat;
	border:0px;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}



/*首页banner*/
.banner17{overflow: hidden;}
.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;
}
/*footer*/

.footer {
    width: 100%;
    color: white;
    min-height: 240px;
    padding: 50px 0 45px;
    background: #333333;
  }
  
  .footer .title {
    font-size: 24px;
  }
  
  .footer .title span {
    font-size: 12px;
    position: relative;
    color: #606060;
    padding-left: 10px;
    top: 3px;
  }
  
  .footer .footer_nav {
    display: inline-block;
    vertical-align: top;
  }
  
  .footer .footer_nav ul {
    width: 255px;
    text-align: left;
    margin-top: 26px;
  }
  
  .footer .footer_nav ul li {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 48px;
    border-bottom: 1px solid #606060;
    margin-right: 65px;
    line-height: 48px;
  }
  
  .footer .footer_nav ul li a {
    color: white;
  }
  
  .footer .footer_contact {
    display: inline-block;
    vertical-align: top;
    margin-left: 150px;
  }
  
  .footer .footer_contact .txt1 {
    margin-top: 14px;
  }
  
  .footer .footer_contact .txt1 p {
    line-height: 32px;
  }
  
  .footer .right {
    display: inline-block;
    vertical-align: top;
  }
  
  .footer .right .box1 {
    margin-top: 25px;
  }
  
  .footer .right .box1 .phone {
    width: 127px;
    text-align: right;
  }
  
  .footer .right .box1 .phone img {
    margin-top: 47px;
  }
  
  .footer .right .box1 .phone .txt1 {
    font-size: 16px;
    margin-top: 25px;
  }
  
  .footer .right .box1 .phone .txt2 {
    width: 175px;
    letter-spacing: 2px;
    font-size: 22px;
    margin-left: -50px;
  }
  
  .footer .right .box1 .chat {
    width: 147px;
    margin-left: 30px;
  }
  
  .footer .right .box1 .chat img {
    width: 147px;
    height: 147px;
  }
  
  .footer .right .box1 .chat p {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #606060;
  }
  
  .footer_bottom {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #222222;
    color: white;
    text-align: center;
    border-top: 1px solid #454545;
  }
  
  .footer_bottom strong {
    font-weight: 500;
    padding: 0 30px;
  }
  
  .footer_bottom strong a {
    color: white;
  }