/*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: #c42020;
	color: #fff;
}

::-moz-selection {
	background-color: #c42020;
	color: #fff;
}

::-webkit-selection {
	background-color: #c42020;
	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;
}


/* 询盘 */

i {
    font-weight: normal;
    font-style: normal;
}

.xp_p {
    float: right;
    line-height: 40px;
    padding-left: 26px;
    margin-right: 100px;
    background: url(../images/liuyan.png) left no-repeat;
}

.xp_p a, .xp_p1 a {
    font-size: 14px;
    color: #ffffff;
    transition: .6s;
}

.xp_p1 {
    float: right;
    line-height: 40px;
    padding-left: 26px;
    margin-right: 22px;
    background: url(../images/iconfonta.png) left no-repeat;
}

.xp_span {
    float: left;
    width: 400px;
    height: 40px;
    padding-left: 20px;
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/cc.png) left no-repeat;
}

.topxunpan .container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.topxunpan {
    width: 100%;
    height: 40px;
    position: relative;
    top: 0;
    background-color: #c42020;
}

.topxunpan .xp {
    position: absolute;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    right: 68px;
    top: 0;
}

.tell_t {
    width: 50px;
    height: 132px;
    background: url(../images/tell.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
}

.topxunpan .xp img {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.topxunpan .xp i {
    padding: 0 5px;
    margin-left: 4px;
    margin-right: 4px;
    box-sizing: border-box;
    background: #ffec1a;
    color: #333333;
}

.topxunpan .xp #xunpantip {
    z-index: 5;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 180px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -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: #c42020;
    border: 1px solid #ffffff;
    border-radius: 4px;
    opacity: 0;
    font-weight: bold;
    /* box-shadow: 5px 5px 2px #dfdfdf; */
}

.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: #c42020;
}

.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;
}

/* 公用 */

.main_width {
    width: 100%;
    min-width: 1180px;
}

.main_auto {
    width: 1180px;
    margin: 0 auto;
}

.fud {
    float: left;
}

/* 头部 */

.header {
    height: 140px;
    border-bottom: 1px solid #cccccc;
}

.header_xt {
    height: 5px;
    background: url(../images/topxt.jpg) center no-repeat;
}

.header_center {
    height: 140px;
}

.header_name {
    height: 140px;
    position: relative;
}

.header_logo, .header_logo a, .header_logo img {
    width: 361px;
    height: 86px;
}

.header_logo {
    position: absolute;
    top: 20px;
}

.header_zj {
    width: 340px;
    height: 64px;
    position: absolute;
    top: 36px;
    left: 370px;
    padding-left: 32px;
    border-left: 1px solid #d8d8d8;
}

.head_sc {
    height: 20px;
    line-height: 20px;
    margin-bottom: 12px;
    margin-top: 4px;
    font-size: 20px;
    color: #c42020;
    font-weight: bold;
}

.head_yanf {
    font-size: 16px;
    color: #777777;
}

.head_tell {
    width: 212px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 48px;
    padding-left: 60px;
    background: url(../images/tell.png) left no-repeat;
}

.head_green {
    width: 206px;
    height: 70px;
    margin-left: 22px;
    position: absolute;
    top: 0px;
    font-size: 14px;
    color: #3f3f3f;
    right: 0px;
}

.head_green div {
    height: 30px;
    line-height: 30px;
    font-size: 28px;
    color: #c42020;
    font-weight: bold;
}

/* nav */

