﻿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: #333;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
    line-height: 30px;
}
* {
    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: 30px;
}
.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
}
.maincolor{
    color:#146BD1;
}
/*表格样式定义 */
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: #d30000;
}
.maincolor{
    color:#d30000;
}
.color {
    color: #d30000;
}
/*header*/
/*首页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;
}
.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: #0461bb; width: 40px; height: 4px; position: relative; }
.banner{overflow: hidden;}
.flex-direction-nav{display: none}
.w_2,.w_3,.w_4,.w_5{ width: 100%; clear: both; overflow: hidden;}
.w_2 li{ width: 50%; float: left;}
.w_3 li{ width: 33.3%; float: left;}
.w_4 li{ width: 25%; float: left;}
.w_5 li{ width: 20%; float: left;}
.w1200{width:1200px; height:auto; overflow:hidden; margin:0 auto;}
.w1100{width:1100px; height:auto; overflow:hidden; margin:0 auto;}
.kb10{height:10px;}
.kb20{height:20px;}
.kb30{height:30px;}
.kb40{height:40px;}
.kb50{height:50px;}
.bai{ background-color:#FFF;}
.gray{ background: #f6f5f5; width: 100%;}
.center{ text-align: center;}
.bold{ font-weight: bold;}
.block{ display: block;}
.logo{height: 70px; margin-top: 25px;}
.red{ color:#d30000;}
.blue{ color:#257dc7;}
.white{ color: #FFF;}
.color3{ color: #333333 !important;}
.color6{ color: #666666 !important;}
.color9{ color: #999999 !important;}
.color7{ color: #727272 !important;}
.f12{ font-size: 12px !important;}
.f16{ font-size: 16px !important;}
.f18{ font-size: 18px !important;}
.f20{ font-size: 20px !important;}
.f22{ font-size: 22px !important;}
.f24{ font-size: 24px !important;}
.f30{ font-size: 30px !important;}
.left{ float:left;line-height: 37px;}
.right{ float:right;}
.clear{ clear:both;}
.relative {
    position: relative;
}
/* li,p,a,span,.tit{transition: 0.3s all 0s linear;} */
.top_a{ height: 40px; line-height: 40px; color: #ffffff; background: #505050; font-size: 12px; min-width: 1200px;}
.top1{ height: 114px;}
.top_right{ margin-top: 36px; background: url(../images/top_tel.png) no-repeat left top; padding-left: 59px;}
.nav{ border-top: 1px solid #efefef; height: 52px; line-height: 52px;}
.nav_box>li{ float: left; width: 133px;}
.nav_box>li>a{ color: #323232; font-size: 16px; display: block; text-align: center;}
.nav_box>li>a:hover{ background: #424242; color: #FFF;}
.nav li ul{width: 100%; height: 0; transition: 0.3s all; background: rgba(255,255,255,0.8); overflow: hidden; position: absolute; top: 52px; left: 0; z-index: 99; border-top: 1px solid #e0e0e0; opacity: 0;}
.nav li ul .img{ width: 250px; height: 188px; padding: 20px;}
.nav li ul .menu{ width: 140px; padding:20px 15px 0 0;}
.nav li ul a{text-overflow: ellipsis; white-space:nowrap; overflow: hidden;}
.nav li:hover ul{ opacity: 1; height: 280px; width: 100%; min-width: 1200px;}
.nav_l{ width: 400px; padding-top: 50px;}
.nav_l a{ margin-left: 30px; width: 110px; height: 40px; line-height: 40px; padding-left: 35px; float: left; border-bottom: 1px solid #d8d8d8; background: url(../images/nav.png) no-repeat 15px center;}
.nav_l a:hover{color: #e90000; border-bottom: 1px solid #e90000;}
.nav_r{ width: 800px; padding-top: 50px;}
.nav_r dt{ width: 238px; text-align: center; float: left; margin: 0 14px; line-height: 30px; font-size: 16px;}
.nav_r dt:hover a{ color: #e90000; font-weight: bold;}
.flash{height: 500px; width: 100%; overflow: hidden; background: #8e97a0; min-width: 1200px;}
	.slideBox{ width:1920px; height:500px; overflow:hidden; position:relative; }
	.slideBox .hd{ height:30px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; text-align: center; width: 100%; }
	/* .slideBox .hd ul{ overflow:hidden; zoom:1; } */
	.slideBox .hd ul li{ width:15px; height:15px; line-height:14px; display: inline-table; text-align:center; cursor:pointer; margin: 0 5px; border-radius: 50%; border: 2px solid #d80109; transition: 0.3s all;border: 2px solid #FFF; text-indent: -9999px;}
	.slideBox .hd ul li.on{ background:#d80109; border-color: #d80109;  }
	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
	.slideBox .bd li{ zoom:1; vertical-align:middle; }
	.slideBox .bd img{ width:1920px; height:500px; display:block; }
    /* box */
.indexbanner{
    background: url(../images/indexbg.jpg) no-repeat center top;
    overflow: hidden;
}
    #box{position:relative;width:1200px;height:400px;margin:0px auto 0; margin-top:50px;}
    #box ul{position:relative;width:1200px;height:400px;}
    #box li{position:absolute;list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;}
    #box li img{width:100%;height:100%;vertical-align:top;}
    #box .prev, #box .next{position:absolute;top:50%;width:39px;height:80px;margin-top:-40px;overflow:hidden;text-indent:-999px;cursor:pointer;z-index: 9;border: none;}
    #box .prev{left:300px;background: url(../images/caseleft.png) no-repeat;}
    #box .next{right:300px;background-position:-39px 0;background: url(../images/caseright.png) no-repeat;}
/*end*/
.end{ background: #313131; padding: 30px 0; height: 270px; width: 100%; min-width: 1200px; color: #a1a1a1; line-height: 30px;}
.end .end_menu li{ width: 105px; float: left; margin-right: 35px; overflow: hidden;}
.end .end_menu li a{color: #a1a1a1; display: block; padding-left: 5px; text-overflow: ellipsis; white-space: pre;}
.end .end_menu li .title{ position: relative; border-bottom: 1px solid #616161; font-size: 16px; height: 40px; line-height: 40px; color: #FFF; margin-bottom: 8px;}
.end .end_menu li .title:after{ content: ''; position: absolute; left:-80px; background: #db2027; top:39px; height: 3px; width: 100%; transition: 0.3s all;}
.end .end_menu li:hover .title:after{ left:0;}
.end .end_menu a:hover,.end .end_lx p:hover{ color: #FFF;}
.end .end_chart{ color: #676767; line-height: 24px;}
.end .end_lx{ width: 310px;}
.end .end_lx p{ transition: 0.3s all; font-size: 12px;}
/*.end .end_lx p{ padding-left: 38px; background: url(../Image/end_p.png) no-repeat; transition: 0.3s all;}
.end .end_lx p:nth-of-type(1){ background: no-repeat;}
.end .end_lx p:nth-of-type(3){ background-position: 0 -30px;}
.end .end_lx p:nth-of-type(4){ background-position: 0 -60px;}
.end .end_lx p:nth-of-type(5){ background-position: 0 -90px;}*/
.end_nr{ background: #191919; height: 42px; line-height: 42px; color: #a1a1a1;width: 100%; min-width: 1200px;}
.end_nr a{ color: #a1a1a1;}
footer a:hover{ color: #FFF;}