
body{
    font-family:"Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    margin:0px;
    padding:0px;
    min-width: 1300px;
}

body, button, input, select, textarea{
    /*font: 12px/1.5 "Microsoft YaHei",tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif;*/
    font: 14px/1.5 tahoma,arial,'Hiragino Sans GB',"Microsoft YaHei",PingFangSC-Regular,宋体,sans-serif;
}


a,address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var{
    margin:0;padding:0
}


article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block
}

hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0
}


button,html input[type=button],input[type=submit]{
    -webkit-apperance:button;
    cursor:pointer
}


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


ul,ol,li{
    list-style:none
}

img{
    border:0;
    vertical-align:middle
}

a{
    text-decoration: none;
}

button,input,select,textarea{
    font-size:100%;
    vertical-align:middle;
    outline:none
}

table{
    border-collapse:collapse;
    border-spacing:0
}

a:hover,a:visited,a:focus{
    text-decoration:none;
    outline:none;
}

.clear,.clr{
    display:block;
    overflow:hidden;
    clear:both;
    height:0;
    line-height:0;
    font-size:0
}


.cfx:after,.cBy:after{
    clear: both;
    content: ".";
    display: block;
    height:1px;
    overflow:hidden;
    visibility: hidden
}
.cfx:after,.cBy:after{
    *zoom:1;
}


.fl{float:left}
.fr{float:right}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}

/*去掉Webkit(chrome)浏览器中input(文本框)或textarea的黄色焦点框*/
input,button,select,textarea{
 outline:none;
 font-family:"PingFing SC","Microsoft YaHei"
}

textarea{
 resize:none;
}

/*移除HTML5 input在type="number"时的上下小箭头*/
/*在chrome下：*/

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
 -webkit-appearance: none!important;
 margin: 0;
}

/*Firefox下：*/

input[type="number"]{
 -moz-appearance:textfield;
}

/*chrome 表单自动填充后，input文本框的背景会变成黄色的，通过审查元素可以看到这是由于chrome会默认给自动填充的input表单加上input:-webkit-autofill私有属性，然后对其赋予以下样式：*/

input : -webkit-autofill {
 background-color : #FAFFBD ;
 background-image : none ;
 color : #000 ;
}

p,a,span,strong,h3,h4,h5,h6{
    letter-spacing:0px;
}

.bggray{
    background: #F8F9FB;
}

.nomr{margin-right: 0px !important;}

/**
 * common
 */

.header{
    position: relative;
    z-index: 2;
    height: 100px;
}

.banner > ul{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}


.banner > ul img{
    width: 100%;
    height: 246px;
}

.content{
    position: relative;
    width: 1300px;
    margin:0 auto;
    z-index: 1;
}

.content h4{
    font-weight: normal;
    font-size: 45px;
    color: #3C3C3B;
    text-align: center;
    margin-bottom: 16px;
}


.header .logo{
    display: inline-block;
    width: 200px;
    height: 67px;
    margin:17px 0 0 150px;
    /*background: url(../img/logo2.png) no-repeat center center;
    background-size: 200px 67px;*/
}

.header .logo > img,.header .index-logo > img{
    display: inline-block;
    width: 200px;
    height: 67px;
}

.header .index-logo{
    /*background: url(../img/logo1.png)  no-repeat center center;
    background-size: 200px 67px;*/
}

/**
 * 导航
 */
.nav{
    position: absolute;
    height: 100px;
    top: 0px;
    right:130px;
    font-size: 16px;
    z-index: 1;
    font-family: "Microsoft YaHei";
}
.nav > li{
    position: relative;
    float: left;
    height: 100px;
    line-height: 100px;
}

.nav > li a{
    padding: 0 25px;
    
}
.nav li a{
    height: 24px;
    line-height: 24px;
    color:#5A5A5A;
}

.nav  li a span{
    padding-bottom: 6px;
}

.nav li a.active span,.nav li:hover > div a span{
    border-bottom: 3px solid transparent;
}

.index-nav li a{
    color:#fff;
}



.nav > li > div{
    text-align: center;
}

