html {-webkit-text-size-adjust: 100%}
body {padding: 0;margin: 0 auto;font-size: 14px;color: #555;background-color: #fff;font-family: "Microsoft YaHei"; min-width:1200px;-webkit-text-size-adjust: none;-webkit-tap-highlight: rgba(0,0,0,0);}
input[type="button"],
input[type="submit"],
input[type="reset"] {-webkit-appearance: none;}
ul, 
li, 
form, 
dl, 
dt, 
dd, 
div, 
ol,
figure,
aside{padding: 0;margin: 0;}
ul,ul li {list-style: none;}
table {border-collapse: collapse;border-spacing: 0}
table td {border-collapse: collapse;font-size: 14px;}
select, input, textarea {font-size: 14px;color: #333;border-radius: 0;-webkit-border-radius: 0;font-family: "Microsoft YaHei";}
img{border: none;vertical-align: middle;}
a {color: #333;text-decoration: none;noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}  
a:hover {color: #c82f34;text-decoration: none;}
a:focus {color: #333;outline: none;-moz-outline: none;}
a:active {color: #333;}
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;margin:0;font-family: "Microsoft YaHei";text-align:justify;text-justify:inter-ideograph;}
address, cite, dfn, em, i, var {
    font-style: normal;
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 26px  !important;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; } 

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}

.img-opacity{opacity: 0; width: 0; height: 0;  position: absolute;}

:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}

.center,.content{ width:1200px; margin:0 auto;}

.fl {float: left;}

.fr {float: right;}

* h1, * h2, * h3, * h4, * h5, * h6 {
    margin: 0px;
}

.Top {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
}

.Top .center > div {
    float: left;
}

.Top .center .top-right {
    float: right;
    height: 100px;
    display: flex;
    align-items: center;
}

.Top .top-left {
    margin-left: -58px;
    width: 210px;
    height: 100px;
}

.Top .top-left .logo {
    width: 210px;
    height: 100px;
    display: flex;
    align-items: center;
}

.Top .top-left .logo img {
    width: 100%;
}

.Top .top-right {
    margin-right: -58px;
    /*padding-top: 23px;*/
}

.Top .top-right dl > * {
    float: left;
}

.Top .top-right dd.top-tel {
    background: url(../images/icon_tel.png) no-repeat left center;
    padding-left: 27px;
    font-family: "dinbold";
    font-size: 24px;
    color: #c81623;
    font-weight: bold;
}

.Top .top-right dd img {
    height: 22px;
}

.Top .top-right dt::after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 1px;
    background: #d1d1d1;
    height: 12px;
    margin: 0 16px;
}

.Top .top-right dt {
    position: relative;
    padding-top: 5px;
}

.Top .top-right dt .open-search {
    background: url("../images/btn_search.png") no-repeat center center;
    width: 30px;
    height: 22px;
    float: left;
}

.Top .search-box {
    position: absolute;
    right: 15px;
    top: 43px;
    width: 300px;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}

.Top .search-box::before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    right: 20px;
    top: -20px;
}

.Top .search-box .text {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 46px 0 10px;
    border: none;
    background: none;
    color: #fff;
}

.Top .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 46px;
    background: url("../images/fangdajng.png") no-repeat center center;
}

.Top .top-mid {
    margin-left: 20px;
}

.top-menu li {
    float: left;
    padding: 0 24px;
}

.top-menu li > a {
    display: block;
    line-height: 98px;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

.top-menu li > a:hover,
.top-menu li.aon > a {
    border-bottom-color: #c82f34;
}

.top-sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    display: none;
}

