@charset "UTF-8";
/* CSS Document */

/*header*/
.header {
    height: 100px;
    background: #ffffff;
}

/*logo*/
.header .logo {
    float: left;
    height: 100px;
}

.header .logo a {
    float: left;
    display: list-item;
    line-height: 100px;
    text-align: center;
    height: 100px;
    list-style: none;
}

.header .logo a img {
    vertical-align: middle;
}

/*navigation*/

.nav{
    float: left;
    height: 75px;
    padding-top: 25px;
}
.nav ul li {
    float: left;
    width: 70px;
    height: 75px;
    text-align: center;
    transition: none;
    position: relative;
    margin-right: 5px;
    padding: 0 15px;
}

.nav ul li:first-child {
    background: none;
    width: 40px;
}

.nav ul li > a {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
    transition: none;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}
.nav ul li:hover > a ,.nav ul li.active > a {
    color: #36298c;
    border-bottom: 4px #36298c solid;
}
.nav-menu{
    display: none;
    position: absolute;
    top: 75px;
    left: -65px;
    z-index: 999;
    width: 190px;
    transition: none;
    background: #ffffff;
    box-shadow: 0 0 2px 2px #eeeeee;
    padding: 8px 10px;
}
.nav-menu dl{
    transition: none;
}
.nav-menu dl dt{
    width: 100%;
    height: 44px;
    border-bottom: 1px #dddddd dashed;
}
.nav-menu dl dt:last-child{
    border-bottom: none;
}
.nav-menu dl dt a{
    display: block;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
}
.nav-menu dl dt:hover a{
    color: #36298c;
    text-decoration: underline;
}

.header .right-header {
    float: right;
}

.search{
    float: right;
    width: 210px;
    height: 34px;
    padding-top: 32px;
}
.search input{
    float: left;
    width: 125px;
    height: 34px;
    font-size: 12px;
    padding: 0 15px;
    border: 1px #cccccc solid;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
    border-right: none;
}
.search .search-btn{
    float: left;
    width: 45px;
    height: 36px;
    background: #36298c  url("../images/search-icon.png") center no-repeat;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border: none;
}

@font-face {
    font-family: dincond-medium-webfont;
    src: url('../fonts/dincond-medium-webfont.eot');
    src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff2') format('woff2'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg')
}



