/*Generated by wjdhcms 3.0 */

@charset "utf-8";



::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}



::-webkit-scrollbar-track {

    border-radius: 10px;

    background-color: #E2E2E2;

}



::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}



 ::selection {

	background-color: #1d369a;

	color: #fff;

}



::-moz-selection {

	background-color: #1d369a;

	color: #fff;

}



::-webkit-selection {

	background-color: #1d369a;

	color: #fff;

}

* {

    padding: 0;

    margin: 0;

    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

}



body {

    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;

    color: #333;

    margin: 0;

/*    line-height: 1.5;*/

}



:focus {

    outline: 1;

}



article,

aside,

canvas,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section,

summary {

    display: block;

}



a {

    color: #333;

    text-decoration: none;

}



a:link,

a:hover,

a:active,

a:visited {

    text-decoration: none;

}



ins {

    background-color: #ff9;

    color: #000;

    text-decoration: none;

}



mark {

    background-color: #ff9;

    color: #000;

    font-style: italic;

    font-weight: bold;

}



del {

    text-decoration: line-through;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



hr {

    display: block;

    height: 1px;

    border: 0;

    border-top: 1px solid #cccccc;

    margin: 1em 0;

    padding: 0;

}



input,

select {

    vertical-align: middle;

}



li,

ul {

    list-style-type: none;

}



img {

    border: none;

}



input,

textarea {

    outline: 0;

    border: 0;

}



textarea {

    resize: none;

}



h1,

h2,

h3,

h4,

h5,

h6,

dl,

dd,

dt,

i,

em {

    font-weight: normal;

    font-style: normal;

}

.fixedNav {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    z-index: 100000;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop));

}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{

    opacity: 1;

}

.center{width:1180px;margin: auto;}

.hide{display: none;}

.clear{clear:both;}



/* header */

.header{

    width: 100%;

    height: 128px;

    overflow: hidden;

    padding-top: 18px;

    padding-bottom: 30px;

    box-sizing: border-box;

}

.header .center{

    height: 100%;

}

.header h1{

    width: 285px;

    height: 80px;

    float: left;

}

.header h1 a,.header h1 img{

    display: block;

    width: 100%;

    height: 100%;

}

.header2{

    float: left;

    height: 58px;

    margin-top: 14px;

    margin-left: 10px;

    padding-left: 14px;

    border-left: 2px solid #111183;

}

.header2 p{

    font-size: 24px;

    line-height: 34px;

    color: #333333;

    margin-top: -6px;

}

.header2 p span{

    font-size: 24px;

    color: #111183;

}

.header3{

    float: right;

    /*width: 230px;*/

    height: 100%;

    margin-top: 20px;
    color: red;
    font-size: 30px;
    margin-right: 20px;

}

.header3 img{

    float: left;

    width: 42px;

    height: 48px;

}

.header3 > div{

    float: left;

    width: calc(100% - 58px);

    height: 48px;

    margin-left: 16px;

    padding-left: 15px;

    box-sizing: border-box;

    border-left: 1px solid rgba(0,106,.210,.8);

}

.header3 p{

    font-family: Arial-BoldMT;

    font-size: 24px;

    font-weight: bold;

    line-height: 24px;

    color: red;
    width: 300px;

}

/* 询盘 */

.topxunpan{

    width: 100%;

    height: 34px;

    margin-top: -5px;

}

.topxunpan .xp {

    position: relative;

    float: left;

    line-height: 24px;

    color: #333333;

    font-size: 16px;

    cursor: pointer;

}

.topxunpan .xp i {

    font-size: 24px;

    color: #1d379b;

}

.topxunpan .xp #xunpantip {

    z-index: 999;

    position: absolute;

    top: 35px;

    left: 50%;

    width: 180px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    color: #fff;

    font-size: 14px;

    -webkit-transform: translateX(-50%) scale(0);

    -moz-transform: translateX(-50%) scale(0);

    -o-transform: translateX(-50%) scale(0);

    -ms-transform: translateX(-50%) scale(0);

    transform: translateX(-50%) scale(0);

    -webkit-transition: transform .4s, opacity .4s;

    -moz-transition: transform .4s, opacity .4s;

    -o-transition: transform .4s, opacity .4s;

    -ms-transition: transform .4s, opacity .4s;

    transition: transform .4s, opacity .4s;

    background-color: #1d379b;

    border-radius: 4px;

    opacity: 0;

    font-weight: bold;

    box-shadow: 0 3px 5px 0 #1d379b;

}

