* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'arial';
}
a {
    text-decoration: none;
}
a, img {
    outline: 0;
}
li {
    list-style: none;
}
.cl, .clear {
    clear: both;
}
.header {
    /* position: fixed; */
    z-index: 999;
    width: 100%;
}
.header_row1 {
    background: #f5f5f5;
    height: 35px;
    line-height: 35px;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    position: relative;
    z-index: 2;
}
.header_row2 {
    padding: 15px 0;
    background: #ffffff;
}
.header_row3 {
    background: #1773d6;
    width: 100%;
    height: 50px;
}
.page {
    margin: 0 auto;
    width: 1100px;
}
.header_row1 .fl, .header_row1 .page, .header_row1 .fr {
    font-size: inherit;
    color: #777;
}
.header_row3 .page {
    padding-bottom: 15px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.header_row1 .fr {
    width: 199px;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.cl, .clear {
    clear: both;
}

.header_row2 .fr {
    padding-left: 10px;
}
.header_row2 > .page > .fr {
    position: relative;
    margin-top: 27px;
}
.header_row1 .fr a {
    font-size: 13px;
    color: #777;
    position: relative;
    margin: 9.5px 2px !important;
}
.header_row2 .companyname {
    background: url(../images/companyname.png) no-repeat center;
    max-height: 715px;
    width: 661px;
    height: 124px;
    position: relative;
}
.header_row3 .menu ul li {
    float: left;
    width: 12.5%;
    height: 50px;
    display: block;
    position: relative;
}
.header_row2 .companyname a {
    display: block;
    width: 100%;
    height: 100%;
}
.header_row2 .gzt {
    float: left;
    font-size: 14px;
    color: #f44500;
    line-height: 28px;
    padding-left: 0;
    position: absolute;
    top: 32px;
    left: 178px;
    letter-spacing: 0.4px;
    font-family: arial;
}
.header_row2 .fr .fl > img {
    width: 40px;
    height: auto;
    padding: 7px 0 0;
}
.header_row2 .fr p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.header_row3 .menu ul li::before {
    content: '';
    display: block;
    transition: 0.2s all ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fbaf04;
}
.header_row3 .menu ul li:hover::before, .header_row3 .menu ul li.navcurrent::before {
    top: 0;
    height: 50px;
}
.header_row3 .menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.header_row3 .menu ul li::after {
    content: '';
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 0px solid #fbaf04;
    bottom: 0px;
    left: 0;
    z-index: 10000;
}
.header_row3 .menu ul li:hover::after, .header_row3 .menu ul li.navcurrent::after {
    transition: 0.2s all ease-in-out 0.2s;
    content: '';
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-top: 10px solid #fbaf04;
    position: absolute;
    left: 14px;
    bottom: -9.5px;
}
.header_row2 .fr .impact {
    font-family: arial;
    display: block;
    font-size: 24px;
    color: #da1e1e;
    line-height: 25px;
    font-weight: bold;
}
.nav li div {
    position: absolute;
    top: 62px;
    z-index: 99999999;
    left: -24px;
    visibility: hidden;
}
.nav li div a {
    background: #1773d6;
    width: 100px;
    z-index: 9999999 !important;
    width: 170px;
}
.header_row3 .menu ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: relative;
    z-index: 3;
}
.nav li div {
    position: absolute;
    top: 62px;
    z-index: 99999999;
    left: -24px;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.nav li div.nav_menu {
    visibility: visible !important;
    height: auto !important;
    overflow: visible !important;
    display: none; /* 默认藏起来 */
    background: #1773d6;
    padding: 5px 0;
}
.nav li:hover div.nav_menu {
    display: block; /* 鼠标移上去显示 */
}
/* 下拉菜单里的链接样式 */
.nav_menu a {
    display: block;
    padding: 8px 20px;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    line-height: 36px !important;
}
.nav_menu a:hover {
    background: #fbaf04;
}
.copy {
    text-align: justify;
    background: rgb(85, 85, 85);
}
.page {
    width: 1100px;
    margin: 0px auto;
}
.copy_row2 {
    height: 60px;
    line-height: 60px;
    background: rgb(23, 115, 214);
}
.copy_row1 {
    padding: 45px 0px 0px;
}
.copy_row1f {
    margin-top: 25px;
    padding: 15px 0px 35px;
    border-top: 1px groove rgb(170, 170, 170);
}
.page {
    width: 1100px;
    margin: 0px auto;
}
.copy_row1 .col4 {
    float: left;
    margin-right: 56px;
    padding-right: 56px;
    background: url(../images/col4.png) right center no-repeat;
}
.copy_row2 .fl {
    height: 60px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 0px;
    width: 1010px;
}
.copy_row2 .fl a {
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: inherit;
}
.copy_row1 .col4 .c4title {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    padding: 0px 0px 20px;
}
.copy_row1 .col4 .c4title a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 35px;
}
.copy_row1 .col4 ul li a {
    color: rgb(227, 227, 227);
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.copy_row1 .cr_1 {
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding: 0px 10px;
    background: rgb(23, 115, 214);
    border-radius: 3px;
}
.copy_row1 .cr_1::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: 15px;
    bottom: -7px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 7px solid rgb(23, 115, 214);
}
.copy_row1 .cr_2 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-style: italic;
    line-height: 40px;
    letter-spacing: 0.4px;
    padding: 5px 0px;
}
.copy_row1 .cr_3 {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 35px;
}
.en {
    text-transform: uppercase;
    font-family: arial;
}
.copy_row1 .cr_4 {
    font-size: 14px;
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 25px;
    border-top: 1px solid rgb(204, 204, 204);
    padding: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin: 10px 0px;
}
.cr4button {
    float: right;
    padding-left: 10px;
}
.cr4button a {
    position: relative;
    font-size: 13px;
    color: rgb(255, 255, 255);
    display: inline-block;
    line-height: 25px;
    padding: 0px 3px;
}
.ine {
    width: 11px;
    height: 11px;
    display: inline-block;
    background: url(../images/ine.png) center center no-repeat;
    padding: 0px 5px;
}
.ewm {
    position: absolute;
    width: 120px;
    bottom: 35px;
    right: 0px;
    z-index: 1;
    display: none;
    opacity: 1;
}
.ewm img {
    width: 100%;
    height: auto;
}
.c4cont img{
    width: 110px;
}
.copy_row1 .fr{
    margin-top: 23px;
}