.h_nav { width: 100%;max-width: 1200px;height: 60px; position: relative;z-index: 1; margin:0 auto;}
.h_nav ul li { float: left; text-align: center; width: 130px; }
.h_nav ul li:last-of-type { background: none; }
.h_nav ul .nobor01 { background: none; }
.h_nav ul li a { display: block; color: #333; font-size: 16px; font-family: "Microsoft YaHei"; height: 40px;line-height:40px; margin:10px 0;}
.h_nav ul li a:hover, .h_nav ul .cur a { color: #fff; text-decoration: none; border-radius: 20px;background: #c42020; height:40px;  margin:10px 0;}
.h_nav li a:-webkit-any-link {display:block;}





/*foot*/
.foot {
    width: 100%;
    height: auto;
    background-color: #c42020;
    padding-top: 50px; padding-bottom:20px; 
	
  }
  .foot .footc{ background-color:#ffe118; height:3px; width:100%; margin-bottom:10px;}
  .foot .foot_cen {
    width: 1200px;
    margin: 0 auto;
    height: auto;
  }
  .foot .foot_cen .foot_l {
    float: left;
    width: 380px;
    height: auto;
  }
  .foot .foot_cen .foot_l p {
    width: 346px;
    height: auto;
    padding-left: 34px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 17px;
    line-height: 24px;
  }
  .foot .foot_cen .foot_l .foot_l0 {
    background: url(../images/foot1.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_l .foot_l1 {
    background: url(../images/foot2.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_l .foot_l2 {
    background: url(../images/foot3.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_l .foot_l3 {
    background: url(../images/foot4.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_l .foot_l4 {
    background: url(../images/foot5.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_l .foot_l5 {
    background: url(../images/foot6.png) left 0 no-repeat;
  }
  .foot .foot_cen .foot_r {
    float: right;
  }
  .foot .foot_cen .foot_r .foot_nav {
    overflow: hidden;
    width: 658px;
    height: 160px;
    border-bottom: 1px solid #ca3737;
    margin-bottom: 12px;
  }
  .foot .foot_cen .foot_r .foot_nav div {
    width: 68px;
    height: auto;
    margin-right: 100px;
    float: left; 
  }
  .foot .foot_cen .foot_r .foot_nav div h3 {
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    height: 28px;
    position: relative;
    margin-bottom: 12px;
  }
  .foot .foot_cen .foot_r .foot_nav div h3::before {
    content: '';
    width: 26px;
    height: 2px;
    background: #ffe118;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: .6s;
  }
  .foot .foot_cen .foot_r .foot_nav div a {
    display: block;
    margin-bottom: 10px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #eeeeee;
    white-space: nowrap;
   
    text-overflow: ellipsis;
  }
  .foot .foot_cen .foot_r .foot_nav div:hover h3::before {
    width: 100%;
  }
  .foot .foot_cen .foot_r .foot_nav div:last-child {
    margin-right: 0;
  }
  .foot .foot_cen .foot_r .foot_bto {

    color: #fff;
  }
  .foot .foot_cen .foot_r .foot_bto a {
    color: #fff;
  }

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:120px;right:5px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#f42a2a url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#f42a2a url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#f42a2a url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#f42a2a url(../images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}
/* 文字滚动 */

.cta {
    text-decoration: none;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative;
}

.cta:active {
    transform: translateY(3px);
}

.btn-text-parent {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.wrap_text {
    display: inline-block;
}

.buildin-btn-text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    transform: translateY(100%);
}

.buildin-btn-text .btn-letter {
    opacity: 0;
}

.btn-letter {
    display: inline-block;
    margin: 0em 0.05em;
    position: relative;
    transition: transform 800ms, opacity 800ms ease;
}


.cta:hover .current-btn-text .btn-letter {
    opacity: 0;
    transform: translateY(-100%);
}

.cta:hover .buildin-btn-text .btn-letter {
    opacity: 1;
    transform: translateY(-100%);
}

/* 文字滚动 */

/* 边框滑动 */

.Consul_a::after, .Consul_a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    width: 0%;
    background: #0bae6e;
    transition: .6s;
    opacity: 0.6;
}

.Consul_a::after {
    top: -1px;
    left: 0;
}

.Consul_a::before {
    bottom: -1px;
    right: 0;
}

.Consul_lx::after, .Consul_lx::before {
    content: '';
    width: 1px;
    height: 0px;
    position: absolute;
    background: #0bae6e;
    transition: .8s;
    opacity: 0.6;
}

.Consul_lx::after {
    left: -1px;
    bottom: 0;
}

.Consul_lx::before {
    top: 0;
    right: -1px;
}

.Consul_a:hover::after, .Consul_a:hover::before {
    width: 100%;
}

.Consul_a:hover .Consul_lx::before, .Consul_a:hover .Consul_lx::after {
    height: 100%;
}

/* 边框滑动 */

/* 鼠标经过 */


.btn_sj:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: .6s;
    z-index: -1;
}

.btn_sj:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s;
    z-index: -1;

}

.btn_sj:hover:before, .btn_sj:hover:after {
    border-width: 50px 262.5px
}



.we_bg:before, .we_bg:after, .we_bg span:before, .we_bg span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: -1;
}

.we_bg:after, .we_bg span:before {
    left: auto;
    right: 0;
    z-index: -1;
}

.we_bg span:before, .we_bg span:after {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.we_bg:hover:before, .we_bg:hover:after, .we_bg:hover span:before, .we_bg:hover span:after {
    width: 100%;
    z-index: -1;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

.pro_tit {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pro_tit::before, .pro_tit::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    transition: 0.6s;
    z-index: -1;
    top: 50%;
    border-radius: 50%;
    background: #ffffff;
}

.pro_tit::before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pro_tit::after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.pro_tit:hover::before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.pro_tit:hover::after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}

.we_more {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.we_more::before, .we_more::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    transition: 0.6s;
    z-index: -1;
    top: 50%;
    border-radius: 50%;
    background-color: #c42020;
}

.we_more::before {
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.we_more::after {
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.we_more:hover::before {
    z-index: -1;
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.we_more:hover::after {
    z-index: -1;
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}

.mouse_01:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    transition: .6s;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #0858b2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mouse_01:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    transition: .6s;
    border-width: 0 0 0 0;
    border-color: transparent #0858b2 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.mouse_01:hover:before {
    border-width: 170px 0 0 170px;
    transition: .6s;
    z-index: -1;
}

.mouse_01:hover:after {
    border-width: 0 170px 170px 0;
    transition: .6s;
    z-index: -1;
}

.mouse_01:active {
    transition: .6s;
    background: #0858b2;
    z-index: -1;
}

/* 鼠标经过 */

.clear {
    clear: both;
}




.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    _position: absolute;
    background: #fff;
    _top: expression(eval(document.documentElement.scrollTop));
}
