@charset "utf-8";

/* CSS Document */

/* 全局样式
-------------------------------------------------------------- */
html, body, a, p, span, ul, img {
    margin: 0;
    padding: 0;
    border: none;
    color: #666;
    list-style: none;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Arial";
    line-height: 25px;
}
/* .my-content{
    width: 1440px;
    margin: auto;
} */

p {
    line-height: 25px;
}

img {
    border: none;
    vertical-align: middle;
}

td {
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

/* 链接样式 */
a {
    outline: none;
    text-decoration: none;
}

a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

* {
    word-break: break-all;
    box-sizing: border-box;

}

/* 常用元素 */
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    line-height: 1;
}

/* 层浮动 */
.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
}

/* 文字对齐 */
.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.visible-xs {
    display: none !important;
}

.page {
    overflow-x: hidden;
}

@font-face {
    font-family: 'dinCond-Medium';
    src: url('/template/default/index/static/fonts/dincond-medium-webfont.eot');
    src: url('/template/default/index/static/fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/template/default/index/static/fonts/dincond-medium-webfont.woff') format('woff'), url('/template/default/index/static/fonts/dincond-medium-webfont.ttf') format('truetype'), url('/template/default/index/static/fonts/dincond-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media(max-width:767px) {
    .mobile-show {
        display: block;
    }

    .mobile-hide {
        display: none;
    }

}

.m_container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width:576px) {
    .m_container {
        max-width: 100%;
    }

}

@media (min-width:768px) {
    .m_container {
        max-width: 100%;
    }

}

@media (min-width:992px) {
    .m_container {
        max-width: 960px;
    }

}

@media (min-width:1100px) {
    .m_container {
        max-width: 1000px;
    }

}

@media (min-width:1200px) {
    .m_container {
        max-width: 1100px;
    }

}

@media (min-width:1280px) {
    .m_container {
        width: 100%;
        max-width: 100%;
        padding-right: 12.8%;
        padding-left:12.8%;
    }

}

/*header*/
.index_leftnav {
    width: 100px;
    position: absolute;
    left: 0;
    height: 100%;
    /* border-right: 1px solid #CCCCCC; */
    z-index: 8
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}
.float-box {
    width: 100%;
    height: 100%;
    /* padding: 0 240px; */
    display: flex;
    justify-content: space-evenly;
}

.index_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #CCCCCC;
   
}

.index_header.index-wrapper {
    display: block;
   
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}
.index_header.index-wrappers {
    display: none;
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}

.index_header.index-wrapper .menu {
    display: none;
}

.index_header .bot {
    /* float: left;
    width: 100px;
    height: 100%;
    position: relative; */
}

