@charset "UTF-8";
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 16px;
}
*{
    box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

body {
    font-family: arial, helvetica, verdana, tahoma, sans-serif;
    background: #ffffff;
    color: #333;
    font-size: 14px;
    line-height: 1;
    word-break: break-all;
    word-wrap: break-word;
  
    max-width:1920px;
    min-width: 1200px;
    margin: 0 auto;
}


:focus {
    outline: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

ul, ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.ov-h {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.text-color {
    color: #158e84;
}

.b-img {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 省略3个点 */

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.arrow-me-icon {
    display: block;
    background-color: #d18338;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: '宋体';
    cursor: pointer;
}

/* .triangle 需要是 块 */

.triangle {
    display: block;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ebebeb;
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ebebeb;
}

.triangle-down {
    width: 0;
    height: 0;
    border-top: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.triangle-up {
    width: 0;
    height: 0;
    border-bottom: 10px solid #ebebeb;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* header */
.index-container {
  
    position: relative;
}
.index-header {
    padding: 0 165px;
   
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    background-color: #fff;
    z-index: 99;
    padding-top: 32px;
 
}

.logo {
    float: left;
  
}

.logo img {
    vertical-align: top;
height: 100px;
}

/* .head-nav css */

.head-nav {

    z-index: 2;
   
}

.head-nav ul>li {
   width: 125px;
   text-align: center;
    float: left;
    height: 110px ;
   
}
.head-nav ul>li>a{  
    padding-top:43px;
    color: #333;
    display: block;
    font-size: 16px;
}

.head-nav ul>li.on{
    background: url(../images/arrow.png) no-repeat center bottom;
}
.head-nav ul>li.on > a{
    position: relative;
}
.head-nav ul>li.on > a::before{
    position: absolute;
    top:-32px;
    left: 0;
    content: ' ';
    width: 100%;
    height: 7px;
    border-radius: 0 0 4px 4px;
	background-color: #e71122;
}

.head-nav ul>li.next .downmain{
    width: 1177px;
    height: auto;
    padding-top: 50px;
    padding-left: 74px;
    background: rgba(255, 255, 255, 1)
}


.head-nav ul>li.next {
  
}

.head-nav li:hover>.downmain {
    display: block;
}

.head-nav .downmain {
    position: absolute;
    display: none; 
    top: 100%;   
    left: 73px;
    z-index: 90; 
}

.head-nav li .downmain >dl {
    float: left;
    text-align: center;
    margin-right: 57px;
    width: 154px;
}

.head-nav .downmain dd {
    position: relative;
    line-height: 48px;
    font-size:14px;
}

.head-nav .downmain dt>  a{
    font-size: 16px;
    padding-bottom: 16px;
  
    display: block;
    margin-bottom: 13px;
    border-bottom: 2px solid #e71c2c;
}
.head-nav .downmain dd  a{
    color: #333;
  
}
/* .head-nav .downmain dd>.downmain {
    left: 100%;
    top: 0;
    padding-top: 52px;
    border-top: none;
    background: transparent;
}

.head-nav .downmain dd>.downmain dd {
    background-color: #fff;
}

.head-nav .downmain dd:hover>.downmain {
    display: block;
} */

/* .head-nav .downmain dd:last-child a {
    border-bottom: none;
}

.head-nav .downmain dd.on>a, .head-nav .downmain dd a:hover {
    background-color: #f2f2f2;
} */

.head-nav-other{
    margin-top: 36px;
    position: relative;
}

.head-nav-other a{
    margin: 0 16px
}

.head-nav-other form{
    display: none;
    position: absolute;
    z-index: 91;
    right: 0;
    top:43px;
    border: solid 1px #cacaca;
    width: 298px;
    height: 46px;
    border-radius: 23px;
    font-size: 14px;
    overflow: hidden;
}
.head-nav-other form input{
    padding: 10px 23px;
    width: 227px;
    height: 44px;
}
.head-nav-other form button{
    background-color: #e71122;
    width: 69px;
    height: 44px;
    color:#fff;
    border:none;
}
/*page-me 分页*/

.page-me li {
    float: left;
    margin: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
}

/* .page-me .first, .page-me .last {
    width: 62px;
} */
.page-me{
    padding: 5px 0 50px;
}
.page-me a {
    min-width: 40px;
    line-height: 40px;
    border-radius: 9px;
    display: block;
   
  
   
}

.page-me li.on a, .page-me a.on {
    color: #fff;
    background-color: #e50012;
}

.page a {
    margin: 0 8px;
    font-size: 12px;
    color: #666666;
    min-width: 12px;
    border-radius: 15px;
    text-align: center;
}

.page-me02 {
    text-align: center;
    margin-top: 34px;
}

.page-me02 a {
    display: inline-block;
    font-size: 13px;
    color: #0d0d0d;
    min-width: 48px;
    height: 44px;
    line-height: 42px;
    padding: 0 5px;
    margin: 5px 5px;

	background-color: #ffffff;
	border: solid 1px #c1c1c0;
}

.page-me02 a:hover, .page-me02 a.on {
    background-color: #d68b21;
    border-color: #d68b21;
    color: #fff;
}

.page-me02 .next-page-a{
    width: 79px;
}
@media(max-width:768px){
    .page-me02 {
        margin-top: 15px;
    }
    .page-me02 a {
        height: 30px;
        line-height: 28px;
        min-width: 30px;
        font-size: 12px
    }
    
    .page-me02 .next-page-a{
        width: 50px;
    }
}

.w1145{
    width: 1145px;
    margin: 0 auto;
}
/* 底部 */

.footer {
    color: #fff; 
    background: #333333;
    font-size: 14px;
    padding-top: 70px;
    text-align: center;
    
}
.foot-container{
    padding: 0 10%;
}


.footer-nav dl{
    margin: 0  62px;   
}


@media(max-width:1740px){
   
    .footer-nav dl{
        margin: 0 40px;
    }
   
}

@media(max-width:1465px){
    .foot-container{
        padding: 0 6%;
    }
}

@media(max-width:1335px){
    .footer-nav dl{
        margin: 0 25px;
    }
    
}
.footer-nav dt, .foot-weixin .tit{
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-nav  dd{
    line-height: 30px;
}
.footer  a{
    color: #ffffff; 
}
.foot-weixin .tit{
    margin-bottom: 24px;
}
.foot-weixin .p1{
    font-size: 18px;
    margin-top: 24px;
}

.foot-copy{
    clear: both;
    text-align: center;
    margin-top: 34px;
   line-height: 52px;
   border-top: 1px solid #717171;
    background-color: #333;
}







.foot-form{
   margin-top: 20px;
}
.foot-form .input-box{
    font-size: 0;
}
.foot-form input {
    margin-right: 17px;
}
.foot-form input:last-child{
    margin-right: 0;
}
.foot-form textarea, .foot-form input {
    width: 128px;
    resize: none;
    line-height: 27px;
   height: 27px;
    background-color: #ebebeb;
	border-radius: 12px;
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.foot-form textarea {
    width: 419px;
    display: block;
    padding-top: 10px;
    height: 56px;
    line-height: 18px;
}

.foot-form button {
    border: none;
    display: block;
    height: 30px;
	background-color: #f2860b;
	border-radius: 11px;
    width: 100%;
    cursor: pointer;
    color: #fbfaff;
    font-size: 14px;
}

/* other-banner-cont */

.fiexd-box, .a-fiexd-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.45);
}

.a-fiexd-link {
    transform: translateY(-100%);
    transition: transform 0.1s;
}

.hover .a-fiexd-link {
    transform: translateY(0);
}

.body-fiexd-box {
    position: fixed;
    bottom: 0;
}
.crumbs-box{
    line-height: 45px;
    /*background-color: #eeeeee;*/
    font-size: 14px;
}
/*.crumbs-box  a{
    color:#333;
}*/
.crumbs-box .span-tit{
    color:#e50012;
}
.crumbs-box i{
    font-style: normal;
    font-family: 'SimSun';
    padding: 0 10px;
}
/*分页*/

.Pagelist {
    margin: 50px 0;
    overflow: hidden;
    text-align: center;
}

.inline {
    display: inline-block;
    vertical-align: middle;
}

.Pagelist>ul li {
    float: left;
    height: 38px;
    margin: 0 4px;
}

.Pagelist>ul li .btn {
    width: auto;
    padding: 0 10px;
}

.Pagelist>ul li a, .Pagelist>ul li span {
    display: block;
    width: 34px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    line-height: 34px;
    color: #444;
}



.Pagelist>ul li a:hover, .Pagelist>ul li .current {
    border-color: #18be93;
    background: #18be93;
    color: #FFF;
}

.Pagelist>ul li a, .Pagelist>ul li span {
    display: block;
    width: 34px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    line-height: 34px;
    color: #444;
}

a {
    color: #333;
    text-decoration: none;
}

.Pagelist>ul li a, .Pagelist>ul li span {
    display: block;
    width: 34px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    line-height: 34px;
    color: #a4a4ad;
}

cite, em, i {
    font-style: normal;
}

i, em, b {
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
}
.fiexd-right{
   
    position: fixed;
    right: 25px;
    top:50%;
    z-index: 92;
}
.fiexd-right li{
    position: relative;
    background: #333333;
    border-radius: 9px;
    line-height: 54px;
    width: 54px;
    text-align: center;
    margin-bottom: 19px;
}
.fiexd-right li .li-pos{
    position: absolute;
    right: 100%;
    padding: 0 10px;
    top:0;
    white-space:nowrap;
    display: none;
   
}
.fiexd-right li:hover .li-pos{
    display: block;
    transform: translateX(0);
}
.fiexd-right li .li-pos-str{
    font-size: 18px;
    background: #fff;
}
.fiexd-right li .li-pos-wexin{
    width: 140px;
}

@media(max-width:1440px){
    .fiexd-right{
        right: 0;
    }
}