/*.nav > li:nth-of-type(2) > div > a,.nav > li:nth-of-type(3) > div > a,.nav > li:nth-of-type(5) > div > a{
    cursor:default;
}*/

.nav > li a.active span{
    color: #00A7F7;
}
.index-nav {
    top: 34px;
}
.index-nav  li a.active span{
    border-bottom: 3px solid #fff;
    color:#fff;
}

.nav > li > ul {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    z-index: 2;
    top: 30px;
    padding:15px 0;
    background: #fff;
    opacity: 0.3;
    filter:opacity(30);
    border-radius: 8px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.nav > li:hover > ul{
    visibility:visible;
    opacity: 0.9;
    filter:opacity(90);
}

.nav > li > ul  li{
    line-height: 34px;
    margin-bottom: 2px;
}

.nav > li > ul  li:hover,.nav > li > ul  li.active{
    background: #D3E6F4;
}


.nav > li > ul  li a{
    display: inline-block;
    width: 100%;
    margin:0;
    text-align: center;
    color:#5A5A5A;
}

/**
 * banner
 */
.banner{
    position: relative;
    width: 100%;
    height: 246px;
    min-width: 1300px;
}


/**
 * footer
 */

.footer{
    min-width: 1300px;
    height: 144px;
    background: #fff;
    text-align: center;
}

.footer .content{
    width: 1000px;
    border-top:1px solid #EAEAEA;
}

.friendship-link{
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0px;
    padding-top: 20px;
}

.friendship-link li{
    display: inline-block;
    height: 14px;
    padding:0px 14px;
    line-height: 14px;
    border-right:1px solid #D1D1D1;
    font-size: 14px;
    color: #9C9C9C;
}

.friendship-link li.nextli{

}

.friendship-link li.nobor{
    border-right:none;
    padding-right:0px 18px;
}

.friendship-link li a{
    font-size: 14px;
    color: #9C9C9C;
}

.friendship-link li a:hover{
    text-decoration:underline;
}

.footer p{
    margin-bottom:2px;
    text-align: center;
    font-size: 14px;
    color: #9C9C9C;

}
.footer p a{
    cursor: pointer;
    color: #9C9C9C;
}
.footer p strong{
    display: inline-block;
    margin-left: 15px;
    font-weight: normal;
    font-size: 20px;
    color: #8F8F8F;
}


/**
 * path
 */

.path{
    padding:15px 0;
    font-size: 14px;
    color: #707070;
    border-bottom: 1px solid #F3F3F3;
}

.path-content{
    overflow: hidden;
    width: 990px;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.addr-path{
    float: left;
}
.addr-path,.quick-path{
    display: inline-block;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
}

.addr-path icon{
    margin-right: 12px;
}
.quick-path{
    float: right;
    text-align: right;
    font-size: 12px;
}
.path a{
    color: #707070;
}

.addr-path a:hover{
    color: #000; 
}
.quick-path a:hover,.quick-path  a.active{
    color: #00A7F7 
}

.quick-path a{
    color: #9C9C9C;
}


.quick-path span{
    padding: 0 4px;
    color: #D1D1D1;
}

.quick-path span:nth-of-type(1){
    color: #9C9C9C;
}

/**
 * tab
 */

.tab{}
.tab-title{
    overflow: hidden;
    position: relative;
}
.tab-title li{
    float: left;
    cursor:pointer;
}
.tab-title li.active{
}
.tab-content-box .tab-content{
    display: none;
}
.tab-title .tab-title-list{
    float: left;
    cursor:pointer;
}

.tab-title .last-tab-title-list{margin-right: 0px;}

.swiper-box{
    position: relative;
}
.swiper-list{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
.swiper-list li{
    float: left;
}

.swiper-pagination-box{
    position: absolute;
    left: 0px;
    bottom: 8px;
    width: 100%;
    height: 20px;
    text-align: center;
}

.swiper-pagination-box li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin:0 2px;
    cursor: pointer;
    background: #fff;
    opacity: 0.4;
    filter: opacity(40);
    border-radius: 50%;
}

.swiper-pagination-box li.active{
    background: #fff;
    opacity: 1;
    filter: opacity(100);
}
