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: #c30819;
}

.color {
    color: #c30819;
}

.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; }
.maincolor{
    color:#0f6cc9;
}

/*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;
}



.topWrap {background:#fff;font-family: "Microsoft Yahei"; position: relative; overflow: hidden;}
.header { width: 1200px; margin:0 auto;  }
.twz { background: #f4f4f4; height: 41px; color: #888888; line-height: 41px; font-size: 14px;}
.twz a { display: inline-block;  color: #888888; position: relative;padding:0 18px 0 25px; }
.twz a:nth-child(1){background: url(../images/tpico1.png) no-repeat left center; }
.twz a:nth-child(2){background: url(../images/tpico2.png) no-repeat left center; }
.twz a:nth-child(3){background: url(../images/tpico3.png) no-repeat left center;padding-right: 0;}
.h_nr { height: 117px;padding-top:25px; box-sizing: border-box; }
.logo {  overflow: hidden; box-sizing: border-box;padding-top:3px;}
.logo img {  display: block; }
.h_nr .logo_txt {font-size: 23px; color: #333;  text-align: left; line-height: 30px;font-weight: normal; float: left; margin-left: 15px;padding-top: 3px;}
.h_nr .logo_txt span{font-size: 18px; color: #c80202;}
.h_nr .logo_txt b{font-weight: bold;  font-size: 24px; color: #111; display: block;}

.h_nr .sc{padding-left: 45px; background: url(../images/tel.png) no-repeat left 0; float: right; height: 60px; margin-top:6px; box-sizing:border-box;  font-size: 14px; color:#333333; position: relative;}
.h_nr .sc span{display: block; font-size: 16px; color:#868585; padding-left:13px;}
.h_nr .sc p {padding-left: 10px; overflow: hidden; color: #333333;font: 30px "Arial";  font-weight: bold;  float: left;}
.nav{ height: 61px; background: #0461c3;}
.nav ul{  height: 61px; width: 1200px;margin:0 auto;}
.nav li {width:170px; float: left;font-size: 18px; text-align: center; position: relative; }
.nav li a { text-decoration: none; height: 61px; line-height: 61px; display: block; position: relative;z-index: 2; color: #fff; }
.nav li a:after{content:'';position:absolute;height:3px;width:0;background:#059be9;top:-2px;left:0;-webkit-transition:width .5s;transition:width .5s;color: #ffd73e; z-index: 1;border-right:1px solid #d2d2d2;}
/* .nav li a:hover:after,.nav li.cur a:after{width:100%;color: #059be9;z-index: 1;} */
.nav li:hover, .nav li.cur  { font-weight: bold; text-decoration: none;  color: #fff;  background: #f37016;}
.nav li.nones{background: none; padding-right: 0;}
/* .nav li.home{padding-left: 0;}
.nav li.home a{padding-left: 76px; text-align: left}
.nav li.home a:before{content:'';position:absolute;height:20px;width:21px;background: url(../images/home.png) no-repeat 0 0;z-index: 1;left:38px;top:20px;}
.nav li.home a:hover:before, .nav li.home.cur a:before{background-position: 0 -21px;} 
 */

 .f_bj {

	color: #9f9f9f;

	clear: both;

	height: 407px;

	font-family: "Microsoft Yahei";

	background: url(../images/footbg.png) no-repeat center 0;

	line-height: 30px;

	padding: 116px 0 0;

	margin-top: -30px!important;

	position: relative;

}

.f_bj a {

	color: #9f9f9f;

}

.f_nav {

	height: 81px;

	line-height: 81px;

	font-size: 16px;

	white-space: nowrap;

	text-align: center;

	border-bottom: solid 1px #404040;

	margin-bottom: 37px;

}

.f_nav a {

	display: inline-block;

	color: #fff;

	padding: 0 40px;

	height: 79px;

}

.f_nav a:hover {

	font-weight: bold;

	border-bottom: solid 2px #c30819;

	color: #c30819;

}

.f_nav em {

	display: inline-block;

	color: #686868;

	/* padding: 0 25px; */

	font-style: normal;

	font-size: 14px;

}

.f_text {

	height: 102px;

	padding: 45px 0 0 58px;

	background: #1a1a1a;

}

.f_text li {

	float: left;

	background: url(../images/f_ico1.gif) no-repeat 0 7px;

	padding: 0 0 0 97px;

	width: 329px;

	line-height: 28px;

	color: #9f9f9f;

}

.f_text li.f_text2 {

	background: url(../images/f_ico2.gif) no-repeat 0 7px;

	width: 265px;

}

.f_text li.f_text3 {

	background: url(../images/f_ico3.gif) no-repeat 0 7px;

	width: 268px;

	padding: 0 0 0 85px;

}

.f_text li span {

	display: block;

	height: 34px;

	font-weight: bold;

	color: #c30819;

	font-size: 16px;

	line-height: 34px;

}

.f_text li span em {

	font-family: Arial;

	color: #6d6d6d;

	font-weight: normal;

	font-style: normal;

}

.f_con {

	padding: 29px 0 0 25px;

}

.f_logo {

	width: 243px;

	padding: 14px 0 0;

}

.f_logo img {
/* 
	width: 91px;

	height: 89px; */

}

.f_cont {

	width: 450px;

	padding: 16px 0 0;

	padding-left: 160px;

	padding-right: 100px;

}

.f_code {

	width: 114px;

	display: block;

	height: 111px;

	padding: 0px 0 0 98px;

	background: url(../images/f_codebg.png) no-repeat 0 0;

}

.f_code img {

	display: block;

	width: 84px;

	height: 84px;

	display: block;

	background: #fff;

	border: solid 2px #ebebeb;

}

.client-2 {

	position: fixed;

	right: -170px;

	bottom: 20%;

	z-index: 900;

}

.nav_pc_t_1 ul{ position: relative; }
.nav_pc_t_1 ul li {float: left;height:105px;line-height:105px;width:113px;text-align: center;  position: relative;}
.nav_pc_t_1 ul li a {font-size: 16px;color: #000; display: block}
.nav_pc_t_1 ul li:hover,
.nav_pc_t_1 ul li.hover{
    background:#0080cc;
    width:113px;
    
    line-height:105px;
}
.nav_pc_t_1 ul li:hover a,
.nav_pc_t_1 ul li.hover a{
  
    color:#fff;
    padding-bottom: 12px;
}
.nav_pc_t_1 ul li ul{
    position: absolute;
    top:67px;
    width:100%;
    left: 23px;
    display: none;
    z-index: 3;
}
.nav_pc_t_1 ul li:hover ul{
    display: block;
}
.nav_pc_t_1 ul li ul li{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background:#c30819;
    color:#c30819;
    width: 127px;
  }
.nav_pc_t_1 ul li ul li:hover{
    background:#000;
    line-height:40px;
    width: 127px;

}
.nav_pc_t_1 ul li ul li a{
    color:#fff;
}

.nav_pc_t_1 ul li ul li:hover a{
    color: #fff !important;

}

.toolbar{width: 52px;position: fixed;right: 1%;top: 50%;margin-top: -115px;z-index: 999;}
.toolbar dd{width: 51px;height: 51px;margin-bottom: 1px;position: relative;-webkit-border-radius: 100%;border-radius: 100%;margin-top:4px;border:#ebebeb solid 1px;background-color: #fff;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i{width: 51px;height: 51px;display: block;position: absolute;left: 0;top: 0;cursor: pointer;text-align: center;-webkit-border-radius: 100%;border-radius: 100%;}
.toolbar dd i span{width: 35px;height: 35px;display: block;margin: 8px 0 0 8px;background: url(../images/rightFixIcon.png) no-repeat 0 0;}
.toolbar dd.gottop{display: none;}
.toolbar .slide-tel{display: block;width: 0;height: 53px;line-height: 53px;font-size: 24px;font-weight: bold;font-family: arial;color: #FFF;position: absolute;padding: 0 0 0 53px;top: -1px;right: -2px;-webkit-border-radius: 50px;border-radius: 50px;overflow: hidden;}
.toolbar .pop{position: absolute;right: 90px;top: -65px;background: #c30819;display: none;}
.toolbar .pop-code{width: 160px;}
.toolbar .pop-code img{width: 120px;height: 120px;display: block;padding: 20px 20px 0;}
.toolbar .pop-code h3{height: 52px;line-height: 26px;text-align: center;color: #fff;font-size: 16px;font-weight: 400;white-space: nowrap;}
.toolbar .pop-code h3 b{display: block;font-size: 14px;font-weight: normal;}
.toolbar .qq span{background-position: -35px -47px;}
.toolbar .qq a{width: 52px; height: 52px; cursor: pointer; display: block;}
.toolbar .qq:hover{background-color: #c30819;border-radius: 100%;}
.toolbar .qq:hover span{background-position: 0 -47px;}
.toolbar .tel span{background-position: -35px 0;}
.toolbar .tel:hover{background: #c30819;}
.toolbar .tel:hover span{background-position: 0 0;}
.toolbar .code span{background-position: -35px -95px;}
.toolbar .code:hover{background-color: #c30819;border-radius: 100%;}
.toolbar .code:hover span{background-position: 0 -95px;}
.toolbar .top span{background-position: -35px -142px;}
.toolbar .top:hover{background-color: #c30819;border-radius: 100%;}
.toolbar .top:hover span{background-position: 0 -142px;}