.top-sub dl {
    display: table;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.top-sub dl dt {
    float: left;
    padding: 0 32px;
    text-align: center;
}

.top-sub dl dt figure {
    display: table;
    height: 48px;
    width: 100%;
}

.top-sub dl dt figcaption {
    display: table-cell;
    vertical-align: bottom;
}

.top-sub dl dt a {
    color: #555;
    transition: 0.3s;
}

.top-sub dl dt a:hover {
    color: #c82f34;
}

.top-sub dl dt span.dot {
    padding: 10px 0;
}

.top-sub dl dt img {
    max-height: 48px;
    max-width: 150px;
    transition: ease-in-out 0.3s;
}

.top-sub dl dt a:hover img {
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
.footWrap{background:#242d34;padding-top: 40px; height:440px;font-family:"Microsoft Yahei"; box-sizing: border-box;}
.footer{width: 1200px; margin:0 auto;}
.footWrap .ft1{float: left;width: 420px;height: 330px;}
.footWrap .ft1 .flogo{height: 150px;}
.footWrap .ft1 .flogo img{width: 220px;}
.footWrap .ft1 .flogo em{display: block;font-size: 20px;font-weight: bold;color: #fff;padding: 25px 0;}
.footWrap .ft1 li{position: relative;height: 36px;line-height: 36px;padding-left: 38px;font-size: 16px;color: #aaacae;}
.footWrap .ft1 li a{ color: #aaacae; }
.footWrap .ft1 li em{position: absolute;left:0;top:0px;}

.footWrap .ft2{float: left;width: 200px;}
.footWrap .ft3{float: left;width: 192px;}
.footWrap .ft4{float: left;width: 192px;}
.footWrap .ft5{float: left;width: 160px;}
.footWrap .ftgy{margin-top: 32px;}
.footWrap .ftgy h2{height: 34px;line-height: 34px;font-size: 18px;color: #fff;margin-bottom: 10px;}
.footWrap .ftgy li{line-height: 36px;font-size: 14px;color: #aaacae;}
.footWrap .ftgy li a{color: #aaacae;}
.footWrap .ft5 h2{margin-top: 32px;height: 34px;line-height: 34px;font-size: 18px;color: #fff;margin-bottom: 10px;}
.footWrap .ft5 .code{margin-top: 20px;}
.footWrap .ft5 .code dl{width: 160px;height: 51px;background: #fff;padding: 0 0 0 20px;margin-bottom: 30px;border-radius: 5px; position: relative;}
.footWrap .ft5 .code dt{float: left;width: 38px;margin-right: 10px; padding-top: 7px;}
.footWrap .ft5 .code dt img{width: 38px;height: 38px;display: block;}
.footWrap .ft5 .code dd{float: left;width: 88px;padding-top: 8px;}
.footWrap .ft5 .code h3{height: 20px;line-height: 20px;font-size: 14px;color: #000}
.footWrap .ft5 .code h3 em{display: block;font-size: 12px;color: #cacaca;line-height: 14px;font-weight: normal;}
.footWrap .ft5 .code .code2{background: #bb0c0b;}
.footWrap .ft5 .code .code2 h3{color: #fff;}

.footWrap .ft5 .code dl .codes{ display: none; width: 135px; height: 135px; padding-top: 0; position: absolute;left: -135px;top:0;}
.footWrap .ft5 .code dl .codes img{width: 135px; height: 135px;   }
.footWrap .ft5 .code dl:hover .codes{ display: block; }

.footWrap .fx{height: 80px;} 
.footWrap .fx h3{height: 36px;line-height: 36px;font-size: 16px;font-weight: bold;color: #fff}
.footWrap .fx li{float: left;width: 34px;margin-right:25px; position: relative;}
.footWrap .fx li img{width: 34px;height: 34px;display: block;}

.footWrap .fx li .codes{ display: none; width: 135px; height: 135px; padding-top: 0; position: absolute;left: -135px;top:0;}
.footWrap .fx li .codes img{width: 135px; height: 135px;   }
.footWrap .fx li:hover .codes{ display: block; }

.footWrap .fx .lastli{margin-right: 0;}
.footWrap .copyr{height: 69px;line-height: 69px;border-top: 1px solid #3a4249;font-size: 14px;color: #7f8386;}
.footWrap .copyr a{color: #7f8386;}
.footWrap .copyr span{display: block;margin-top: 15px;height: 34px;line-height: 34px;font-size: 14px;color: #7f8386; float:right;}
.footWrap .copyr span a{color: #7f8386;}
.footWrap .copyr em{padding:0 10px;}


.yb_conct{position:fixed;z-index:9999999;top:50%;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#bb0c0b url(../images/fixCont.png?v=1) no-repeat 0 0;}
.yb_bar .yb_phone{background:#bb0c0b url(../images/fixCont.png?v=1) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#bb0c0b url(../images/fixCont.png?v=1) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#bb0c0b url(../images/fixCont.png?v=1) no-repeat 0 -169px;}
.hd_qr{margin-left: 28px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.nybanner{margin-top: 100px;width: 100%;}
.nybanner a {display: block;margin: 0 auto;height: 520px;}

.pages {
	padding: 5px 0;
	margin: 30px 0;
	clear: both;
	text-align: center;
	font-size: 12px;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: block;
	width: 100%;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
	font-size: 12px;
}
.pages li a:hover {
	border: 1px solid #d21302;
	background: #d21302;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .active a {
	border: 1px solid #d21302;
	background: #d21302;
	color: #fff;
}

.position{height: 80px; line-height: 80px; position: relative; overflow: hidden; box-shadow: 10px 0 20px rgba(0,0,0,.1); z-index: 2;}
.location{float: right; font-size: 14px;}
.menu-child ul{overflow: hidden; margin-left: -5px;}
.menu-child li{float: left; margin-right: 20px; height: 80px; line-height: 80px; font-size: 16px;}
.menu-child li a{display: block; height: 80px; line-height: 80px; position: relative; position: relative; padding: 0 10px;}
.menu-child li a i{display: block; height: 2px; background: #bb0c0b ; position: absolute; left: 50%; right: 50%; bottom: 0; transition: left .5s,right .5s;}
.menu-child li.active a{color: #bb0c0b !important;}
.menu-child li.active a i,.menu-child li:hover a i{left: 5px; right: 5px;}
