@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1400,.width-1400{ width:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.page_content{ width:1080px;} /*右边宽度*/
.page_left{ width:320px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.title_bg {
    text-align: center;
    font-size: 18px;
    color: #999;
    position: relative;
    z-index: 1;
}
.title_bg span {
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: bold;
    color: #1975e5;
}
.title_bg span b {
    color: #333;
}
.title_bg span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    opacity: 0.8;
    background: #1975e5;
    left: 0;
    bottom: -4px;
    animation: widthchange 3s linear infinite;
    z-index: -1;
}

.title_bg1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.title_bg1 span {
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 40px;
    font-weight: bold;
    color: #fff;
}
.title_bg1 span b {
    color: #fff;
}
.title_bg1 span:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    opacity: 0.5;
    background: #fff;
    left: 0;
    bottom: -4px;
    animation: widthchange 3s linear infinite;
    z-index: -1;
}
.title_bg1 p {
    display: block;
    opacity: 0.7;
}
@keyframes widthchange{
	0%{width:100%;}
	50%{width:30%;}
	100%{width:100%;}
}

.head{ height: 45px; line-height: 45px; background:#fff; position: relative; border-bottom: 1px solid #eeeeee;}
.head:after{ content: ''; height: 9px; width: 100%; display: block; position: absolute; bottom: -9px; left: 0; }
.head .fl,.head .fr a{ color: #aaa; }
.head .fr a { float:left; padding-left: 45px; background: url(images/top_input.png) no-repeat 2px 6px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; font-size: 13px; line-height: 45px; padding-right: 20px; cursor: pointer; position: relative;border-left: #eee 1px solid;}

.head .fr .wx{ background-position:-232px 6px; }
.head .fr .phone{ background-position:-114px 6px; }
.head .fr a:hover,.head .fr strong:hover{ background-position-y:-46px; color: #fff; background-color: #1975e5}
.head .fr .wx .wxewm { width: 100%; height: auto; position: absolute; top: 45px; z-index: 2; left: 0; display: none; }
.head .fr .wx .wxewm img{ width: 100%; height: auto; display: block; }


.top .logo a,.top .logo a img{display: block;height: 140px;width: auto;}
.top .logo_2{height: 68px;padding:32px 0;margin-left: -20px;position: relative;z-index:10;}
.top .logo_2 img{display: block;}
.top .logo_2 span{background: url(images/top_item_bg.png) no-repeat center;width: 97px;height: 24px;display: block;float: left;margin-right: 16px;color: #fff;font-weight: 100;text-align: center;line-height: 24px;margin-top: 11px;}

.top .top_tel {margin-top: 45px;}
.top .icon-tel { display: block; width: 39px; height: 39px; margin-top: 3px;}
.top .tel-info { margin-left: 20px; padding-left: 20px; border-left: solid 1px #e3e3e3; }
.top .tel-info em { display: block; font-size: 14px; color: #999; }
.top .tel-info strong { font-size: 25px; color: #222; }


.nav{background: #1975e5;height:65px;width: 100%;line-height: 65px; position:relative;}
.nav .NavCeshi > li{float: left; position: relative;}
.nav .NavCeshi > li > a { padding:0 5px 0 75px; color: #fff; font-size: 16px; display: block; position: relative; z-index: 3; background: url(images/nav_bg.png) no-repeat 8px center; }
.nav .NavCeshi > li#Zz0 > a,.nav .NavCeshi > li#Zz1 > a{background: none;}
.nav .NavCeshi > li > a:after{content: '';display: block;width:24px;height: 24px;position: absolute;left: 42px;top: 21px;}
.nav .NavCeshi > li#Zz0 > a:after{background: url(images/nav_1.png) no-repeat center;}
.nav .NavCeshi > li#Zz1 > a:after{background: url(images/nav_2.png) no-repeat center;}
.nav .NavCeshi > li#Zz2 > a:after{background: url(images/nav_3.png) no-repeat center;}
.nav .NavCeshi > li#Zz3 > a:after{background: url(images/nav_8.png) no-repeat center;}
.nav .NavCeshi > li#Zz4 > a:after{background: url(images/nav_4.png) no-repeat center;}
.nav .NavCeshi > li#Zz5 > a:after{background: url(images/nav_5.png) no-repeat center;}
.nav .NavCeshi > li#Zz6 > a:after{background: url(images/nav_6.png) no-repeat center;}
.nav .NavCeshi > li#Zz7 > a:after{background: url(images/nav_7.png) no-repeat center;}
.nav .NavCeshi > li:first-child a{ padding:0 59px 0 75px; }
.nav .NavCeshi > li > .menu2 {
    position: absolute;
    display: none;
    z-index: 9;
    width: 90%;
    left: 50%;
    background: #fff;
    transform: translatex(-50%);
}
.nav .NavCeshi > li > .menu2 a {
    display: block;
    text-align: center;
    height: 50px;
    font-size: 15px;
    color: #333;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.nav .NavCeshi > li > .menu2 a:last-of-type {
    border-bottom: none;
}
.nav .NavCeshi > li > .menu2 a:hover {
    color: #fff;
    background: #e0161a;
}
.nav .block{ position: absolute; display: block; background: #e0161a; height: 65px; top: 0; overflow: visible !important; }

.nav .block:after{ content: ''; display: block; width:0; height:0; border-width:0px 35px 65px 35px; border-style:solid; border-color:transparent transparent transparent #e0161a; position: absolute; right: -70px; }
.search_bg {
    position: relative;
    float: right;
}
.search_bg .search_i {
    padding: 13px 0 14px;
    cursor: pointer;
}
.search_bg .search_i i {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(images/header_search_i.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}

.search_bg .search_d {
    display: none;
    position: absolute;
    top: 65px;
    right: 0;
    background: rgba(255 255 255 / 0.9);
    z-index: 9;
    box-shadow: 0 0 8px rgba(51 51 51 / 0.4);
}


.erji_menu { display: none; width: 100%; position: absolute; background:#fff; left: 0; top: 65px; padding: 40px 0; z-index: 33333;}

.erji_menupro .list ul li { float: left; width:190px; border:1px solid #ddd; margin-left: -1px; position: relative; z-index: 2;}
.erji_menupro .list ul li:hover{border-color: #1975e5;z-index: 3;}
.erji_menupro .list ul li a{ display: block; padding:20px 10px 0; }
.erji_menupro .list ul li a img { display: block; width: 100%; height: auto; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 5px 30px; }
.erji_menupro .list ul li a p{ color: #555; display: block; text-align: center; line-height: 30px; padding:0 0 15px 0; font-size: 14px; }
.erji_menupro .list ul li:hover a p{color: #1975e5}

.erji_menu .box-tips { width: 160px; padding-top: 25px; padding-right: 50px; }
.erji_menu .box-tips .line{ height: 4px; margin-bottom: 4px; }
.erji_menu .box-tips .in{ width: 42px; height: 4px; background: #1975e5; }
.erji_menu .box-tips h2{ font-size: 24px; line-height: 80px; color: #1975e5; }
.erji_menu .box-tips a { display: inline-block; width: 140px; font-size: 12px; color: #1975e5; text-align: center; text-transform: uppercase; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; border: 1px solid #1975e5; border-radius: 50px; line-height: 34px; font-family: arial; }
.erji_menu .box-tips a span{font-size: inherit;color:inherit;}

.erji_menu .sub-about a.tit { width: 100% !important; font-size: 14px; line-height: 48px; color: #1975e5; }
.erji_menu .sub-about a { display: inline-block; line-height: 40px; color: #878787; -webkit-transition: 0.5s all ease; transition: 0.5s all ease; float: left; width: 50%; font-size: 14px; }
.erji_menu .sub-about a:hover{ text-decoration: underline; color: #1975e5}
.erji_menu .sub-about { width: 250px; float: left; padding: 30px 40px 0 415px; text-align: center; }

.erji_menu .sign{ width: 124px; }
.erji_menu .sign a{ display: inline-block; width: 122px; height: 56px; padding: 15px 0 5px; border: 1px solid #cfced0; margin: 54px 0 41px; line-height: 24px; text-align: center; -webkit-transition: all 0.5s; transition: all 0.5s; }
.erji_menu .sign a p{ color: #676767}
.erji_menu .sign:hover a p{ color: #1975e5}
.erji_menu .sign a:hover{ border: 1px solid #1975e5; }
.erji_menu .sign-in{ display: inline-block; width: 122px; height: 32px; margin: 0 auto; overflow: hidden; position: relative; }
.erji_menu .sign-in img{ position: absolute; top:0; left: 0; }
.erji_menu .sign:hover .sign-in img{ top:-32px; }




.erji_menuInst .list { width: 727px; margin-top: 30px; border-top: 1px solid #d8d8da; border-left: 1px solid #d8d8da; }
.erji_menuInst .list li { position: relative; width: 120px; height: 68px; padding: 20px 0 10px; border-right: 1px solid #d8d8da; border-bottom: 1px solid #d8d8da; -webkit-transition: 0.3s all ease; transition: 0.3s all ease; float: left; }
.erji_menuInst .list li.hover{ background: #0c4da2; }
.erji_menuInst .list span{ display: inline-block; }
.erji_menuInst .list span p { font-size: 14px; display: block; line-height: 30px; padding: 5px 0 0; color: #666; }
.erji_menuInst .list li:hover span p{ color:#1975e5}
.erji_menuInst .list span.box{ width: 100%; height: 60px; font-size: 11px; line-height: 32px; color: #666; text-align: center; -webkit-transition: color 0.5s; transition: color 0.5s; }
.erji_menuInst .list li.hover span.box{ color: #fff; }
.erji_menuInst .list span.sign { width: 30px; height: 28px; display: block; margin: 0 auto; }
.erji_menuInst .list span.sign img { display: block; width: 100%; height: auto; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); }

.erji_menuInst .list li:hover span.sign img{ -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); }