.index_header .bot .menu {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.index_header .logo {
    float: left;
}
.index_header .header_right {
    width: 168px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_header .logo {
    float: left;
    height: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.index_header .logo img {
    max-height: 50px;
}

.header_right {
    float: right;
    height: 100%
}

.head_sear {
    float: right;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #CCCCCC; */
}

header.f-cb {
    display: none
}

.header-left {
    width: 15%;
    position: fixed;
    left: -25%;
    top: 0;
    height: 100%;
    z-index: 18;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.header-left.on {
    opacity: 1;
    left: 0%
}

.header-left img {
    max-width: inherit;
    display: block;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s;
    -webkit-transition: all 2s;
    transition-delay: 0.5s;
}

.header-left.on img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.header {
    width: 0%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2)
}

.header.on {
    opacity: 1;
    width: 85%;
}

.header .navv {
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 5;
}

.navv {
    width: 25px;
    height: 20px;
    margin: 0 auto 0;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.navv p {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.navv p:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.float-box .navv p:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navv p:nth-child(2) {
    top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(2) {
    opacity: 0;
}

.float-box .navv p:nth-child(2) {
    opacity: 1;
}

.navv p:nth-child(3) {
    top: 19px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.header.on .navv p {
    background-color: #333;
}

.float-box .navv p:nth-child(3) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.header .nav1 {
    width: auto;
    margin: 12% 0 10% 5%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav1.on {
    margin: 10% 0 10% 8%;
    opacity: 1
}

.header .nav1 a {
    display: inline-block;
    margin-right: 44px;
    padding-left: 67px;
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:before {
    display: block;
    width: 52px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    background-color: #282828;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:hover {
    padding-left: 60px;
    margin-right: 51px;
}

.header .nav1 a:hover:before {
    width: 45px;
}

.header .nav2 {
    width: auto;
    padding-left: 5%;
    position: relative;
    margin: 0% 0 10% 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 2%
}

.header .nav2.on {
    opacity: 1;
    top: 0
}

.header .nav2 i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    top: 50px;
}

.header .nav2 li {
    min-width: 12%;
    float: left;
    padding-right: 30px;
}

.header .nav2 li .h2 {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 40px;
    padding-left: 0
}

.header .nav2 li .h2 span {
    font-size: 18px;
}

.header .nav2 li a {
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    padding-left: 10px;
}

.header .nav2 li a em {
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #666666;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav2 li a:hover em {
    width: 12px;
}
.pps {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index_menu2 {
    display: block;
    background-color: #fff;
}

/* .index_menu {
    display: block;

} */

.title_1 {
    color: #FFF;
    font-family: Microsoft YaHei;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.title_2 {
    color: #FFF;
    font-family: Microsoft YaHei;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tabs {
    display: flex;
    align-items: center;

}

.font_11111 {
    color: #FFF;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.font_111112 {
    color: #303030;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.divider {
    position: relative;
    bottom: -35px;
    background-color: #E6081F;
    height: 3px;
}



.divider {
    width: 0%;
    transition: .3s;
}

.navhover:hover .divider {
    width: 100%;
    transition: .3s;
}

.space-y-28 {
    margin-left: 40px;
}
	.header .menuOver {
			position: absolute;
			left: 0;
			top: 0px;
			height: 100%;
			width: 100%;
			cursor: url(/template/default/index/static/images/close.png), auto
		}

		.header .nav2 {
			z-index: 8
		}

		.header .nav1.on {
			position: relative;
			z-index: 8
		}
        /*header*/
.index_leftnav {
    width: 100px;
    position: absolute;
    left: 0;
    height: 100%;
    /* border-right: 1px solid #CCCCCC; */
    z-index: 8
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.float-box {
    width: 100%;
    height: 100%;
    /* padding: 0 240px; */
    display: flex;
    justify-content: space-evenly;
}

.index_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #CCCCCC;
    z-index: 11;
}

.index_header.index-wrapper {
    display: block;
   
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}
.index_header.index-wrappers {
    display: none;
    /* background-color: rgba(51, 51, 51, 0.8); */
    /* border-bottom: none; */
}

.index_header.index-wrapper .menu {
    display: none;
}

.index_header .bot {
    /* float: left;
    width: 100px;
    height: 100%;
    position: relative; */
}

.index_header .bot .menu {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.index_header .logo {
    float: left;
}
.index_header .header_right {
    width: 168px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_header .logo {
    float: left;
    height: 100%;
    padding-left: 26px;
    display: flex;
    align-items: center;
}

.index_header .logo img {
    max-height: 50px;
}

.header_right {
    float: right;
    height: 100%
}

.head_sear {
    float: right;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-left: 1px solid #CCCCCC; */
}

header.f-cb {
    display: none;

}

.header-left {
    width: 15%;
    position: fixed;
    left: -25%;
    top: 0;
    height: 100%;
    z-index: 18;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.header-left.on {
    opacity: 1;
    left: 0%
}

.header-left img {
    max-width: inherit;
    display: block;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s;
    -webkit-transition: all 2s;
    transition-delay: 0.5s;
}

.header-left.on img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.header {
    width: 0%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2)
}

.header.on {
    opacity: 1;
    width: 85%;
}

.header .navv {
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 5;
}

.navv {
    width: 25px;
    height: 20px;
    margin: 0 auto 0;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
}

.navv p {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.navv p:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.float-box .navv p:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navv p:nth-child(2) {
    top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(2) {
    opacity: 0;
}

.float-box .navv p:nth-child(2) {
    opacity: 1;
}

.navv p:nth-child(3) {
    top: 19px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.header.on .navv p {
    background-color: #333;
}

.float-box .navv p:nth-child(3) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.header .nav1 {
    width: auto;
    margin: 12% 0 10% 5%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav1.on {
    margin: 10% 0 10% 8%;
    opacity: 1
}

.header .nav1 a {
    display: inline-block;
    margin-right: 44px;
    padding-left: 67px;
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:before {
    display: block;
    width: 52px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    background-color: #282828;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:hover {
    padding-left: 60px;
    margin-right: 51px;
}

.header .nav1 a:hover:before {
    width: 45px;
}

.header .nav2 {
    width: auto;
    padding-left: 5%;
    position: relative;
    margin: 0% 0 10% 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 2%
}

.header .nav2.on {
    opacity: 1;
    top: 0
}

.header .nav2 i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    top: 50px;
}

.header .nav2 li {
    min-width: 12%;
    float: left;
    padding-right: 30px;
}

.header .nav2 li .h2 {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 40px;
    padding-left: 0
}

.header .nav2 li .h2 span {
    font-size: 18px;
}

.header .nav2 li a {
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    padding-left: 10px;
}

.header .nav2 li a em {
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #666666;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav2 li a:hover em {
    width: 12px;
}

.langue {
    float: right;
    height: 25px;
    position: relative;
    margin-top: 40px;
    margin-right: 30px;
}

.langue a.lanjt {
    height: 100%;
    display: block;
    position: relative;
    padding-right: 25px;
    background-image: url("/template/default/index/static/images/langbg.svg");
    background-size: 25px 25px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 18px;
    color: #FFFFFF;
}

.langue a.lanjt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    height: 100%;
    background-image: url("/template/default/index/static/images/langjt.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px 7px;
}

.eng {
    display: none;
    background: #fff;
    box-shadow: 0 1px 11px rgb(0 0 0 / 30%);
    width: 135px;
    padding: 4px 10px;
    position: absolute;
    top: 55px;
    margin-top: 15px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    z-index: 96;
}

.eng:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border-width: 10px;
    border-bottom-color: #fff;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.eng a {
    line-height: 36px;
    font-size: 18px;
    display: block;
    width: 100%;
}

.eng a:hover {
    color: #00479D;
}

/*search*/
.head_sear a {
    float: right;
    display: block;
    background-image: url(/template/default/index/static/images/searchw.svg);
    background-size: 20px 21px;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    cursor: pointer;
}

.head_sear .btn #subSearch {
    display: none;
    line-height: 1;
    background: none;
    color: #fff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.head_sear .btn #subSearch svg {
    vertical-align: top;
}

.head_sear .btn #subSearch {
    color: #999999;
}

.header.active .daoh .ss .btn #subSearch svg path, .header.page_nav .daoh .ss .btn #subSearch svg path {
    fill: #333;
}

.header .daoh .ss .btn {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
}

.index_header .srk, .f-cb .srk2 {
    display: none;
    position: fixed;
    text-align: center;
    overflow: hidden;
    background: #F4F4F4;
    width: 100%;
    top: 100px;
    right: 0;
    height: 0;
    z-index: 1;
}

.index_header .srk .serleft, .f-cb .srk .serleft {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 16px;
    border: none;
    height: 60px;
    line-height: 60px;
    background: none;
    outline: 0;
    border-radius: 3px;
    padding: 5px 10px;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}

.serleft::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

/* 使用webkit内核的浏览器 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本4-18 */
.serleft::-moz-placeholder {
    color: #999;
    font-size: 16px;
}

/* Firefox版本19+ */
.serleft::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
}

.index_header .srk .searbut, .f-cb .srk .searbut {
    border: none;
    background-image: url("/template/default/index/static/images/searchw.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color: #207DB9;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-top: 12px;
    border-radius: 50%;
    outline: 0;
}

.head_eject {
    float: right;
    padding-right: 26px;
    height: 100px
}

.head_eject .span_img {
    display: flex;
    align-items: center;
    height: 100%;
}

.head_eject .cicle {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #666666;
    cursor: pointer;
}

@media screen and (min-width:970px) and (max-width:1250px) {
    .header .nav1.on {
        margin: 10% 0 10% 5%;
    }

    .header .nav2 {
        padding-left: 5%;
        margin-bottom: 4%
    }

}

@media screen and (min-width:1300px) and (max-width:1390px) {
    .header .nav2 li .h2 {
        font-size: 22px;
    }

}

@media screen and (min-width:1100px) and (max-width:1299px) {
    .header .nav2 li .h2 {
        font-size: 20px;
    }

}

@media screen and (min-width:768px) and (max-width:1099px) {
    .header .nav2 li .h2 {
        font-size: 20px;
    }

}

/*mobile nav*/
@media screen and (max-width:991px) {
    .header, .navv, .header-warp, .header-left, .float-box, .vnews-pc, .pc-banner {
        display: none;
    }

    .f-cb .srk2 {
        top: 80px;
    }

    .index_leftnav {
        width: 80px;
    }

    .index_header {
        height: 80px;
    }

    header.f-cb {
        height: 80px;
        padding: 0 15px;
        width: 100%;
        position: fixed;
        z-index: 10;
        display: block;
        top: 0;
        left: 0;
        z-index:999;
        background-color: #fff;
    }

    header.f-cb .logo {
        width: 140px;
        height: 80px;
        margin-left: 50px;
        display: flex;
        align-items: center;
    }

    header.f-cb .logo a {
        display: inline-block;
    }

    header.f-cb .logo a img {
        display: block;
        width: 100%;
    }

    header.f-cb .right {
        height: 100%;
        float: right;
        position: relative;
        display: flex;
        align-items: center;
    }

    header.f-cb .right .serch {
        height: 0.44rem;
        position: relative;
        width: 0.5rem;
        background: url(/template/default/index/static/images/serch.png) left center/0.3rem auto no-repeat;
    }

    header.f-cb .right .serch i {
        display: block;
        width: 1px;
        height: 0.18rem;
        position: absolute;
        right: 0;
        top: 0.13rem;
        background-color: #cccccc
    }

    header.f-cb .right .en {
        font-size: 16px;
        color: #fff;
        margin-right: 5px;
        padding-right: 10px;
        text-align: center;
        position: relative;
        line-height: 1.2;
    }

    header.f-cb .right .en a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #fff;
    }

    header.f-cb .right .en i {
        display: block;
        width: 1px;
        height: 18px;
        position: absolute;
        right: 0;
        top: 4px;
        background-color: #fff
    }

    header.f-cb  .nav {
        width: 30px;
        height: 27px;
        margin-top: 28px;
        position: relative;
    }

    header.f-cb  .nav p {
        width: 30px;
        height: 2px;
        background-color: #303030;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }

    header.f-cb  .nav p:nth-child(1) {
        top: 2px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(1).cur {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    header.f-cb  .nav p:nth-child(2) {
        top: 12px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(2).cur {
        opacity: 0;
    }

    header.f-cb  .nav p:nth-child(3) {
        top: 22px;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }

    header.f-cb  .nav p:nth-child(3).cur {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
        top: 23px;
    }

    .tipbg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
    }

    header.f-cb nav {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10;
        top: 80px;
        left: 0;
        background-color: #fff;
        height: calc(100vh - 80px);
        overflow-y: auto;
        padding: 20px 20px 0;
    }

    header.f-cb  nav ul {
        display: block;
        width: 100%;
        height: auto;
    }

    header.f-cb  nav ul li {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #dcdcdc;
    }

    header.f-cb nav ul li.on .tit {
        color: #207DB9;
    }

    header.f-cb  nav ul li.on .tit i {
        background: url(/template/default/index/static/images/nav-jian.png) center/18px 18px no-repeat;
    }

    header.f-cb  nav ul li .tit {
        display: block;
        line-height: 35px;
        height: 35px;
        position: relative;
        color: #333;
        font-size: 18px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    header.f-cb  nav ul li .tit a {
        color: #333;
        font-size: 18px;
    }

    header.f-cb  nav ul li .tit i {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 26px;
        height: 35px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background: url(/template/default/index/static/images/nav-jia.png) center/14px 14px no-repeat;
    }

    header.f-cb  nav ul li .child {
        display: block;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 15px 0;
        display: none;
    }

    header.f-cb  nav ul li .child a {
        display: block;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        color: #555;
        position: relative;
    }

    header.f-cb  nav ul li .child a:before {
        display: block;
        content: '';
        height: 2px;
        width: 2px;
        position: absolute;
        left: 2px;
        top: 50%;
        margin-top: -1px;
    }

    header.f-cb  nav ul li.cur .tit a {
        color: #207DB9;
    }

    .head_sear {
        width: 40px;
        border-left: none;
    }

}
#footer{
	background:  #454545;
	position: relative;
}
#footer>svg{
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.03;
}
.footer_tit{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.footer_tit>a>img{
	/* width: 122.857px; */
height: 43px;
}
.footer_tit>span{
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
}
.footer_conleft{
width: 30%;
padding-top: 60px;
padding-bottom: 60px;
border-right: 1px solid rgba(255, 255, 255, 0.2);

}
.footer_conright{
	width: 70%;
	
	}
	.phone{
		margin-bottom: 16px;
		display: flex;
		align-items: center;

	}
	.phone>span{
		color: #FFF;
font-family: Roboto;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-left: 10px;
	}
	.erea{
		margin-bottom: 16px;
		display: flex;
		align-items: center;

	}
	.erea>span{
		color: #FFF;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 162.5% */
margin-left: 10px;
	}
.email{
	margin-bottom: 49px;
}
.select_bor{
	width: 250px;
	padding: 12px 16px;
	border-radius: 40px;
border: 1px solid #7D7D7D;
height: 48px;
cursor: pointer;
position: relative;
}.select_bortop{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;



}
.select_bortop>span{
	color: #7D7D7D;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.jt{
	transition: .3s;

}
.select_bortop:hover .jt{
	transform: rotate(180deg);
	transition: .3s;
}
.select_box{
	width: 250px;
	height: 0;
	position: absolute;
	top: 48px;
	left: 0;
	border-radius: 10px;
	background-color: #fff;
	transition: .3s;
	overflow: hidden;


}
.select_bor:hover .select_box{
	height: 300px;
	transition: .3s;
}
.select_boxitem{
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #7D7D7D;
}
.footer_bot3{
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.20);;
}
.footer_bot3>.m_container{
	display: flex;
	justify-content: space-between;
}
.footer_conright{
padding-top: 60px;
padding-left: 95px;
display: flex;
justify-content: space-between;
}
.footer_con{
	display: flex;
}
.footer_conrightqr{
	display: flex;
}
.footer_conrightqr img{
	min-width: 98px;
min-height: 98px;
width: 98px;
height: 98px;
margin-bottom: 8px;

}
.footer_conrightqr>div{
	text-align: center;
	
}
.footer_conrightqr>div:nth-child(1){
	margin-right: 32px;
}
.footer_conrighttit{
	display: flex;
}
.footer_conrighttit>div>a{
	margin-bottom: 16px;
	
}
.footer_conrighttit>div>a:nth-child(1){
	color: #FFF !important;
font-family: Microsoft YaHei;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 164.706% */
margin-bottom: 24px;
display: inline-block;
}
.footer_conrighttit>div{
	margin-right: 48px;
	display: flex;
	flex-direction: column;
	min-width: 84px;

}



@media screen and (max-width:1280px) {
  
    .footer_tit{
        padding-left:60px ;
        padding-right: 60px;
    }
    .footer_conright{
        padding-left: 60px;
        padding-right: 60px;
    }
    .footer_conleft{
        padding-left: 60px;
        padding-right: 60px;
    }
 
}
@media screen and (max-width:1880px) {
    .footer_conright{
        padding-left: 60px
    }
    .footer_conrighttit>div{
        margin-right: 35px;
    }
}
@media screen and (max-width:1750px) {

.footer_conrighttit>div{
    margin-right: 25px;
}
}
@media screen and (max-width:818px) {

.footer_conright{
flex-wrap: wrap;

}
.footer_conrighttit{
width: 100%;
}
.footer_conrightqr{
margin-top: 20px;
margin-bottom: 20px;
}
}
@media screen and (max-width:1666px) {
.footer_con{
    flex-wrap: wrap-reverse;
}
.footer_conleft{
    width: 100%;
    border-right:none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_conright{
    /* padding-left: 0px; */
        width: 100%;

}
}

@media screen and (max-width:600px) {
    .footer_conrighttit>div>a:nth-child(1){
        width: 100%;
    }
    .footer_conleft{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .email {
        margin-bottom: 30px;
    }
   
    
    .footer_tit{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_conright{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_conleft{
        padding-left: 15px;
        padding-right: 15px;
    }
  
    .footer_conrighttit {
    flex-direction: column;
    
}
.footer_conrighttit>div {

    flex-direction: row;
}
.footer_conrighttit>div>a{
    margin-right: 15px;
}
.footer_conrighttit>div{
    flex-wrap: wrap;
}

}
@media screen and (max-width:730px) {
    .footer_bot3>.m_container{
        flex-wrap: wrap;
        text-align: center;
    }
    .footer_bot3left{
        width: 100%;
    }
    .footer_bot3right{
        width: 100%;
    }

}
@media screen and (max-width:500px) {
    .footer_tit{
      flex-wrap: wrap;
    }
    .footer_tit>span{
        width: 100%;
        margin-top: 20px;
    }


}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
.container {
	max-width: 100%
}
	
}
@media (min-width:768px) {
.container {
	max-width: 100%;
}

}
@media (min-width:992px) {
.container {
	max-width: 960px;
}
	
}
@media (min-width:1280px) {
.container {
	max-width: 1200px;
	}
	
}

@media (min-width:1366px) {
.container {
	max-width: 1330px;
}

}
@media (min-width:1580px) {
.container {
	max-width: 1470px;
}

}

<!--0.0002291202545166-->