@charset "utf-8";

/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
    /* ie8 */
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
}

em {
    font-style: normal;
}

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


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
}

#sonBody {
    background: #f5f5f5;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol {
    list-style: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    /* transition: all .3s linear; */
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/************************************************************************************
GENERAL STYLING  END
*************************************************************************************/


/* head样式 */

.head {
    height: 38px;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.head .name {
    font-size: 15px;
    color: #313131;
    line-height: 38px;
    float: left;
}

.headR {
    float: right;
    margin-right: 19px;
    height: 38px;
}

.headR .phone {
    width: 24px;
    height: 24px;
    float: left;
    display: block;
    margin: 7px 11px 0 0;

}

.hNum {
    font-size: 17px;
    line-height: 38px;
    height: 38px;
    float: left;
    color: #313131;
}


/* 导航栏样式 */

.nav {
    width: 100%;
    height: 148px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.navL{
    float: left;
    width: 543.5px;
}
.navL a{
    float: left;
    margin-right: 1px;
}
.navR{
    float: right;
    width: 543.5px;
}
.navR a{
    float: right;
    margin-left: 1px;
}
.nav a {
    display: block;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 148px;
    line-height: 148px;
    width: 135px;
}

.nav a:hover,
.nav .navOn {
    background: #037aff;
    color: #fff;
}

.nav .logo{
    position: absolute;
    display: block;
    width: 113px;
    height: 148px;
    left: 50%;
    margin-left: -56.5px;
}

/* 轮播图样式 */

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}


/* 子页大图样式 */

.subBan {
    width: 100%;
    height: 300px;
    background: url(../images/subBan.jpg) center no-repeat;
}


/* 公共标题 */

.pubTit {
    display: block;
    margin: 0 auto;
}

/* 产品展示 */
.pro{
    width: 100%;
    height: 801px;
    overflow: hidden;
}
.proTit{
    width: 100%;
    height: 202px;
    background: #f6f6f6;
}
.proBox{
    width: 1200px;
    height: 427px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.proBox .bd{
    width: 1200px;
    height: 388px;
}
.proBox .bd li{
    width: 399px;
    border-right: 1px solid #dddddd;
    height: 388px;
    float: left;
}
.proPic{
    width: 312px;
    height: 312px;
    line-height: 309px;
    margin: 11px auto 0;
    text-align: center;
    overflow: hidden;
}
.proPic img{
    max-height: 312px;
    display: inline-block;
    vertical-align: middle;
}
.proName{
    width: 181px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #545454;
    text-align: center;
    color: #424242;
    font-size: 18px;
    margin: 12px auto 0;
}
.proBox .prev {
    width: 49px;
    height: 49px;
    display: block;
    position: absolute;
    background: url(../images/right.png) no-repeat;
    right: -85px;
    top: 173px;
}
.proBox .next {
    width: 49px;
    height: 49px;
    display: block;
    position: absolute;
    background: url(../images/left.png) no-repeat;
    left: -85px;
    top: 173px;
}
.proBox .bd li:hover .proName{
    border: 1px solid #037aff;
    color: #037aff;
}
.proThi{
    width: 100%;
    height: 172px;
    background: #f6f6f6;
    overflow: hidden;
}
.proMore{
    display: block;
    width: 261px;
    height: 57px;
    line-height: 57px;
    background: #037aff;
    text-align: center;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    margin: 54px auto 0;
}
.proMore:hover{
    background: #ea000b;
}
/* 关于我们 */

.about {
    width: 100%;
    height: 533px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.abtFir{
    width: 100%;
    height: 253px;
    background: #037aff;
}
.abtCen{
    width: 1200px;
    height: 465px;
    background: url(../images/abtBg.png) center no-repeat;
    overflow: hidden;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -600px;
}

.abtImg{
    width: 448px;
    height: 301px;
    float: left;
    overflow: hidden;
    margin: 60px 0 0 73px;
}

.abtImg img{
    display: block;
}

.abtR{
    width: 525px;
    float: right;
    margin: 175.5px 72px 0 0;
}

.abtCon{
    font-size: 15px;
    color: #010101;
    line-height: 27px;
    text-align: justify;
}

.abtMore{
    display: block;
    width: 144px;
    height: 29px;
    line-height: 29px;
    font-size: 15px;
    color: #6e6e6e;
    float: right;
    margin-top: 11.5px;
    border: 1px solid #bebebe;
    border-radius: 15.5px;
}
.abtMore span{
    padding-left: 31px;
}
.abtMore:hover{
    color: #037aff;
    border: 1px solid #037aff;
}

/* 新闻动态 */

.news {
    width: 100%;
    height: 830px;
    background: #fff;
    overflow: hidden;
}

.newsCon {
    width: 700px;
    height: 544px;
    float: right;
}

.newsCon li {
    width: 700px;
    height: 125px;
    overflow: hidden;
}

.newsCon li .date {
    width: 93px;
    text-align: center;
    overflow: hidden;
    float: left;
}

.newsCon li .date .day{
    font-size: 40px;
    color: #037aff;
    line-height: 59px;
    margin-top: 3px;
}

.newsCon li .date .month{
    font-size: 15px;
    color: #777777;
    line-height: 22px;
}

.ncLine{
    border-right: 1px solid #dddddd;
    float: left;
    margin-top: 19px;
    height: 50px;
}

.ncR{
    float: left;
    width: 573px;
    margin-left: 31px;
}

.ncTit{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin: 8px 0 5px;  
    line-height: 29px;
}

.ncDes{
    font-size: 14px;
    color: #666;
    line-height: 29px;
}

.newsCon li:hover .ncTit,
.newsCon li:hover .ncDes{
    color: #037aff;
}

.newsL {
    width: 425px;
    height: 544px;
    float: left;
}

.newsL img {
    display: block;
    width: 425px;
    height: 247px;
}

.indTit {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 34px;
    margin: 13px 0 22px 6px;
}

.indDes {
    font-size: 15px;
    color: #000;
    line-height: 30px;
    text-align: justify;
    margin-left: 6px;
}

.indMore{
    display: block;
    width: 137px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #bebebe;
    margin: 23px 0 0 4px;
    font-size: 15px;
    color: #000;
    border-radius: 17.5px;
}

.newsL a:hover{
    color: #037aff;
}

.newsMore {
    display: block;
    width: 260px;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    margin: 0 auto;
    background: #037aff;
    text-align: center;
}

.newsMore:hover {
    background-color: #ea000b;
}

/* 底部样式 */

.footer {
    width: 100%;
    height: 230px;
    background-color: #1b1b1b;
    overflow: hidden;
}
.fCont {
    float: left;
}
.fcFir{
    font-size: 21.11px;
    color: #fff;
    line-height: 24.63px;
    margin: 26px 0 24px;
}
.fCont p {
    font-size: 15px;
    color: #fff;
    line-height: 36px;
}
/* 友情链接 */

.link {
    float: left;
    width: 304px;
    height: 160px;
    border-left: 1px solid #8d8d8d;
    margin: 37px 0  0 39px;
}

.link span {
    display: block;
    float: left;
    font-size: 15px;
    color: #fff;
    margin: 10px 0 0 15px;
}

.linkUrl{
    float: left;
    margin: 32px 0 0 15px;
}

.link a {
    display: block;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
}

.link a:hover {
    color: #037aff;
}

.ewm {
    height: 153px;
    margin: 37px 0 0 0;
    float: left;
    overflow: hidden;
}

.ewm img {
    display: block;
    float: left;
    width: 153px;
    height: 153px;
}
.ewmSec {
    font-size: 15px;
    color: #fff;
    margin: 66px 0 0 20px;
    float: left;
}

/* 版权区 */

.copyRight {
    height: 49px;
    line-height: 49px;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.copyRight a {
    color: #fff;
}

.copyRight a:hover {
    color: #037aff;
}


/* 分页    b*/

.pagebar {
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    display: block;
}

.pagebar a,
.pagebar span {
    position: relative;
    font-size: 16px;
    border-right: #ddd 1px solid;
    padding-right: 5px;
    border-top: #ddd 1px solid;
    padding-left: 5px;
    padding-bottom: 2px;
    border-left: #ddd 1px solid;
    color: #555;
    margin-right: 2px;
    padding-top: 2px;
    border-bottom: #ddd 1px solid;
    text-decoration: none;
}

.pagebar .on {
    background: #037aff;
    border-color: #037aff;
    color: #fff;
}


/* 子页内容区*/

.main {
    margin: 30px auto 0;
    width: 1200px;
    position: relative;
}

.subRight {
    width: 940px;
    float: right;
    background: #fff;
    min-height: 476px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.subCon {
    width: 890px;
    padding: 20px;
    overflow: hidden;
    float: right;
    font-size: 16px;
    color: #191919;
    line-height: 1.9;
    text-align: justify;
}

.subCon p {
    margin: 0.63em 0 1.8em 0;
}


/* 子页map */

.subMap{
    height: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
}
.sonClass {
    float: left;
    border-left: 4px solid #037aff;
    padding: 0 10px;
    font-size: 18px;
    color: #037aff;
}

.sonTit {
    background: url(../images/mapNav.png) no-repeat left center;
    padding-left: 25px;
    float: right;
}

.subNav {
    font-size: 16px;
    color: #666;
}

.subNav a {
    font-size: 16px;
    color: #666;
}

.subNav a:hover {
    color: #037aff;
}


/* 侧边栏 */

.sideBar {
    width: 246px;
    float: left;
    background: #fff;
    border-bottom: 5px solid #037aff;
}

.sidebar-title {
    width: 246px;
    height: 92px;
    line-height: 92px;
    text-align: center;
    background-color: #037aff;
    position: relative;
    margin-bottom: 2px;
    font-size: 24px;
    color: #fff;
}

.sidebar-title img {
    width: 30px;
    display: inline-block;
    vertical-align: -7px;
    padding-right: 5px;
}


.sidebar-nav {
    width: 246px;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.sideBar ul li {
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    height: 53px;
    line-height: 53px;
    padding-left: 22px;
    background: url(../images/wine.png) no-repeat;
    background-position: 95% 50%;
    background-size: 12%;
}

.sideBar ul li a {
    font-size: 16px;
    color: #333;
}

.sidebar-nav ul li:hover,
.sideOn {
    background: url(../images/color.png) no-repeat !important;
    background-position: 95% 50% !important;
    background-size: 12% !important;
}

.sidebar-nav ul li:hover a,
.sideOn a {
    color: #037aff !important;
}

.sidePro {
    width: 238px;
    margin-top: 10px;
}

.sidePro .bd li {
    width: 238px;
    height: 239px;
}