/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,em{display:block;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;-webkit-touch-callout:none;}


/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}


/*滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background-color: #ccc;
}
/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.mainWidth{width:1000px; margin:0 auto;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}

body {
    max-width: 1920px;
    margin:0 auto;
}
.container {
    width: 100%;
    width: 1320px;
    margin: 0 auto;
    padding:0 15px;
}
/*头部*/
header {
    width: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 1);
    transition: all 1s;
}

header .top {
    background:#fff;
}
header .top-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    color: #3a3a3a;
}
header .top-title .title-left {
    float:left;
    min-width:10%;
    color:#3a3a3a;
}
header .top-title .title-right {
    float: right;
    min-width: 5%;
}
header .top-title .title-right li {
    float:left;
}
header .top-title .title-right .txt {
    padding: 0 10px;
}
header .top-title .title-right .txt a {
    color:#3a3a3a;
    padding-right:10px;
	position: relative;
}
header .top-title .title-right .txt a:hover {
    color: #d1292e;
}
header .top-title .title-right .txt a .code {
    display:none;
    position:absolute;
    top:30px;
    left:-20px;
    width:100px;
    height:100px;
}
header .top-title .title-right .txt a:hover .code {
    display:block;
}
header .top-title .title-right .txt a .code img {
    width:100%;
}
header .top-title .title-right .txt a .code p {
    font-size:14px;
	color:#666;
	text-align:center;
	line-height: 1;
}

header .header {
    padding:5px 0;
	background:#fff;
    box-sizing: border-box;
	transition: all 0.3s;
}
header .header .logo {
    float:left;
    width:200px;
    margin: 20px;
    z-index: 999999;
}

header .header .logo img {
    width:200px;
	transition: all 0.5s;
}

header .header .slogan {
    float:left;
    width:350px;
    text-align: left;
    margin-top: 20px;
}
header .header .slogan .p1 {
    font-size: 16px;
    color:#666;
}
header .header .slogan .p2 {
    font-size: 18px;
    color:#000;
    font-weight: bold;
    padding:5px 0;
}
header .header .slogan .p3 {
    font-size: 16px;
    color:#666;
}


