﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:14px; font-family:"微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{height:20px; line-height:20px; font-size:0px; clear:both; overflow:hidden; display:block;}
.fK{color:#da251c;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none; transition: all 0.3s;}
a:hover {color:#0ecbdf; text-decoration:underline; }
.layout{ width:1200px; margin:0 auto;}
img {
    border: 0;
    vertical-align: middle;
}
::-webkit-scrollbar-track{background:#FFF;}
::-webkit-scrollbar{ width: 10px;}
::-webkit-scrollbar-thumb{background:#222;}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

::selection{background:#000; color:#FFF;}
::-moz-selection{background:#000; color:#FFF;}
::-webkit-selection{background:#000; color:#FFF;}









header{position: fixed;left: 0px;top: 0px;width: 100%;height: 100px;z-index: 1000;background: #FFF;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
header .top{}
header .top h1{position: absolute;left: 5%;top: 25px; width: 260px;}
header .top h1 img{width: 100%;}
header .top .nav{position: absolute;right: 16%;top: 0px;}
header .top .nav ul{}
header .top .nav li{float: left;padding:0 25px;line-height: 100px;font-size: 16px;}
header .top .nav li a:hover{text-decoration: none;color:#0ecbdf;}

.search{position: absolute;right: 12%;top: 20px;}
.search i{font-size: 24px;width: 60px;height: 60px;line-height: 60px;text-align: center;display: block;}
.search a{color: #333;}
.search a:hover{text-decoration: none;}
.search_box{display: none; position: fixed;left: 0px;top: 0px;right: 0px;bottom: 0px;background: #FFF;z-index: 101;}
.search_box .box{ position: fixed;height: 101px;left: 5%; top: 50%;right: 5%;margin-top: -50px;}
.search_box .input_txt{height: 100px;border: 0px none;border-bottom: 1px solid #CCC;outline: medium;width: 100%;font-family: 微软雅黑;font-size: 18px;}
.search_box .input_btn{height: 100px;border: 0px none;outline: medium;width: 100px;background: url(../images/pic81.png) no-repeat center;background-size: 50%;position: absolute;right: 0px;top: 0px;}
.guanbi{position: fixed;right: 5%;top: 5%;z-index: 101;}
.guanbi i{width: 100px;height: 100px;display: block;text-align: center;line-height: 100px;font-size: 24px;cursor: pointer;}

header .top .yuyan{position: absolute;right: 5%;top: 0px;line-height: 100px;}
header .top .yuyan a{margin-left: 10px;}
header .top .yuyan a:hover{text-decoration: none;}
header .top .yuyan a.current{color:#0ecbdf;}


header .header-main { transition: padding 0.3s ease 0s, transform 0.5s ease 0s;}
header .m-btn { display: none; cursor:pointer; float:right;margin-top: 25px;margin-right: 5%;}
header .m-btn .box {position: relative; font-size:24px; color:#333; width:46px; height:46px; line-height:46px; text-align:center;border: 2px solid #333;border-radius: 50px;display: block;}

.body-wrap { width: 100%;position: relative;transition: all 0.5s ease 0s;z-index: 1;}
.body-wrap.left, header.left .header-main {transform:translateX(-66%);}
.m-sub-menu.show {right: 0;transition: all 0.44s ease 0s;}

.m-sub-menu {position:fixed; right:-100%;width:66%;top:0;z-index:1000;height: 100%;background:#FFF;transition:all 0.64s ease 0s; box-shadow:0 0 30px rgba(0,0,0,0.1);}
.m-sub-menu .box{}
.m-sub-menu .top-box{ background:#333; height:60px; line-height:60px;}
.m-sub-menu .top-box .stt{color: #acacac; float:left; padding-left:10%;}
.m-sub-menu .top-box .close{ cursor: pointer; float:right; text-align:center; color:#FFF; width:60px;}
.m-sub-menu .top-box .close i{ font-size:18px;}
.m-sub-menu .list-wrap{}
.m-sub-menu .list-wrap ul { width:100%;}
.m-sub-menu .list-wrap li { height:60px; line-height:60px; border-bottom:1px solid #f2f2f2; font-size:16px;text-transform: uppercase;}
.m-sub-menu .list-wrap li .col-box{ position:relative;}
.m-sub-menu .list-wrap li .col-box .tit{ float:left; width:90%;display:block; padding-left:10%;}
.m-sub-menu .list-wrap li .col-box .point{ position:absolute; width:60px; height:60px; right:0px; top:0px;display:block; color:#999;}
.m-sub-menu .list-wrap li a{ display:block; padding:0 10%;}
.m-sub-menu .list-wrap li a:hover{ text-decoration:none; display:block;}
.m-sub-menu .list-wrap li i{ float:right;}

.m-sub-menu .bot-link { margin-top:30px; text-align:right;}
.m-sub-menu .bot-link i { font-size:20px;}
.m-sub-menu .bot-link a{ margin-left:20px;}
.m-sub-menu .bot-link a:hover{ text-decoration:none;}
.m-sub-menu .sec-sub-list { position: absolute; right: -100%; top: 60px; width: 100%;}
.m-sub-menu .sec-sub-list .return-fir { display: block; padding:0 10%; line-height: 60px; background-color: #333;}
.m-sub-menu .sec-sub-list .return-fir p { color: #fff; font-size: 18px;text-transform: uppercase;}
.m-sub-menu .sec-sub-list .return-fir p i{ font-size:14px; margin-right:10px;}
.m-sub-menu .sec-sub-list .boxs { width: 100%; height:1000px; transition: all 0.4s ease 0s; background:#fff; position: absolute; left: 0; top: 0;}
.m-sub-menu .sec-sub-list .boxs.show { left: -100%;}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li { width: 100%;}
.m-sub-menu .sec-sub-list li { line-height: 60px; border-bottom: 1px solid #f2f2f2;text-transform: uppercase;}
.m-sub-menu .sec-sub-list li a { display: block; padding:0 10%; font-size: 16px;}
.m-sub-menu .sec-sub-list li a:hover{ text-decoration:none;}
.m-sub-menu .sec-sub-list .bot-link { margin-top: 14px;}


.search-alert { position: fixed; z-index: 1000; background-color: #222222; left: 0; top: 0; width: 100%; height: 100%; display: none;}
.search-alert .cent-form { position: absolute; width: 94.8%; left: 2.6%; top: 50%; height: 60px; margin-top: -63px; border-bottom: 1px solid #515151;}
.search-alert .cent-form .tex { border: none; font-size:24px; height: 60px; line-height: 60px; text-align: center; width: 100%; box-sizing: border-box; color: #555; background: none; font-family: "微软雅黑"; background:url(../images/pic13.png) no-repeat 20px center; background-size:30px; padding-left: 88px; padding-right: 80px; outline:medium;}
.search-alert .cent-form .sub-butn { border: none; height: 60px; font-size: 16px; line-height: 60px; color: #555; text-align: right; background:none; background-size:30px;
 position: absolute; right: 0; top: 0; width: 80px; text-align: center; outline:medium;}
.search-alert .close { display: block; width:40px; height:40px; line-height:40px; text-align:center; color:#FFF; position: absolute; top: 38px; right: 2.6%; cursor: pointer; transition: transform 0.3s ease 0s;}
.search-alert .close i{ font-size: 24px;}


.banner{margin-top: 100px;}
.banner .pic_er{display: none;}
.banner img{width: 100%;}


.foot{background: #111;padding-top: 50px;}
.foot .box{padding:0 5%;font-family:"微软雅黑";}
.foot .box .foot_t{margin-left: -5%;padding-bottom: 50px;}
.foot .box .foot_t h2{border-bottom: 1px solid #282828;color: #FFF;font-weight: bold;padding-bottom: 20px; font-size:30px;font-family:"微软雅黑";margin:0;}
.foot .box .foot_t .logo{float: left;width: 17%;margin-left: 5%;}
.foot .box .foot_t .dz{float: left;width: 23%;margin-left: 5%;}
.foot .box .foot_t .dz .dz_box{padding-top: 20px;}
.foot .box .foot_t .dz .dizhi{line-height: 24px;color: #999;}
.foot .box .foot_t .dz .dianhua{line-height: 50px;color: #999;}
.foot .box .foot_t .dz i{float: left;width: 50px;text-align: center;display: block;font-size: 24px;}
.foot .box .foot_t .lx{float: left;width: 20%;margin-left: 5%;}
.foot .box .foot_t .lx ul{margin-top: 20px;}
.foot .box .foot_t .lx li{width: 120px;height: 36px;line-height: 36px;border:1px solid #282828;text-align: center;margin-bottom: 10px;}
.foot .box .foot_t .lx li a{display: block;color: #999;}
.foot .box .foot_t .lx li a:hover{display: block;text-decoration: none;color: #0ecbdf;}
.foot .box .foot_t .lx li i{padding-right: 5px;font-size: 18px;}
.foot .box .foot_t .ewm{float: left;width: 20%;margin-left: 5%;}
.foot .box .foot_t .pic{margin-top: 20px;width: 100px;}
.foot .box .foot_t .pic img{width: 100%;}


.foot .box .foot_b{border-top: 1px solid #282828;}
.foot .box .foot_b ul{padding:20px 0;}
.foot .box .foot_b li{float: left;line-height: 30px;padding-right: 30px;}
.foot .box .foot_b li a{color: #999;}
.foot .box .foot_b li a:hover{color: #0ecbdf;}
.foot .box .copyright{text-align: center;padding:30px 0;color: #999;}


.kf{}
.kf ul{}
.kf li{line-height: 60px;box-shadow: 0 0 20px rgba(0,0,0,0.1);background: #FFF;border-radius: 5px 0 0 5px;position: fixed;transition: all 0.3s;width: 180px;z-index: 99999;}
.kf li i{display: block;width: 60px;height: 60px;float: left;font-size: 24px;text-align: center;}
.kf li a{display: block;}
.kf li a:hover{display: block;text-decoration: none;}
.kf li:nth-of-type(1){right: -120px;bottom: 565px;}
.kf li:nth-of-type(2){right: -120px;bottom: 500px;}
.kf li:nth-of-type(3){right: -120px;bottom: 435px;}
.kf li:nth-of-type(4){right: -120px;bottom: 0px;}
.kf li:hover{right: 0px;background: #0ecbdf;color: #FFF;cursor: pointer;}
.kf li:hover a{color: #FFF;}