.topxunpan .xp #xunpantip::after {

    content: '';

    position: absolute;

    top: -16px;

    left: 50%;

    width: 0;

    height: 0;

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);

    border: 8px solid transparent;

    border-bottom-color: #1d379b;

}

.topxunpan .xp #xunpantip.xunpantextactive {

    -webkit-transform: translateX(-50%) scale(1);

    -moz-transform: translateX(-50%) scale(1);

    -o-transform: translateX(-50%) scale(1);

    -ms-transform: translateX(-50%) scale(1);

    transform: translateX(-50%) scale(1);

    opacity: 1;

}

/*导航开始*/

.webq_head_xx{ width:100%; height:auto;    }



.nav_xiala_xx{ width:100%; height:58px; background:#1d379b;}



.nav_xiala{ width:1180px; height:58px; margin: 0 auto; }

.nav_xiala ul{display: flex;justify-content: space-between;}

.nav_xiala ul li{ float:left; width: 115px; height:58px;  text-align:center; font-size:16px; position:relative;-webkit-transition: all .5s; transition: all .5s;margin-right: 20px;}

.nav_xiala ul li:last-child{margin-right: 0}

.nav_xiala ul li:first-child{width: 100px;}

.nav_xiala > ul > li > a{ display:block; color:#fff; height:58px; line-height:58px;  overflow: hidden;-webkit-transition: all .5s; transition: all .5s;}



.nav_xiala ul li:hover{ color:#fff;

    background: -webkit-linear-gradient(left, #ff7f00, #ff7f00) no-repeat;

    background: linear-gradient(to right, #ff7f00, #ff7f00) no-repeat;

    background-size: 100% 100%;

}



.nav_xiala ul li:hover > a{ color:#fff;   }



.nav_xiala > ul > li > a:hover{

    background: -webkit-linear-gradient(left, #ff7f00, #ff7f00) no-repeat;

    background: linear-gradient(to right, #ff7f00, #ff7f00) no-repeat;

    background-size: 100% 100%;

}





.nav_xiala .erji_xiala{  position:absolute; top:58px; left: 0; z-index:20;  height:0px; visibility: hidden; width: 100%; /*和一级栏目一样宽度*/ }

.nav_xiala .erji_xiala i{ display: block; opacity: 0; border-bottom:1px solid rgba(255,255,255,0.35); background:#ff7f00;  position:relative;  }

.nav_xiala .erji_xiala i a{ height: 40px; line-height: 40px;  font-size:14px; display: block; color:#FFF; padding: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  }

.nav_xiala .erji_xiala i a:hover{  color:#FFF;  }

.nav_xiala .erji_xiala i:hover{ background:#1d379b; }

.nav_xiala .erji_xiala i:hover a{color:#FFF;}/* 这个是三级菜单hover之后二级栏字体的颜色 */





.nav_xiala .erji_xiala i a{

    background: -webkit-linear-gradient(left, #1d379b, #1d379b) no-repeat;

    background: linear-gradient(to right, #1d379b, #1d379b) no-repeat;

    background-size: 0% 100%; -webkit-transition: all .5s; transition: all .5s;

}



.nav_xiala .erji_xiala i a:hover{

    background: -webkit-linear-gradient(left, #1d379b, #1d379b) no-repeat;

    background: linear-gradient(to right, #1d379b, #1d379b) no-repeat;

    background-size: 100% 100%;

}





.nav_xiala ul li:hover .erji_xiala{ height:auto; visibility: visible; }



.nav_xiala .erji_xiala i{ opacity: 0; transform: rotateY(90deg); transition:.5s;}



.nav_xiala ul li:hover .erji_xiala i{ opacity: 1;  transform: rotateY(0); }



.nav_xiala ul li:hover .erji_xiala i:nth-child(1){ transition-delay: 50ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(2){ transition-delay: 100ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(3){ transition-delay: 150ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(4){ transition-delay: 200ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(5){ transition-delay: 250ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(6){ transition-delay: 300ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(7){ transition-delay: 350ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(8){ transition-delay: 400ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(9){ transition-delay: 450ms;}

.nav_xiala ul li:hover .erji_xiala i:nth-child(10){ transition-delay: 500ms;}



.nav_xiala  .erji_xiala i:nth-child(1){ transition-delay: 500ms;}

.nav_xiala  .erji_xiala i:nth-child(2){ transition-delay: 450ms;}

.nav_xiala  .erji_xiala i:nth-child(3){ transition-delay: 400ms;}

.nav_xiala  .erji_xiala i:nth-child(4){ transition-delay: 350ms;}

.nav_xiala  .erji_xiala i:nth-child(5){ transition-delay: 300ms;}

.nav_xiala  .erji_xiala i:nth-child(6){ transition-delay: 250ms;}

.nav_xiala  .erji_xiala i:nth-child(7){ transition-delay: 200ms;}

.nav_xiala  .erji_xiala i:nth-child(8){ transition-delay: 150ms;}

.nav_xiala  .erji_xiala i:nth-child(9){ transition-delay: 100ms;}

.nav_xiala  .erji_xiala i:nth-child(10){ transition-delay: 50ms;}





.nav_xiala .sanji_xiala {  width: 165px; height:0px; visibility: hidden; position: absolute; top: 0px; left: 100%; /*和一级栏目一样left*/  }

.nav_xiala .sanji_xiala span{ border-bottom:1px dashed rgba(255,255,255,0.35); display: block; background:#ff7f00; text-align: left; opacity: 0; }

.nav_xiala .sanji_xiala span a { height: 40px; line-height: 40px; display: block; color:#FFF; font-size:14px; padding-left: 10px; padding: 0 8px 0 15px;

    overflow: hidden;   white-space: nowrap; text-overflow: ellipsis; }

.nav_xiala .sanji_xiala span a:hover{  color:#FFF; padding-left: 25px; }





.nav_xiala .sanji_xiala span a{

    background: -webkit-linear-gradient(left, #1d379b, #1d379b) no-repeat;

    background: linear-gradient(to right, #1d379b, #1d379b) no-repeat;

    background-size: 100% 0%; -webkit-transition: all .5s; transition: all .5s;

}



.nav_xiala .sanji_xiala span a:hover{

    background: -webkit-linear-gradient(left, #1d379b, #1d379b) no-repeat;

    background: linear-gradient(to right, #1d379b, #1d379b) no-repeat;

    background-size: 100% 100%;

}





.nav_xiala .sanji_xiala_di{ background:url(../images/liqsub_ss.png) no-repeat center; width: 7px; height: 11px; position: absolute; top: 14px; right: 5px;}



.nav_xiala .erji_xiala i:hover .sanji_xiala{ height:auto; visibility: visible; }



.nav_xiala .sanji_xiala span{ opacity: 0; transform: rotateY(90deg); transition:.5s;}



.nav_xiala .erji_xiala i:hover .sanji_xiala span{ opacity: 1;  transform: rotateY(0); }

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(1){ transition-delay: 50ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(2){ transition-delay: 100ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(3){ transition-delay: 150ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(4){ transition-delay: 200ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(5){ transition-delay: 250ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(6){ transition-delay: 300ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(7){ transition-delay: 350ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(8){ transition-delay: 400ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(9){ transition-delay: 450ms;}

.nav_xiala .erji_xiala i:hover .sanji_xiala span:nth-child(10){ transition-delay: 500ms;}







.nav_xiala > ul > li.another{ background:#ff7f00; color:#fff;    }

.nav_xiala > ul > li.another > a{  color:#fff; }



/*首页banner*/

.pics_wrap {

    width: 100%;

    height: auto;

    overflow: hidden;

}

.html5zoo-img-0 img {

    width: 100%;

}

.html5zoo-arrow-left-0 {

    left: 10% !important;

}

.html5zoo-arrow-right-0 {

    right: 10% !important;

}

.html5zoo-bullet-wrapper-0 div {

    margin: 0 4px !important;

}

.html5zoo-nav-0 {

    margin-top: -35px !important;

    left: 48% !important;

}

.html5zoo-bullet-wrapper-0 {

    width: 100% !important;

}

.banner {

    width: 100%;

    margin: 0 auto;

    position: relative;

}

.banner ul.bb {

    position: relative;

    padding: 0px;

    margin: 0px;

    z-index: 5;

}

.banner ul.bb li {

    position: absolute;

    display: none;

}

.banner .num {

    position: absolute;

    right: 2px;

    bottom: 10px;

    z-index: 100;

}

.banner .num li {

    width: 18px;

    height: 18px;

    display: inline-block;

    margin-right: 4px;

    background: #fff;

    line-height: 18px;

    text-indent: -100px;

    overflow: hidden;

    border-radius: 10px;

}

.banner .num li.num_hover {

    background-color: #f7de07;

}

.banner .num li.num_hover a {

    color: #fff;

}

.banner .num li a {

    float: left;

    display: block;

    text-align: center;

    color: #666;

    text-decoration: none;

    cursor: pointer;

    width: 18px;

    height: 18px;

    line-height: 18px;

}

#bannerArrow,#bannerCircle{display: none}

/*幻灯片样式2*/

#focus {

    width: 255px;

    height: 188px;

    overflow: hidden;

    position: relative;

}

#focus ul {

    height: 188px;

    position: absolute;

}

#focus ul li {

    float: left;

    width: 255px;

    height: 188px;

    overflow: hidden;

    position: relative;

    background: #000;

}

#focus ul li a img {

    height: 188px;

    width: 255px;

}

#focus ul li div {

    position: absolute;

    overflow: hidden;

}

#focus .btnBg {

    position: absolute;

    width: 255px;

    height: 20px;

    left: 0;

    bottom: 0;

    background: #000;

}

#focus .btn {

    position: absolute;

    width: 255px;

    height: 10px;

    padding: 5px 10px;

    right: 0;

    bottom: 0;

    text-align: right;

}

#focus .btn span {

    display: inline-block;

    _display: inline;

    _zoom: 1;

    width: 25px;

    height: 10px;

    _font-size: 0;

    margin-left: 5px;

    cursor: pointer;

    background: #fff;

}

#focus .btn span.on {

    background: #fff;

}

/* search */

.search{

    width: 1180px;

    height: 68px;

    padding: 0 30px;

    box-sizing: border-box;

    background-color: #ffffff;

    box-shadow: 0 2px 8px 0 rgba(49, 49, 49, 0.2);

    border-radius: 34px;

    font-size: 0;

    position: relative;

    top: -34px;

}

.sea_input{

    width: 95%;

    height: 100%;

    float: left;

    font-size: 14px;

    background: transparent;

}

#search_btn{

    width: 28px;

    height: 28px;

    vertical-align: middle;

    float: right;

    margin-top: 20px;
    cursor: pointer;
}

.sea_input::placeholder{

    color: #666666;

}

.sea_input::-webkit-input-placeholder{

    color: #666666;

}

.sea_input::-moz-placeholder{

    color: #666666;

}

.sea_input::-ms-input-placeholder{

    color: #666666;

}





/* footer */

.footer{

    width: 100%;

    height: 488px;

    margin-top: 42px;

    padding: 90px 0 40px;

    box-sizing: border-box;

    background-color: #1d379b;

}

.footer h3{

    font-size: 36px;

    font-weight: bold;

    line-height: 26px;

    color: #fff;

}

.footer_hr{

    width: 100%;

    height: 1px;

    background-color: rgba(181,181,181,.3);

    margin-top: 28px;

}

.footer1{

    height: 288px;

    padding-top: 50px;

    box-sizing: border-box;

    overflow: hidden;

}

.footer1 ul{

    height: 288px;

    overflow: hidden;

}

.footer1 ul > .footer_li{

    width: 495px;

    height: 100%;

    box-sizing: border-box;

    float: left;

    position: relative;

}

.footer1 ul > .footer_li:nth-child(2){

    width: 420px;

}

.footer1 ul > .footer_li:nth-child(3){

    width: 260px;

}

.footer_li::after{

    content: "";

    display: block;

    width: 1px;

    height: 202px;

    background-color: #b5b5b5;

    opacity: 0.3;

    position: absolute;

    top: 36px;

    right: 0;

}

.footer_li:last-child::after{

    display: none;

}

.footer1 .footer_li > h4,.footer1 .footer_li> h5{

    font-size: 18px;

    line-height: 30px;

    color: #fff;

    display: inline-block;

    margin-bottom: 15px;

}

.footer1 .footer_li> h5{

    font-size: 14px;

}

.footer1 .footer_input,.footer_text{

    width: 190px;

    height: 42px;

    border: solid 1px #f8f8f8;

    box-sizing: border-box;

    position: relative;

    line-height: 42px;

    color: #ffffff;

    float: left;

    margin-right: 18px;

    margin-bottom: 15px;

    overflow: hidden;

    cursor: pointer;

    font-size: 0;

    padding: 0 5px 0 20px;

    box-sizing: border-box;

}

.footer1 .footer_input label{

    font-size: 14px;

    height: 42px;

    display: inline-block;

    vertical-align: top;

}

.footer1 .footer_input input,.footer1 .footer_input textarea{

    width: calc(100% - 45px);

    height: 42px;

    line-height: 35px;

    font-size: 14px;

    padding-left: 5px ;

    box-sizing: border-box;

    background: transparent;

    color: #ffffff;

}

.footer_text{

    width: 400px;

    height: 60px;

    float: none;

    padding: 0 5px 0 20px;

    box-sizing: border-box;

}

.footer1 .footer_text textarea{

    width: 100%;

    height: 60px;

    line-height: 30px;

    color: #ffffff;

    font-size: 14px;

    background: transparent;

}

.footer_text textarea::-webkit-input-placeholder { /* WebKit browsers */

    color: #fff;

}

.footer_text textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

    color: #fff;

}

.footer_text textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: #fff;

}

.footer_text:-ms-input-placeholder { /* Internet Explorer 10+ */

    color: #fff;

}

.footer_li > .footer_sub{

    width: 400px;

    height: 52px;

    background-color: #ffffff;

    text-align: center;

    line-height: 52px;

    font-size: 16px;

    color: #333;

    cursor: pointer;

    margin-top: 24px;

    font-family: MicrosoftYaHei;

}

.footer1 ul > .footer_li:nth-child(2){

   padding-left: 80px;

    box-sizing: border-box;

}

.footer_main{

    margin-top: 10px;

    font-size: 14px;

    line-height: 42px;

    color: #ffffff;

}

.footer_main1{

    margin-top: 0;

}

.footer_icon{

    width: 23px;

    height: 24px;

    background: url("../images/footer1.png") center no-repeat;

    display: inline-block;

    vertical-align: middle;

}

.footer_icon2{

    background: url("../images/footer2.png") center no-repeat;

}

.footer_icon3{

    background: url("../images/footer3.png") center no-repeat;

}.footer_icon4{

     background: url("../images/footer4.png") center no-repeat;

 }



.footer_main span{

    vertical-align: top;

    margin-left: 5px;

}

.footer_main span i{

    font-weight: bold;

}

.footer1 ul > .footer_li:nth-child(3){

    float: right;

    text-align: center;

}

.footer_or{

    width: 146px;

    height: 146px;

    padding: 15px;

    margin: 35px auto 0;

    box-sizing: border-box;

    background: url("../images/or_cardk.png");



}

.footer_or img{

    width: 115px;

    height: 115px;

    display: block;

}

.footer_li > p{

    width:100%;

    margin-top: -9px;

    text-align: center;

    font-size: 14px;

    color: #ffffff;

}

.footer_7{

    width: 100%;

    height: 54px;

    line-height: 54px;

    background: #333333;

    overflow: hidden;

    text-align: center;

    font-size: 14px;

    color: #bbbbbb;

}

.footer_7 span{

    margin-right: 8px;

}

.footer_7 span a{

    color: #bbbbbb;

    display: inline-block;

    vertical-align: middle;

    margin-right: 5px;

 }

.footer_7 img{

    vertical-align: middle;

    margin-left: 8px;

}