header .header .search {
    float:left;
    width:260px;
	margin:20px 0 0 0;
}
header .header .search form {
    display:block;
    width:100%;
    margin:0 auto;
}
header .header .search .test {
    float: left;
    width: 84%;
    height: 36px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
header .header .search .button {
    width: 16%;
    height: 36px;
    line-height: 36px;
    background:#d1292e  url(../images/search.png) no-repeat center;
}


header .header .tell {
    float:right;
    width:250px;
    padding:0 0 0 50px;
    margin:20px 0;
    background: url(../images/tell.svg) no-repeat left center;
    background-size: 44px;
}
header .header .tell .p1 {
    font-size: 14px;
    color:#666;
}
header .header .tell .p2 {
    /*font-size: 28px;*/
    font-size: 22px;
    color: #d1292e;
    font-family:'Futura';
}

/*菜单导航*/
header .nav {
    width:100%;
    background:#2e3438;
    text-align: center;
}
header nav ul {}
header nav>ul>li {
    float:left;
	position:relative;
}
header nav ul li>a {
    display: block;
    padding: 0 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 56px;
	transition: all 0.3s;
}
header nav>ul>li.cur>a,header nav>ul>li:hover>a{
    color:#fff;
    background:#d1292e;
}

header nav ul li .sub-box {
	display:none;
	position:absolute;
	top:56px;
	left:0;
	z-index:99;
	background: #3f464a;
}
header .fixed ul li .sub-box {
	top:46px;
}
header nav ul li:hover .sub-box {
	display:block;
}
header nav ul li .sub-box a {
    display: block;
    width: 120px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	border-bottom:1px solid #5e6569;
    line-height: 56px;
	transition: all 0.3s;
}
header nav ul li .sub-box a:hover {
	background:#5e6569;
}

/*菜单导航固定顶部*/
.headerfixed{
	position:fixed;
	top:0;
	right:0;
	z-index:999;
	width:100%;
	padding:0 0 !important;
}
.headerfixed .logo {
    margin: 16px 20px 16px 20px !important;
}
.headerfixed .logo img {
    width: 160px !important;
}
.headerfixed .tell {
    margin: 10px 0 0 10px !important;
}
.fixed {
	position:fixed;
	top:74px;
	right:0;
	z-index:999;
}

header .fixed ul li a {
    line-height: 46px;
}


/*导航条-产品展示*/
header nav ul li:nth-of-type(2) .sub-box {
	width:321px;
}
header nav ul li:nth-of-type(2) .sub-box a {
	float:left;
	width: 160px;
	height: 106px;
	padding:0 0 0 10px;
	text-align: left;
	line-height:170px;
}

header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(4) {
	background-image: url(../images/ico1.png);
}

header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(2) {
	background-image: url(../images/ico2.png);
	border-left:1px solid #5e6569;
}
header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(1) {
	background-image: url(../images/ico3.png);
}
header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(3) {
	background-image: url(../images/ico4.png);
	border-left:1px solid #5e6569;
}
header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(5) {
	display:none;
}
header nav ul li:nth-of-type(2) .sub-box a:nth-of-type(6) {
	display:none;
}

footer {
    width: 100%;
    border-top: solid 1px #e6e6e6;
    padding: 5% 0;
    background: url(../images/footer-bg.jpg) no-repeat top center;
}
.footer-nav{
    width:630px;
}
.footer-nav ul{
    float:left;
    width:110px;
    margin-right:7%;
}
.footer-nav ul li.tit{
    margin-bottom:20px;
}
.footer-nav ul li.tit a {
    font-size:16px;
    color:#333;
    font-weight:normal;
}

.footer-nav ul li {
     font-size:14px;
     line-height:28px;
}
.footer-nav ul li a{
    color:#666;
}


.footer-tel {
    width:20%;
}
.footer-tel .p1{
   font-size: 16px;
   color:#666;
}
.footer-tel .p2 {
    padding: 20px 0;
}
.footer-tel .p2 a {
    font-size: 28px;
    color: #d1292e;
    padding: 10px 0 5px 0;
    font-family: 'Futura';
}
.footer-tel .p3{
    font-size:14px;
    color:#666;
    padding: 1px 0;
}


.footer-weixin {
    width:20%;
}
.footer-weixin .code {
	float:left;
	width:45%;
	margin:0 2.5%;
}
.footer-weixin img {
	width: 100%;
    box-shadow: 0 10px 20px #f1f1f1;
}
.footer-weixin .p2 {
    font-size: 14px;
    color: #9e9e9e;
    text-align: center;
    padding:5px 0 0 0;
}





/*尾部版权*/
.footer-by{
    padding:10px 0;
    font-size:15px;
    background:#292929;
    border-top:solid 1px #303030;
    overflow:hidden;
}
.footer-by .left font{
    display:inline-block;
    margin-right:25px;
    color: #ccc;
}
.footer-by .left a{
    text-decoration:none;
    color: #ccc;
}

/*栏目banner图样式*/
.sub-banner {
	width: 90%;
    max-width: 1440px;
	min-width:1320px;
    max-height:400px;
    margin: 5px auto;
}
.sub-banner img {
    display: block;
	width: 100%;
}

/*当前位置*/
.position {
    width: 1320px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
}
.position .position-link {
    float:left;
    min-width: 200px;
    height: 20px;
    line-height: 20px;
    padding: 32px 0 24px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#d1292e;
}

.position .sub {
    float: right;
    min-width: 200px;
}
.position .sub li {
    float: left;
    height: 75px;
    margin-left:30px;
    position:relative;
}
.position .sub .cur a{
    color: #d1292e;
 }
.position .sub li a {
    display: block;
    height: 72px;
    line-height: 69px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
}
.position .sub li:after{
    content:"";
    position: absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#d1292e;
    transition: all 0.3s;
}
.position .sub li:hover:after,.position .sub li.cur:after {
    width:100%;
}


/*子栏目导航条*/
big.title{ margin:1% 0 2% 0; overflow:hidden;}
big.title em{ font-size:18px; border:solid 1px #cfcfcf; margin-top:10px;margin-left: 10px;text-align:center; width:100%; font-style:normal;max-width: 150px;line-height: 40px;}
big.title em a{font-size: 14px; color:#464646;}
big.title .cur,.title em:hover {background:#d1292e;border: solid 1px #d1292e;}
big.title .cur a,.title em:hover a {color:#fff;}


/*分页样式*/
.page {
    width: 100%;
    padding:15px 0 15px;
    text-align:center;
    overflow:hidden;
}
.page ul li{
    display:inline-block;
    height:30px;
}
.page ul li a{
    display:block;
    font-size:12px;
    line-height:30px;
    height:30px;
    padding:0 12px;
    text-align:center;
    color:#333;
    border: 1px solid #e3e3e3;
    background:#fff;
}
.page a:hover{
    text-decoration:none;
}
.thisclass{
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#d1292e;color:#fff;
}

/*友情链接*/
.copy {
	padding:10px 0;
}
.copy a {
	font-size:14px;
	color:#ccc;
}

.service {
    padding: 10px 0;
    overflow: hidden;
    background: #d1292e;
}

.service ul li {
    float: left;
    width: 25%;
    height: 116px;
    border-left: 1px solid #da4141;
    position: relative;
    transform: scale(1);
    overflow: hidden;
}
.service ul li a {
    display: block;
    padding: 40px 30px 20px;
    color: #fff;
    overflow: hidden;
    background: url(../images/read_white.png) no-repeat 30px bottom;
    cursor: context-menu;
}
.service ul li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