/*banner*/
.banner,.banner .flexslider,.banner .slides li{
    height: 600px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.banner .flexslider,.banner .slides li {
    height: 600px;
    overflow: hidden;
    z-index: 0;
    display: block;
}
.banner .slides li a {
    display: block;
    height: 100%;
}

.sub-banner {
    height: 362px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.sub-banner li {
    height: 362px;
}


/*图片指示*/
.banner .flex-control-nav{
    display: block;
}
.banner .flex-control-nav{
    position:absolute; bottom:30px; z-index:2; padding-left:0; width:1100px; left:0;
    right:0; margin:0 auto; text-align:center;
}
.banner .flex-control-nav li{
    display:inline-block; margin: 0 5px; zoom:1; text-align:center;
}
.banner .flex-control-nav a{
    display:inline-block; width:30px; height:3px; cursor:pointer; background: #d9d9d9; font-size: 0;
}
.banner .flex-control-nav .flex-active{ background: #36298c; width: 30px; height: 3px}
/*左右方向按钮*/
/*
.flex-direction-nav a{
    width:40px; height: 68px; line-height:99em; overflow:hidden;margin:-45px 0 0;display:block;
    background: #cccccc;position:absolute;top:50%;z-index:10;
    cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;
}
.flex-direction-nav .flex-next{
    right:40px; background: url("../images/right01.png") no-repeat; background-size: 40px 68px;
}
.flex-direction-nav .flex-prev{
    left:40px; background: url("../images/left01.png") no-repeat; background-size: 40px 68px;
}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=80);}
.flexslider:hover .flex-next, .flexslider:hover .flex-prev{opacity:1;filter:alpha(opacity=100);}
*/

/*index-section*/
.index-section{
    min-height: 250px;
    padding: 60px 0;
    position: relative;
    background: #FFFFFF;
}
.index-section .company{
    width: 560px;
    height: 250px;
    padding-left: 285px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-section p.tel{
    font-family: Arial;
    font-size: 24px;
    line-height: 50px;
}
.index-section .more{
    display: block;
    width: 100px;
    height: 34px;
    border-radius: 34px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial;
    text-align: center;
    line-height: 34px;
}
.name01{
    float: left;
    background: url("../images/c0262651.jpg") center no-repeat;
}
.name01 p{ color: #a72c24; }
.name01 .more{ background: #36298c;}

.name02{
    float: right;
    background: url("../images/c02.jpg") center no-repeat;
}
.name02 p{ color: #ff6b06; }
.name02 .more{ background: #013486;}

/*index-section end*/

/*footer*/
.footer{
    background: #006ac8;
    min-height: 108px;
}
.footer .foot{
    background: #666666;
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    padding: 40px 0;
}
.f-nav{
    float: left;

}
.f-nav ul li{
    float: left;
    padding: 0 45px;
    border-right: 1px #808080 solid;
    text-align: left;
}
.f-nav ul li a{
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.f-nav ul li .firstnav{
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
}
.f-nav ul li .secondnav{
    color: #d9d9d9;
}
.fcontact{
    float: right;
}
.fcontact .code{ float: left; margin-right: 40px;}
.fcontact .code img{
    display: block;
    width: 126px;
    height: 126px;
    border: 4px #ffffff solid;
    background: #ffffff;
}
.fcontact .way{
    float: right;
    display: block;
    width: 300px;
    color: #d9d9d9;
}
.fcontact .way h6{
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
}
.copyright{
    background: #4d4d4d;
    height: 60px;
    line-height: 60px;
    color: #999999;
    font-size: 12px;
}

.float-box{
    position: fixed;
    right: 0;
    top: 40%;
    width: 200px;
    z-index: 99999;
}
.float-box h6{
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #36298c;
    color: #ffffff;
    font-size: 16px;
}
.float-box .close-btn{
    float: right;
    width: 13px;
    height: 13px;
    background: url("../images/close-btn.png") center no-repeat;
    margin-top: 22px;
}
.float-box .online{
    height: 100px;
    line-height: 50px;
    background: #ffffff;
    border: 1px #d9d9d9 solid;
}
.float-box .online ul li{
    height: 50px;
    padding: 0 18px;
}
.float-box .online ul li:first-child{
    border-bottom: 1px #d9d9d9 solid;
}
.float-box .online a{
    display: block;
    padding-left: 40px;
    font-size: 16px;
    color: #36298c;
}
.float-box .online .qq{ background: url("../images/qq.png") left center no-repeat; }
.float-box .online .hot-tel{ background: url("../images/tel.png") left center no-repeat; }

/*.backTop{
    position: fixed;
    right: 10px;
    top: 80%;
}
.backTop a{
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/backTop.png") left top no-repeat;
}*/
/*footer end*/

/* sub-section */

/*------- page -------*/
.m-page{
    text-align: center;
    margin-top: 40px;
}
.m-page a{
    display: inline-block;
    margin: 0 4px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
}
.m-page a.z-crt{
    color: #a72c24;
}
.m-page a.pageprv,.m-page a.pagenxt{
    color: #FFFFFF;
    background: #b9b9b9;
    padding: 0 8px;
}
.m-page a.pageprv:hover,.m-page a.pagenxt:hover{
    background: #a72c24 ;
}
.m-page p{
    display: inline-block;
    margin: 0 4px;
}
.m-page input{
    display: inline-block;
    width: 22px;
    height: 26px;
    border: 1px #b9b9b9 solid;
    margin: 0 4px;
    padding: 0 2px;
}
/*------- page end -------*/

.sub-section{
    padding-bottom: 80px;
}
.sub-warpper{
    width: 1200px;
    min-height: 550px;
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0 0 2px 2px #eeeeee;
    padding: 0 31px;
}
.nav-section{
    height: 70px;
    border-bottom: 1px #dddddd solid;
    position: relative;
}
.nav-section .nav-title{
    width: 200px;
    height: 98px;
    background: url("../images/nav-title-bg.png") center no-repeat;
    position: absolute;
    top: -40px;
    z-index: 9999;
    color: #ffffff;
    line-height: 30px;
    padding-left: 30px;
}
.nav-title h6{
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: Arial;
}
.nav-title p{ font-size: 30px; }

.nav-section .nav-list{
    float: left;
    margin-left: 230px;
}
.nav-list ul li{
    float: left;
    height: 70px;
    margin-left: 30px;
}
.nav-list ul li a{
    display: block;
    line-height: 70px;
    padding: 0 10px;
    font-size: 16px;
}
.nav-list ul li.active a{
    color: #36298c;
    border-bottom: 1px #36298c solid;
}
.location{
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    padding-top: 20px;
    line-height: 30px;
}

.content{
    padding: 40px 30px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.contact-content{
    padding: 40px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.sub-title{
    text-align: center;
    line-height: 44px;
    margin-bottom: 30px;
}
.sub-title h5{
    font-size: 24px;
    color: #36298c;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial;
}
.sub-title h5 span{
    font-weight: normal;
}
.sub-title h6{
    font-size: 24px;
    color: #a72c24;
}

/* 公司简介 */
.profile{}
.profile .profile-detail{
    float: left;
    width: 755px;
}
.profile .name{
    text-align: left;
}
.profile .profile-img{
    float: right;
    margin-top: 40px;
}
/* 公司简介 end*/

/* 营销网络 */
.network{}
/* 营销网络 end*/

/* 荣誉资质 */
.honor{
    width: 1140px;
    overflow: hidden;
}
.honor ul{
    width: 1200px;
}
.honor ul li{
    float: left;
    width: 352px;
    margin-right: 42px;
    margin-bottom: 30px;
}
.honor ul li .img{
    width: 352px;
    height: 246px;
    text-align: center;
    line-height: 246px;
    overflow: hidden;
}
.honor ul li .img img{
    max-width: 352px;
    max-height: 246px;
    vertical-align: middle;
    transition: all 0.5s;
}
.honor ul li:hover .img img{
}
.honor ul li h6{
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 22px;
    color: #444444;
    text-align: center;
}
.honor ul li:hover h6{
    color: #a72c24;
}
/* 荣誉资质 end*/

/* 产品展示 */
#product{}
#product ul li{
    margin-right: 40px;
}
#product ul li .img{
    width: 352px;
    height: 246px;
    text-align: center;
    line-height: 246px;
    overflow: hidden;
    border: 1px #eeeeee solid;
}
#product ul li:hover .img{
    border: 1px #a72c24 solid;
}
/* 产品展示 end*/

/* 发展历程 */
.development{}
.development .runImg {
    width: 1140px;
    height: 250px;
    position: relative;
    margin: 0 auto 30px;

}
.development .runImg .prev {
    position: absolute;
    left: 0;
    top: 80px;
    cursor: pointer;
    z-index: 99;
    width: 60px;
    height: 89px;
    background: url("../images/hprev.png") center no-repeat;
}
.development .runImg .next {
    position: absolute;
    right: 0;
    top: 80px;
    cursor: pointer;
    z-index: 99;
    width: 60px;
    height: 89px;
    background: url("../images/hnext.png") center no-repeat;
}
.development .runImg .run{
    width: 1000px;
    height: 250px;
    position: relative;
    overflow: hidden;
   /*  background: url("../images/run-bg.png") 350px no-repeat; */
    margin: 0 auto;
}
.honor .runImg .run ul {
    position: absolute;
    left: 0;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}
.development .runImg .run ul li {
    float: left;
    width: 840px;
    height: 240px;
}
.development .runImg .run ul li a {
    display: block;
}
.development .honor-img{
    float: left;
    width: 330px;
    height: 213px;
}
.development .honor-img img{
    width: 330px;
    height: 213px;
}
.development .honor-info{
    float: left;
    width: 450px;
    height: 240px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    color: #333333;
    margin-left: 50px;
}
.development .honor-info a:hover{
    text-decoration: underline;
}
.development .honor-info .h-page{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #333d85;
}
.index-h{
    height: 144px;
    overflow: hidden;
}
.years{
    width: 1140px;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.years ul{
    position: absolute;
    left: 0;
    height: 75px;
    width: 1140px;
    border-bottom: 1px #c4c4c4 solid;
    transition: none;
}
.years ul li{
    float: left;
    width: 150px;
    height: 50px;
    margin: 0 20px;
    background: url("../images/circle02.png") center 50px no-repeat;
    padding-bottom: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 19px;
}
.years ul li a{
    font-size: 14px;
    color: #333333;
}
.years ul li.active,.years ul li:hover{
    background: url("../images/circle01.png") center bottom no-repeat;
}
.years ul li.active a,.years ul li:hover a{
    font-weight: bold;
    color: #a72c24;
}
/*发展历程 end*/

/*在线地图*/
.map{
    float: left;
    width: 824px;
    height: 467px;
}
.contact-info{
    float: left;
    width: 376px;
    height: 467px;
    background: #edece8;
}
.contact-info .contact-tt{}
.contact-info .contact-tt h6{
    height: 74px;
    line-height: 74px;
    background: url("../images/dline.png") center no-repeat;
    text-align: center;
    font-size: 18px;
    color: #36298c;
}
.contact-info .contact-tt h5{
    line-height: 48px;
    height: 48px;
    background: #36298c;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
}
.contact-info .company{
    margin-top: 30px;
}
.contact-info .company h6{
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
}
.contact-info .company ul{
    padding-left: 50px;
}
.contact-info .company ul li{
    padding-left: 45px;
    margin-top: 22px;
    font-size: 20px;
    font-family: Arial;
}
.contact-info .company ul li.icon01{
    background: url("../images/c-icon01.png") left center no-repeat;
}
.contact-info .company ul li.icon02{
    background: url("../images/c-icon02.png") left center no-repeat;
}
.contact-info .company ul li.icon03{
    background: url("../images/c-icon03.png") left center no-repeat;
}
.contact-info .company ul li.icon04{
    background: url("../images/c-icon04.png") 4px center no-repeat;
}
/*在线地图 end*/

/* 新闻资讯 */
.information{}
.information ul li{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px #d9d9d9 dashed;
    background: url("../images/nicon01.png") left center no-repeat;
}
.information ul li p{
    display: inline-block;
    width: 900px;
}
.information ul li span{
    float: right;
}

.information ul li:hover{
    background: url("../images/nicon02.png") left center no-repeat;
}
.information ul li:hover *{
    color: #a72c24;
}
/* 新闻资讯 end*/

/* 在线留言 */
.message{}
.message-detail{
    width: 752px;
    height: 287px;
    background: url("../images/message-bg.png") center no-repeat;
    margin: 0 auto;
    padding: 30px 40px;
}
.message-detail .m-left{
    float: left;
    width: 346px;
}
.message-detail .m-right{
    float: right;
    width: 346px;
}
.message-detail .import{ margin-bottom: 20px;}
.message-detail .import p{
    color: #cc291b;
    font-size: 12px;
    line-height: 40px;
    padding-left: 33px;
}
.message-detail .import p.icon01{ background: url("../images/om01.png") 8px center no-repeat;}
.message-detail .import p.icon02{ background: url("../images/om02.png") 8px center no-repeat;}
.message-detail .import p.icon03{ background: url("../images/om03.png") 8px center no-repeat;}
.message-detail .import p.icon04{ background: url("../images/om04.png") 8px center no-repeat;}
.message-detail .import p.icon05{ background: url("../images/om05.png") 8px center no-repeat;}
.message-detail .import input{
    width: 326px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border: none;
    background: #ffffff;
}
.message-detail .import input.yzm{
    width: 243px;
    float: left;
}
.message-detail .import .yzm-img{
    width: 83px;
    height: 32px;
    float: left;
}
.message-detail .import textarea{
    width: 326px;
    height: 116px;
    padding: 5px 10px;
    border: none;
    resize: none;
}
.message .form-submit{
    display: block;
    width: 199px;
    height: 56px;
    background: url("../images/send.png") center no-repeat;
    border: none;
    margin: 50px auto;
    cursor: pointer;
}
/* 在线留言 end*/



/* sub-section  end*/








































