@charset "UTF-8";

*{
    margin:0;
    padding:0;
}
html,body{
    width:expression(document.body.clientWidth <= 1200? "1200px": "auto");
    min-width:1200px;
}
textarea{
    resize:none;
}
a {
    text-decoration: none;
    cursor:pointer;
    transition: all 0.1s linear 0s;
}
/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;

}
body{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 微软雅黑;


}
ul li{
    list-style: none;
}
img {
    max-width: 100%;
}

@font-face {
    font-family: 'iconfont';  /* project id 1828545 */
    src: url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.eot');
    src: url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.eot?#iefix') format('embedded-opentype'),
    url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.woff2') format('woff2'),
    url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.woff') format('woff'),
    url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.ttf') format('truetype'),
    url('https://at.alicdn.com/t/font_1828545_lqb8na0m7w.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 20px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}
@font-face{
    font-family: "SOURCEHANSANSCN-MEDIUM";
    src : url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF') format('embedded-opentype');
}
@font-face{
    font-family: "arialbd";
    src : url('../fonts/arialbd.TTF') format('embedded-opentype');
}

.content {
    margin: 0 auto;
    width: expression(document.body.clientWidth <= 1200? "1200px": "auto");
    min-width: 1200px;
    width: 1200px;
}
/* 导航 */
.header {
    width: 100%;
    height: 145px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: linear-gradient(#1a67d5, #0c53bb, #0549ae);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.header .content {
    display: flex;
}
.header_left {
    display: flex;
    min-width: 670px;
}
.header_left_logo {
    min-width: 100px;
}
.header_left_logo a {
    display: table;
}
/*.header_left_logo img {
    height: 95px;
}*/
.header_left_title {
    font-size: 28px;
    color: #fff;
    margin-left: 15px;
    margin-top: 37px;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}
.header_left_title p {
    margin-top: -7px;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}
.header_left_title p:last-child {
    letter-spacing: 2.5px;
}
.header_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    margin-top: 24px;
}
.header_right_top {
    background: url(../images/title_bj.png);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    min-width: 155px;
    margin-bottom: 25px;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}
.header_right p span a {
    color: #fff;
    font-size: 14px;
}
.header_right p span {
    padding: 0px 12px;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.header_right p span em {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 7px;
    height: 7px;
    background: #ff0505;
    border-radius: 100%;
}
.header_right p span:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 1px;
    height: 10px;
    /*border: 1px solid #ffffff;*/
    background: #fff;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
}
.header_right p span:first-child:after{
    border:none;
    display: none;
}
.home{
    position: relative;
}
.home:after {
    position: absolute;
    content: "";
    top: -90px;
    background: url(../images/bg.png);
    width: 100%;
    height: 732px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.navigation_nav {
    width: 1200px;
    height: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.navigation_nav ul {
    padding: 13px 20px 0px;
}
/*.navigation_nav ul li {
    width: 165px;
    text-align: center;
    position: relative;
}*/
.navigation_nav ul li {
    min-width: 114px;
    text-align: center;
    position: relative;
    margin: 0px 25px;
}
/*.navigation_nav ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 1px;
    height: 20px;
    background: #1560bc;
}*/

.navigation_nav ul li:after {
    position: absolute;
    content: "";
    left: -25px;
    top: 1px;
    width: 1px;
    height: 20px;
    background: #1560bc;
}
.navigation_nav ul li:nth-child(2):after {
    left: -41px;
}
.navigation_nav ul li:first-child:after{
    display: none;
}
.navigation_nav ul li a i {
    font-size: 21px;
    margin-left: 8px;
    margin-top: -1px;
    display: inline-block;
    vertical-align: middle;
}
.menu li {

}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.menu li:last-child a {
    padding-right: 0;
}
.menu li:hover {

}
/*.menu li:hover > a {
    color:#128fc8;
}*/
.navigation_nav ul li.active .submenu li a {
    color: #fff;
}
.submenu {
    left: -20px;
    max-height: 0;
    position: absolute;
    top: 36px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    padding: 0 !important;
}

.submenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: #fff;
    color: #484949;
    text-align: center;
    line-height: 35px;
    height: 35px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.submenu li:after{
    display: none;
}
.submenu li:last-child{
    border-bottom: none;
}
.submenu li:hover {
    background: #5a5b5b;
}
.submenu li:last-child:after{
    display:none;
}
.submenu li:first-child{
    position: relative;
}
.submenu li:first-child:before{
    position: absolute;
    content: "";
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px #fff solid;
    border-right: 8px transparent dashed;
    top: -15px;
    left: 81px;
}
.submenu li:hover:first-child:before{
    border-bottom: 8px #5a5b5b solid;
}
.submenu li a {
    color:#484949;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.menu .submenu li:hover a {
    color:#ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.submenu li:hover .menusub{
    display:block;
}
.submenu li .menusub {
    display: none;
    top: 0;
    position: absolute;
    right: -98px;
}
.submenu li .menusub li{
    background: rgba(18,143,200,0.7);
    padding:0px 10px;
}

.search {
    width: 760px;
    margin: 35px auto;
    overflow: hidden;
}

.search_nr {
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
}
.search_nr span {
    width: 50px;
    text-align: center;
    min-width: 50px;
}
.search_nr span i{
    color: #ebebed;
    font-size:35px;
}

.search_nr input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-right: 20px;
    overflow: hidden;
    height: 20px;
    outline: none;
    border: none;
}
.search_nr button {
    min-width: 100px;
    font-size: 16px;
    color: #535353;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    position: relative;
}
.search_nr button:after{
    position: absolute;
    content: "";
    top:-5px;
    left:0;
    width: 1px;
    height: 30px;
    background: #dbdbdb;
}
.policy {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.policy .policy_left{
    width: 600px;
    height: 370px;
    float: left;
    position: relative;
}
.swiper-slide{
    width: 100%;
    height: 370px;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.policy_slide {
    position: absolute;
    bottom: 0;
    background: rgba(51,52,53,0.4);
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    text-indent: 15px;
}
.policy_slide p{
    color: #fff;
    font-size:16px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.policy_left .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    right: 20px !important;
    bottom: 10px;
    left: inherit !important;
    width: inherit !important;
}
.policy_left .swiper-pagination-bullet {
    width: 16px !important;
    height: 5px !important;
    display: inline-block;
    border-radius: 0 !important;
    background: #fff !important;
    opacity: 1 !important;
}
.policy_left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #01a0e5 !important;
}
.policy_right {
    float: left;
    width: 570px;
    margin: 15px 15px 0px;
    overflow: hidden;
}
.policy_right_top {
    overflow: hidden;
}
.policy_right_top ul {
    display: flex;
}
.policy_right_top ul li {
    min-width: 140px;
    height: 40px;
    line-height: 40px;
    background: #eeeeee;
    text-align: center;
    cursor: pointer;
    margin-right: 2px;
    color: #545454;
    font-size: 16px;
    font-family: 微软雅黑;
}
.policy_right_top ul li:last-child{
    margin-right: 0;
}
.policy_right_top ul li a{
    color: #545454;
}
.policy_right_top ul li:hover a {
    color: #ffffff;
    width: 100%;
    display: table;
}
.policy_right_top ul li.on a {
    color: #fff;
}
.policy_right_top ul li.on {
    background: #5a5b5b;
    color: #fff;
}
.policy_right_nr_all {
    display: none;
}
.policy_right_nr_all:first-child{
    display: block;
}
.policy_right_nr_all_info {
    display: flex;
    overflow: hidden;
}
.policy_right_nr_all_info .policy_right_nr_all_info_left {
    min-width: 45px;
    background: url(../images/small.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #797e81;
    font-size: 16px;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    margin-top: 4px;
}
.policy_right_nr_all_info:hover .policy_right_nr_all_info_left{
    background: url(../images/small_ys.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;

}
.policy_right_nr_all_info:hover .policy_right_nr_all_info_left h1{
    color: #fff;
}
.policy_right_nr_all_info .policy_right_nr_all_info_left h1 {
    color: #797e81;
    font-size: 16px;
    font-weight: normal;
    z-index: 999;
}
.policy_right_nr_all_info .policy_right_nr_all_info_left span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    bottom: 0;
    left: -5px;
    opacity: 0.35;
}
.policy_right_nr_all_info {
    display: flex;
    overflow: hidden;
    padding: 17px 0px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.policy_right_nr_all_info_right {
    width: 508px;
    overflow: hidden;
}
.policy_right_nr_all_info_right h3 {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.policy_right_nr_all_info_right:hover h3 {
    color: #00a5fa;
}
.policy_right_nr_all_info_right span {
    font-size: 14px;
    color: #afafaf;
    display: inline-block;
}
.adv {
    margin: 0px 0px 40px;
    overflow: hidden;
}
.adv img{
    width: 100%;
}
.cycling_top{
    width: 100%;
    height: 40px;
    overflow: hidden;
    position: relative;
}
.cycling_top:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    bottom: 0;
}
.cycling_top_nr {
    background: url(../images/title.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    background-size: 100%;
    position: relative;
    float: left;
}
.cycling_top_nr span {
    position: absolute;
    color: #fff;
    top: -3px;
    left: -6px;
    z-index: 999;
    font-size: 36px;
    opacity: 0.12;
}
.cycling_top_nr h1 {
    font-size: 20px;
    color: #fff;
    font-family: "SOURCEHANSANSCN-MEDIUM";
    font-weight: normal;
    padding: 0px 40px 0px 30px;
    line-height: 40px;
    z-index: 999;
}
.cycling_top_right {
    float: right;
    font-family: 宋体;
    color: #2c3242;
    font-size: 14px;
    padding-top: 20px;
}
.cycling_top_right a{
    color: #2c3242;
    font-size: 14px;
}
.cycling_top_right span {
    background: #2c3242;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 0px 5px;
    margin-left: 3px;
}
.cycling_nr {
    margin: 25px 0px;
    overflow: hidden;
}
.cycling_nr_all {
    width: 280px;
    overflow: hidden;
    cursor: pointer;
}
.cycling_nr_all_thumb{
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.cycling_nr_all_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*    transition: all .5s ease-in-out;*/
}
/*.cycling_nr_all:hover .cycling_nr_all_thumb img{
    transform: scale(1.2);
}*/
.cycling_nr_all_title {
    font-size: 16px;
    padding: 15px 0px;
    overflow: hidden;
}
.cycling_nr_all:hover .cycling_nr_all_title p{
    color: #176be2;
}
.cycling_nr_all_title p {
    color: #040000;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cycling_nr_all_title span {
    font-size: 14px;
    color: #dedede;
}
.cycling_nr .swiper-button-white {
    width: 42px !important;
    height: 104px !important;
    background: rgba(0,0,0,0.5);
    background-repeat: no-repeat;
    background-size: 15px !important;
    background-position: center !important;
    display: inline-block;
    top: 27% !important;
}
.cycling_nr .swiper-button-prev.swiper-button-white {
    left: 0 !important;
}
.cycling_nr .swiper-button-next.swiper-button-white {
    right: 0 !important;
}

.activities {
    margin-bottom: 40px;
    overflow: hidden;
}
.activities_left {
    width: 740px;
    float: left;
    margin-right: 35px;
}
.activities_right {
    float: left;
    width: 425px;
}
.activities_left_nr {
    margin-top: 25px;
    overflow: hidden;
    height: 330px;
}
.activities_left_nr_left {
    width: 310px;
    margin-right: 30px;
    overflow: hidden;
    float: left;
}
.activities_left_nr_left_thumb {
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.activities_left_nr_left_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.activities_left_nr_left .activities_left_nr_left_nr{
    margin-top: 15px;
    overflow: hidden;
}
.activities_left_nr_left .activities_left_nr_left_nr p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.activities_left_nr_left .activities_left_nr_left_nr span {
    min-width: 85px;
    height: 25px;
    line-height: 25px;
    background: #313131;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    overflow: hidden;
}
.activities_left_nr_left .activities_left_nr_left_nr span:hover{
    background: #545454;
}
.activities_left_nr_left span a{
    color: #fff;
    font-size: 14px;
}

.activities_left_nr_right {
    width: 400px;
    float: left;
    position: relative;
    height: 310px;
    overflow: hidden;
}
#list-wrapper{
    position: relative;
    top: 0;
}
.activities_left_nr_right ul li {
    padding-bottom: 12px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}
.activities_left_nr_right ul li label {
    min-width: 20px;
    margin-right: 5px;
}
.activities_left_nr_right ul li label i {
    font-size: 21px;
}
.activities_left_nr_right ul li span {
    font-size: 16px;
    color: #040000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activities_left_nr_right ul li:hover label i{
    color: #008dca;
}
.activities_left_nr_right ul li:hover span{
    color: #008dca;
}
.activities_right_nr{
    margin-top: 25px;
    overflow: hidden;
}
.activities_right_nr ul li {
    width: 205px;
    height: 155px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.activities_right_nr ul li:nth-child(2n){
    margin-right: 0;
}
.activities_right_nr ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.cycling_nr .swiper-wrapper{
    height: auto !important; 
}
.product_home {
    margin-bottom: 40px;
    overflow: hidden;
}
.product_home_left {
    overflow: hidden;
}
.product_home_left_nr {
    padding: 30px 0px;
    overflow: hidden;
    border-bottom: 1px dashed #eaeaea;
    cursor: pointer;
}
.product_home_left_nr:hover .product_home_left_nr_right h3{
    color: #176be2;
}
.product_home_left_nr_left {
    width: 190px;
    height: 120px;
    min-width: 190px;
    float: left;
}
.product_home_left_nr_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.product_home_left_nr_right {
    float: left;
    margin-left: 20px;
    width: 530px;
}
.product_home_left_nr_right h3 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_home_left_nr_right p {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 27px;
}
.product_home_left_nr_right span {
    font-size: 14px;
    color: #a7a7a7;
}
.product_home_right{
    margin-top: 30px;
    overflow: hidden;
}
.product_home_right_nr {
    margin-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}
.product_home_right_nr_left {
    width: 160px;
    height: 100px;
    float: left;
    margin-right: 15px;
    min-width: 160px;
    overflow: hidden;
}
.product_home_right_nr_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.product_home_right_nr_left img:hover{
    transform: scale(1.2);
}
.product_home_right_nr_right {
    float: left;
    width: 245px;
    overflow: hidden;
    margin-top: 10px;

}
.product_home_right_nr_right h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product_home_right_nr_right span {
    font-size: 14px;
    line-height: 20px;
    color: #a9a9a9;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product_home_right_nr_right p {
    font-size: 14px;
    color: #313131;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 12px;
    cursor: pointer;
}
.product_home_right_nr_right p:hover{
    color: #176be2;
}
.product_home_right_adv {
    margin-top: 10px;
    overflow: hidden;
}
.product_home_right_adv .product_home_right_adv_thumb:first-child {
    width: 425px;
    height: 260px;
    overflow: hidden;
}

.product_home_right_adv .product_home_right_adv_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.product_home_right_adv_thumb img:hover{
    transform: scale(1.2);
}
.product_home_right_adv .product_home_right_adv_thumb{
    width: 208px;
    height: 90px;
    float: left;
    margin-right: 9px;
    margin-bottom:9px;
    overflow: hidden;
}
.product_home_right_adv .product_home_right_adv_thumb:last-child{
    margin-right: 0;
}
.clusters_nr {
    margin-top: 25px;
    overflow: hidden;
}
.clusters_nr_all {
    width: 380px;
    height: 230px;
    overflow: hidden;
    margin-right: 30px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
}
.clusters_nr_all:nth-child(3n){
    margin-right: 0;
}
.clusters_nr_all img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clusters_nr_all:hover .clusters_nr_all_title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.clusters_nr_all:hover .clusters_nr_all_title h3{
    color: #fff;
    font-size:20px;
    font-weight:normal;
    position: relative;
}
.clusters_nr_all:hover .clusters_nr_all_title h3:after{
    position: absolute;
    content: "";
    left:0;
    right:0;
    margin: 0 auto;
    width: 27px;
    height: 1px;
    background: #fff;
    bottom: -10px;
}
.clusters_adv {
    margin-bottom: 20px;
    overflow: hidden;
}
.clusters_adv_thumb {
    width: 590px;
    height: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.clusters_adv_thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clusters_adv_thumb:nth-child(2n){
    margin-right: 0;
}
.clusters_adv_thumb:last-child {
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.link {
    background: #e2e2e2;
    overflow: hidden;
}
.link .content {
    padding: 30px 0px;
    overflow: hidden;
}
.link_top {
    font-size: 18px;
    color: #37383a;
    overflow: hidden;
}
.link_left {
    width: 955px;
    float: left;
    overflow: hidden;
}
.link_right {
    width: 245px;
    float: left;
    overflow: hidden;
}
.link_nr {
    margin-top: 20px;
    overflow: hidden;
}
.link_nr ul li {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    background: #fff;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.link_nr ul li:nth-child(6n){
    margin-right: 0;
}
.link_nr ul li img {
    max-width: 145px;
    max-height: 45px;
}
.link_right {
    width: 175px;
    float: left;
    text-align: center;
    margin-left: 50px;
    margin-top: 15px;
    overflow: hidden;
}
.link_right p {
    font-size: 14px;
    color: #414244;
    margin-top: 12px;
}
.link_right img {
    width: 145px;
    height: 145px;
    overflow: hidden;
}
.footer {
    background: #3b3b3c;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.footer p {
    font-size: 12px;
    color: #cecdcd;
    text-align: center;
}
.footer p i {
    vertical-align: middle;
    font-size: 17px;
    display: inline-block;
    margin-top: -1px;
    margin-right: 3px;
}
.footer p span {
    margin-left: 8px;
}
/*.to-top {
    width: 70px;
    height: 70px;
    background: #176be2;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

.sidebar{
    position:fixed;
    right:0;
    top:45%;
    overflow: hidden;
    z-index: 9999;
    min-width: 190px;
}
.sidebar ul {
    float: right;
}
.to-top {
    display: block !important;
    position: inherit !important;
}
.sidebar ul li {
    position: relative;
}
.sidebar ul li .sidebar_nr{
    background: #2c2f38;
    color: #fff;
    width: 54px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #edecee;

}
.sidebar ul li .sidebar_nr:last-child{
    /*border-bottom: none;*/
}
.sidebar ul li .sidebar_nr:hover{
    background: #edecee;
}
.sidebar ul li .sidebar_nr:hover p{
    color: #292929;
}
.sidebar ul li .sidebar_nr:hover i{
    color: #292929;
}
.sidebar ul li .sidebar_nr p{
    font-size:14px;
}
.sidebar ul li .sidebar_nr i {
    font-size: 30px;
    margin-top: 5px;
    display: inline-block;
}
.sidebar ul li:hover .slidebar_ewm{
    display: block;
}
.slidebar_ewm {
    position: absolute;
    right: 54px;
    top: 0;
    border-bottom: 1px solid #edecee;
    background: #edecee;
    display: block;
    text-align: center;
    display: none;
}
.slidebar_ewm_nr {
    width: 100px;
    padding: 10px;
    overflow: hidden;
}
.slidebar_ewm img {
    width: 100px;
    height: 100px;
}

.slidebar_ewm p {
    font-size: 14px;
    color: #292929;
    margin-top: 7px;
    text-align: center;
}
/*内页*/
.section_nav {
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 20px;
}
.section_nav span{
    font-size: 16px;
    color: #535353;
}
.section_nav span a {
    font-size: 16px;
    color: #535353;
    margin-right: 5px;
}
.section_detail {
    overflow: hidden;
    min-height: 500px;
    
}
.section_detail_left {
    width: 220px;
    min-width: 220px;
    margin-right: 40px;
    float: left;
    display: block !important;
    overflow: hidden;
    background: #fefefe;
    min-height: 500px;
}
.section_detail_left_top {
    padding: 40px 0px 25px 20px;
    overflow: hidden;
    margin-left: 20px;
}
.section_detail_left_top h1 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    overflow: hidden;
}
.section_detail_left_top span {
    font-size: 12px;
    color: #d6d6d6;
}
.section_detail_left_nr ul {
    width: 200px;
    overflow: hidden;
    margin-left: 20px;
}
.section_detail_left_nr ul li {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    color: #535353;
}
.section_detail_left_nr ul li:hover{
    background: #4e4e4e;
    color: #fff;
}
.section_detail_left_nr ul li:hover a{
    color: #fff;
}
.section_detail_left_nr ul li a {
    color: #535353;
    width: 100%;
    display: table;
    padding: 10px 0px 10px 20px;
}
.section_detail_left_nr ul li.on{
    background: #4e4e4e;
    color: #fff;
}
.section_detail_left_nr ul li.on a {
    color: #fff;
}
.section_detail_right {
    width: 940px;
    float: left;
    overflow: hidden;
    background: #fefefe;
    position: relative;
}

.section_detail_right_nr {
    padding: 25px 20px 100px;
    overflow: hidden;
    position: relative

}
.section_detail_right_thumb {
    width: 100%;
    overflow: hidden;
}
.section_detail_right_thumb img {
    width: 100%;
    /*height: 170px;*/
    object-fit: cover;
}
.section_detail_right_nr_top {
    padding-bottom: 7px;
    border-bottom: 2px solid #242424;
    overflow: hidden;
}
.section_detail_right_nr_top h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    padding-left: 15px;
    position: relative;
    width: 75%;
}
.section_detail_right_nr_top h3 span {
    font-size: 12px;
    color: #a8a8a8;
    padding-left: 10px;
}
.section_detail_right_nr_top h3:after {
    position: absolute;
    content: "";
    border-top: 8px transparent dashed;
    border-left: 8px #00a5fa solid;
    border-bottom: 8px transparent dashed;
    border-right: 8px transparent dashed;
    left: 0;
    top: 5px;
}
.section_detail_right_nr_con {
    padding: 25px 0px 50px;
    overflow: hidden;
    min-height: 300px;
    font-size: 16px;
    color: #292929;
    line-height: 36px;
}
.section_detail_right_nr_bottom {
    background: #eff0f1;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.section_detail_right_nr_bottom i {
    font-size: 25px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
    margin-right: 3px;
}
.section_detail_right_nr_bottom a {
    color: #4e4e4e;
    font-size: 14px;
}
.section_banner {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.section_banner img{
    width: 100%;
}
.section_detail_all {
    padding: 70px 28px 50px;
    overflow: hidden;
    background: #fff;
}

.section_detail_all_top {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #535353;
}
.section_detail_all_top:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 4px;
    background: #3b8af8;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}
.section_detail_all_top h3 {
    display: inline-block;
    font-size: 30px;
    color: #535353;
}
.section_detail_all_nr {
    overflow: hidden;
    margin-top: 45px;
}
.section_detail_all_nr ul {
    padding-bottom: 35px;
    overflow: hidden;
}
.section_detail_all_nr ul li {
    width: 360px;
    height: 325px;
    background: #f5f5f5;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.section_detail_all_nr ul li:nth-child(3n){
    margin-right: 0;
}
.section_detail_all_nr_thumb {
    width: 340px;
    height: 210px;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.section_detail_all_nr_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section_detail_all_nr_bottom {
    text-align: center;
    margin: 20px 10px;
    overflow: hidden;
    color: #5b5b5b;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
}
.section_detail_bicy {
    padding: 40px 0px;
    overflow: hidden;
    width: 100%;
}
.section_detail_pdfy {
    background: rgba(255,255,255,0.85);
    margin-top: 20px;
    overflow: hidden;
}
.section_detail_bicy_title {
    text-align: center;
    font-size: 24px;
    color: #4a4a4a;
    padding: 0px 40px 30px;
    overflow: hidden;
}
.section_detail_bicy_edit {
    font-size: 16px;
    color: #3b3b3d;
    line-height: 30px;
    padding-bottom: 40px;
    overflow: hidden;
    padding: 0px 40px;
}
.section_detail_bicy_bottom {
    padding-top: 15px;
    border-top: 2px solid #535353;
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
}
.section_detail_bicy_bottom span i.jiantou {
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    color: #4e4e4e;
}
.section_detail_bicy_bottom span:first-child i.jiantou{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.footer p a {
    color: #cecdcd;
}
.upload_tan_nr_all_yzm input {
    width: 113px;
    font-size: 14px;
    border: 1px solid #DDDDDD;
    text-align: left;
    margin: 0px 10px;
    padding: 5px 3px;
}
.section_detail_bicy_bottom span a{
    color: #4e4e4e;
    font-size:14px;
}
.section_detail_bicy_bottom span:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
}
.section_detail_welfare {
    background: #fff;
    padding: 30px 28px 0px;
    display: flex;
    overflow: hidden;
}
.section_detail_welfare_left {
    width: 780px;
    min-width: 780px;
    padding-right: 20px;
    overflow: hidden;
    position: relative;
}
.section_detail_welfare_left:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #e6e6e6;
    top: 2px;
    right: 0;
}
.section_detail_welfare_left_nr {
    padding: 45px 0px 20px;
    overflow: hidden;
}
.section_detail_welfare_left_nr ul{
    overflow: hidden;
}
.section_detail_welfare_left_nr ul li {
    display: flex;
    padding-bottom: 25px;
    overflow: hidden;
    cursor: pointer;
}
.section_detail_welfare_left_nr ul li:hover p{
    color: #0095e2;
}
.section_detail_welfare_left_nr ul li:hover span{
    color: #0095e2;
}
.section_detail_welfare_left_nr ul li p {
    width: 670px;
    min-width: 670px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #292929;
}
.section_detail_welfare_left_nr ul li p em {
    font-style: normal;
    color: #595858;
    font-size: 14px;
    padding-right: 8px;
    margin-right: 10px;
    position: relative;
}
.section_detail_welfare_left_nr ul li p em:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #777777;
    right: 0;
    top: 3px;
}
.section_detail_welfare_left_nr ul li span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    color: #9b9b9b;
    font-size: 14px;
}
.section_detail_welfare_right {
    padding-left: 20px;
    overflow: hidden;
}
.welfare_right_nr h1 {
    font-size: 20px;
    color: #048ad7;
}
.welfare_right_nr_info {
    margin: 20px 0px 15px;
    overflow: hidden;
}
.welfare_right_nr_info ul li{
    padding-bottom: 15px;
    overflow: hidden;
    cursor: pointer;
}
.welfare_right_nr_info ul li p {
    font-size: 14px;
    color: #292929;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.welfare_right_nr_info ul li span {
    font-size: 12px;
    color: #9b9b9b;
}
.welfare_right_nr_proy {
    margin: 15px 0px 30px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.welfare_right_nr_proy .policy_slide p{
    font-size:14px;
}
.welfare_right_nr_proy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.welfare_right_nr_proy .swiper-slide{
    height: 240px !important;
    cursor: pointer;
}
.welfare_right_nr_proy .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: inherit !important;
    width: auto !important;
    right: 5px !important;
}
.welfare_right_nr_proy .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00a0e9 !important;
}
.welfare_right_nr_proy .policy_slide{
    height: 35px;
}
.welfare_right_nr_star {
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.welfare_right_nr_star_pic {
    border: 1px solid #d2d2d2;
    margin-bottom: 6px;
    height: 60px;
    width: 322px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.welfare_right_nr_star_pic img{
    max-width: 310px;
    max-height: 50px;
}
.section_detail_right_nr_con_title {
    padding: 15px 0px 30px;
    text-align: center;
    overflow: hidden;
}
.section_detail_right_nr_con_title h3 {
    font-size: 20px;
    color: #292929;
    margin-bottom: 8px;
}
.section_detail_right_nr_con_title span {
    width: 340px;
    height: 28px;
    line-height: 28px;
    background: #ececec;
    display: inline-block;
    font-size: 14px;
    color: #7f8082;
}
/*时间轴*/
/*时间轴*/
.industry_top {
    height: 110px;
    width: 100%;
    background: url(../images/date.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.flex-viewport {
    margin: 0px 80px;
    z-index: 9;
}
.timer-scale-cont {
    height: 84px;
    padding-top: 25px;
    position: relative;
    -webkit-transition: ease height 500ms;
    transition: ease height 500ms;
    float: left;
    display: flex;
    justify-content: center;
    min-width: 94px;
}
.timer-scale-cont.on:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 38px;
    border-top: 8px transparent dashed;
    border-left: 8px transparent dashed;
    border-bottom: 8px #fff solid;
    border-right: 8px transparent dashed;
}
.industry_top:after {
    position: absolute;
    content: "";
    width: 1118px;
    height: 1px;
    background: #919291;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 55px;
}
.timer-scale-cont.on .industry_top_nr_date{
    display: block;
}
.timer-scale-cont.on .industry_top_nr_year{
    display: none;
}
.industry_top_nr .swiper-container {
    height: 110px;
    overflow: inherit !important;
    margin:0px 30px;
}
.industry_top_nr .slide_industry{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
/*    margin-top: 25px;*/
    float: left;
    position: relative;
}
.industry_top_nr_year {
    color: #00a5fa;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;


}
.industry_top_nr_year p {
    font-size: 16px;
    padding-top: 12px;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}
.industry_top_nr_year span {
    font-size: 12px;
    font-family: "arialbd";
    margin-top: 0px;
    display: inline-block;
}
.industry_top_nr_date{
    color: #ffffff;
    background: url(../images/date_pic.png);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    display: none;
    margin: 0 auto;
    cursor: pointer;
}

.industry_top_nr_date h3 {
    line-height: 59px;
    font-size: 20px;
    font-family: "SOURCEHANSANSCN-MEDIUM";
}
.timer-scale-cont:hover .industry_top_nr_date{
    display: block;
}
.timer-scale-cont:hover .industry_top_nr_year{
    display: none;
}

.shaft-detail-cont {
    display: none;
}
.flex-prev {
    position: absolute;
    top: 32%;
    left: 32px;
    z-index: 999999;
    width: 27px;
    height: 40px;
    background: url(../images/more.png) no-repeat;
    background-size: 13px;
    cursor: pointer;
    background-position: center;
    outline: none;
}
.flex-next{
    position: absolute;
    top: 32%;
    right: 32px;
    z-index: 999999;
    width: 27px;
    height: 40px;
    background: url(../images/more.png) no-repeat;
    background-size: 13px;
    cursor: pointer;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    background-position: center;
    outline: none;
}

/**/
.industry_bottom {
    padding: 60px 40px 40px;
    overflow: hidden;
    background: #fff;
}
.industry_bottom_all_top h3 {
    font-size: 26px;
    color: #515253;
    font-weight: normal;
}
.industry_bottom_all_top h3 span {
    font-size: 14px;
    color: #7d8182;
    margin-left: 12px;
}
.industry_bottom_all_top {
    padding-bottom: 20px;
    border-bottom: 2px solid #676565;
    overflow: hidden;
}
.industry_bottom_all_nr_info {
    display: flex;
    padding: 25px 20px;
    overflow: hidden;
}

.industry_bottom_all_nr_info_left {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../images/yuan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    min-width: 50px;
    margin-right: 20px;
}

.industry_bottom_all_nr_info_con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.section_detail_right_nr .section_detail_welfare_left_nr ul li {
    display: flex;
    padding: 15px 0px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dashed #dddddd;
}
.section_detail_right_nr .section_detail_welfare_left_nr {
    padding: 25px 0px 20px;
    overflow: hidden;
}
.section_detail_bicy_title span {
    font-size: 14px;
    color: #5f5f5f;
}
.industry_bottom {
    padding: 60px 40px 40px;
    overflow: hidden;
    background: #fff;
}
.industry_bottom_all_top h3 {
    font-size: 26px;
    color: #515253;
    font-weight: normal;
}
.industry_bottom_all_top h3 span {
    font-size: 14px;
    color: #7d8182;
    margin-left: 12px;
}
.industry_bottom_all_top {
    padding-bottom: 20px;
    border-bottom: 2px solid #676565;
    overflow: hidden;
}
.industry_bottom_all_nr_info {
    display: flex;
    margin: 0px 20px;
    overflow: hidden;
    padding: 25px 0px;
    border-bottom: 1px solid #e0e0e0;
}
.industry_bottom_all_nr_info_left {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../images/yuan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    min-width: 50px;
    margin-right: 20px;
}
.industry_bottom_all_nr_info_con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-top: -3px;
    overflow: hidden;
    margin-right: 50px;
    cursor: pointer;
}
.industry_bottom_all_nr_info_con h3 {
    font-size: 18px;
    color: #434344;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.industry_bottom_all_nr_info_con_date span {
    font-size: 14px;
    color: #7c7d7e;
    margin-right: 100px;
}
.industry_bottom_all_nr_info_con_date span i {
    font-size: 38px;
    vertical-align: middle;
    display: inline-block;
    color: #b8b8b8;
}
i.iconfont.yanjing {
    margin-top: -4px;
}
i.iconfont.xiazai {
    font-size: 30px;
}
.industry_bottom_all_nr_info_con_date {
    margin-top: 5px;
    overflow: hidden;
}
.industry_bottom_all_nr_info_right {
    margin-top: 13px;
    overflow: hidden;
}
.industry_bottom_all_nr_info_right a {
    width: 115px;
    min-width: 115px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background: #00a5fa;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.industry_bottom_all {
    display: none;
}
.industry_bottom_all:first-child {
    display: block;
}
.industry_top_nr .swiper-slide{
    /* width: 95px !important;*/
}
.apply {
    padding: 0px 45px;
    overflow: hidden;
}
.apply h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    overflow: hidden;
}
.apply h3 {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
}
.apply p{
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
table {
    overflow-x: scroll;
    border: 1px solid #818181;
    border-collapse: collapse;
    width: 100%;
}
table tr td {
    padding: 15px 20px;
    color: #333333;
    font-size:16px;
}
.apply_nr {
    overflow: hidden;
    padding: 30px 0px 40px;
    border-bottom: 1px solid #7d7d7d;
}
.apply_nr_left {
    width: 525px;
    float: left;
}
.apply_sub {
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}
.apply_sub a {
    background: #0b83df;
    min-width: 161px;
    display: inline-block;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    font-size: 20px;
    color: #fff !important;
}
.apply a {
    color: #0b83df;
}
/*登录*/
.home_login:after{
    position: absolute;
    content: "";
    top: -168px;
}
.login {
    margin: 80px;
    overflow: hidden;
}
.login h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
    overflow: hidden;
    color: #373636;
    font-weight:normal;
}
.login_nr {
    display: flex;
    height: 450px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    overflow: hidden;
    background: #fff;
}
.login_nr_left {
    min-width: 415px;
    float: left;
    padding: 30px 55px 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_nr_left_inp_nr{
    display: flex;
}
.login_nr_left_inp_nr i {
    color: #adadad;
    font-size: 25px;
    margin-right: 10px;
    min-width: 25px;
}
.login_nr_left_inp_nr input {
    color: #adadad;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
    outline: none;
    border: none;
}
.login_nr_left_inp_nr input::-webkit-input-placeholder {
    color: #adadad;
}

.login_nr_left_inp_nr input:-moz-placeholder {
    color: #adadad;
}

.login_nr_left_inp_nr input::-moz-placeholder {
    color: #adadad;
}

.login_nr_left_inp_nr input:-ms-input-placeholder {
    color: #adadad;
}
.login_nr_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 495px;
    height: 452px;
    overflow: hidden;
    margin-top: -1px;
}
.login_nr_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login_nr_left_inp_nr {
    display: flex;
    height: 20px;
    line-height: 20px;
    border-bottom: 1px solid #d3d3d3;
    padding: 25px 0px 15px;
    overflow: hidden;
}
.login_nr_left_inp_nr span {
    min-width: 90px;
    text-align: right;
    margin-left: 20px;
    display: inline-block;
    overflow: hidden;
}
.login_nr_left_inp_nr span button {
    color: #125cc6;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    display: flex;
}
.login_nr_left_but {
    padding: 30px 25px 10px;
    overflow: hidden;
}
.login_nr_left_but button {
    background: #125cc6;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-radius: 100px;
    border: none;
    font-size: 18px;
    color: #fff;
    outline: none;
    cursor: pointer;

}
.login_nr_left_inp {
    min-width: 370px;
}
.zc button {
    border-radius: 0;
}
.research {
    overflow: hidden;
}
.research_left {
    width: 720px;
    float: left;
    overflow: hidden;
}
.research_left  .section_detail_welfare_left_nr ul li p{
    min-width: 600px;
    width: 600px;
}
.research_right {
    float: left;
    margin-left: 20px;
    width: 160px;
    overflow: hidden;
    padding-top: 50px;
}
.research_right_nr {
    width: 158px;
    height: 220px;
    background: #f69b39;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.research_right_nr:last-child {
    background: #1967da;
}
.research_right_nr_fill {
    padding: 0px 20px;
    text-align: center;
}
.research_right_nr_fill i {
    color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
    display: inline-block;
}
.research_right_nr_fill h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.fill_table table td{
    text-align: center;
}
th{
    padding: 15px 10px
}

.fill_table table td input {
    width: 100%;
    height: 30px;
    border: none;
    outline: none;
    font-size:16px;
}
.fill_table table td textarea{
    width: 100%;
    border: none;
    outline: none;
    font-size:16px;
    resize:none ;
}
.input_fill_nr {
    display: flex;
    width: 45%;
    float: left;
    margin-right: 25px;
}
.input_fill_nr label {
    white-space: nowrap;
}
.input_fill_nr input {
    border-bottom: 1px solid #999 !important;
    margin: 0px 20px;
}
.radio {
    overflow: hidden;
}
.radio label {
    float: left;
    display: flex;
    margin-right: 15px;
}
.radio input {
    width: 20px !important;
    height: 18px !important;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
}
.table_bottom {
    padding: 20px 0px;
    overflow: hidden;
}
.table_bottom span {
    padding-right: 50px;
}
.apply_sub button {
    background: #0b83df;
    min-width: 161px;
    display: inline-block;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 6px;
    font-size: 18px;
    color: #fff !important;
    outline: none;
    border: none;
    cursor: pointer;
}
.upload_nr {
    padding: 50px 45px;
    overflow: hidden;
}
.upload_nr ul li {
    width: 235px;
    height: 130px;
    background: #f2f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: 50px;
    margin-bottom: 55px;
    cursor: pointer;
}
.upload_nr ul li:nth-child(3n){
    margin-right: 0;
}
.upload_nr_pic {
    text-align: center;
}
.upload_nr_pic i {
    color: #1966d4;
    font-size: 40px;
}
.upload_nr_pic p {
    font-size: 18px;
    color: #303030;
    margin-top: 10px;
}
i.iconfont.bgs {
    font-size: 50px;
    margin-bottom: -8px;
    vertical-align: middle;
    display: inline-block;
}
i.iconfont.cujin {
    font-size: 48px;
    margin-bottom: -8px;
    vertical-align: middle;
    display: inline-block;
}
.upload_nr ul li.on {
    background: #1966d4;
    color: #fff;
}
.upload_nr ul li.on .upload_nr_pic i{
    color: #fff;
}
.upload_nr ul li.on .upload_nr_pic p{
    color: #fff;
}
.upload_tan {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.upload_tan_nr {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.upload_tan_nr_all {
    width: 750px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    overflow: hidden;
    position: relative;
}
.upload_tan_nr_all h3 {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.upload_tan_nr_all_file {
    width: 100%;
    height: 260px;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upload_tan_nr_all_yzm {
    margin-top: 25px;
    margin-bottom: 45px;
}
.upload_tan_nr_all_yzm .xitong{
    color: #575757;
    font-size: 16px;
    overflow: hidden;
    min-width: 335px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.upload_tan_nr_all_yzm_nr {
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    justify-content: flex-start;
    border: 1px solid #959595;
    height: 28px;
    overflow: hidden;
    align-items: center;
    width: auto;
    overflow: hidden;
    margin-top: -2px;
    display: inline-block;
}
.upload_tan_nr_all_yzm_nr input {
    border: none;
    text-align: left;
    padding: 0;
    height: 28px;
}
.upload_tan_nr_all_yzm_nr button {
    min-width: 105px;
    background: #959595;
    outline: none;
    border: none;
    color: #fff;
    height: 28px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    width: 100px;
}
.upload_tan_nr_all_yzm_nr input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    outline: none;
    border: none;
    height: 20px;
    margin: 0px 15px;
}
.upload_tan_nr_all_file_nr {
    text-align: center;
}

.upload_tan_nr_all_file_nr p {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #eeeff0;
    font-size: 16px;
    color: #494949;
    clear: both;
    display: block;
    margin: 0 auto;
}
.opinion {
    padding: 45px 65px 45px 45px;
    overflow: hidden;
}
.opinion_nr {
    display: flex;
    overflow: hidden;
    margin-bottom: 12px;
}
.opinion_nr label {
    width: 50px;
    min-width:50px;
    display: inline-block;
    float: left;
    overflow: hidden;
    line-height: 40px;
}
.opinion_nr input {
    background: #f3f4f4;
    width: 100%;
    outline: none;
    border: none;
    height: 40px;
}

.opinion_nr textarea {
    width: 100%;
    height: 251px;
    outline: none;
    border: none;
    background: #f3f4f4;
    padding: 15px;
    font-size: 16px;
    color: #454545;
    font-family: 微软雅黑;
    resize:none ;
}
.opinion_but {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}
.opinion_but button {
    background: #145fcb;
    margin-left: 20px;
}
.opinion_but .cancel {
    background: #e6e6e8;
    color: #313131 !important;
}
.table_select {
    overflow: hidden;
}
.table_select_nr {
    width: 30%;
    float: left;
    text-align: left;
    display: flex;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
}
.table_select_nr label {
    min-width: 75px;
    line-height: 30px;
}
.table_select_nr select {
    width: 100%;
    height: 30px;
}

.table_select_nr input {
    width: 100%;
    border: 1px solid #999 !important;
}

.table_select_nr.dzi {
    width: 96.5%;
}

.checkbox input {
    width: 20px !important;
    height: 18px !important;
    vertical-align: middle;
}
.checkbox {
    text-align: left;
    overflow: hidden;
}
.checkbox label {
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 10px;
}
/*.checkbox p input {
    width: 88% !important;
    margin-left: 10px;
    border-bottom: 1px solid #999 !important;
}*/
.jiandang {
    overflow: hidden;
    margin-bottom: 10px;
}
.jiandang span {
    float: left;
}
.jiandang .radio input {
    width: 20px !important;
    height: 18px !important;
    vertical-align: middle;
    display: inline-block;
    margin-top: 3px;
    margin-right: 5px;
}

input.suoyou {
    margin-left: 10px;
    border-bottom: 1px solid #999 !important;
    width: 300px !important;
}
/*图片上传*/
.imgFile .imgDiv {
    width: 150px;
    height: 120px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px dashed #999999;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imgFile .imgDiv img {
    object-fit: cover;
    max-width: 140px;
    max-height: 110px;
}
.imgFile .imgDiv span {
    width:100%;
    height:20%;
    color:white;
    display:none;
    background:rgba(0,0,0,0.38);
    position:absolute;
    top:0;
    left:0;
    right:0
}
.imgFile .imgDiv i {
    font-style:inherit;
    float:right;
    cursor:pointer;
    margin-right:5px;
    line-height:100%;
    font-size:20px
}
.imgFile .imgDiv:hover > span {
    display:block
}
@supports (display:flow-root) {
    .imgFile {
        display: flow-root;
        text-align: left;
        overflow: hidden;
    }
}
.imgFile label input {
    display:none
}
.imgFile label span {
    width: 150px;
    height: 120px;
    display: inline-block;
    border: 1px dashed #999999;
    position: relative;
    background: url(../images/upload.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-bottom: 15px;
}
.file p {
    text-align: left;
    margin-bottom: 10px;
}
.cycling .section_detail_all_nr_thumb {
    height: 250px;
}
.cycling .section_detail_all_nr_thumb  img{
    max-height: inherit;
    max-width: inherit;
    width: 100%;
    height: 100%;
}
.cycling ul li{
    height: auto !important;
}
.section_detail_all_nr_cyc {
    text-align: left;
    margin: 20px 10px 10px;
    overflow: hidden;
    min-height: 105px;
    font-size: 14px;
    color: #373737;
}
.section_detail_all_nr_cyc h3 {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
}
.section_detail_all_nr_cyc p {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cultural ul li {
    width: 290px;
    height: auto;
    background: #f5f5f5;
    margin-right: 15px;
}
.cultural .section_detail_all_nr_cyc h3 {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.cultural .section_detail_all_nr_thumb {
    width: 270px;
    height: 195px;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.cultural .section_detail_all_nr_cyc {
    text-align: left;
    margin: 20px 10px 10px;
    overflow: hidden;
    min-height: 80px;
    font-size: 14px;
    color: #373737;
}
.section_detail_map_left {
    padding-left: 40px;
    width: 650px;
    padding-top: 25px;
    overflow: hidden;
}
.section_detail_map_left_nr {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0px;
    overflow: hidden;
    font-size: 16px;
    color: #535353;
    line-height: 30px;
}
.section_detail_map_left_nr:last-child{
    border-bottom: none;
}
.section_detail_map_left h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.section_detail_map_right {
    float: right;
    text-align: right;
    width: 400px;
    margin: 80px 40px 0px 30px;
    overflow: hidden;
}
.section_detail_map_right img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.section_detail_welfare_map {
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

.section_detail_welfare_map h1 {
    font-size: 125px;
    color: #666666;
    opacity: 0.04;
    font-family: "arialbd";
    padding-left: 20px;
}
.map{
    margin-top: -29px;
}
label.BMapLabel {
    background: #313131 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 4px;
}
.down_pdfny {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}
.down_pdfny a {
    background: #0f57c0;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    min-width: 135px;
    text-align: center;
    margin-left: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}

.page {
    padding-top: 20px;
    border-top: 2px solid #434343;
    text-align: right;
    overflow: hidden;
}
.page_nr {
    font-size: 14px;
}
.page a{
    color: #000000;
}
.page span{
    margin-left: 15px;
}
.page span.atc a{
    color: #a3a3a3;
}
.protocol{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left:0;
    right:0;
    top:0;
    display: none;
    z-index: 99999;
}
.protocol_nr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.protocol_nr_all {
    width: 1100px;
    height: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    position: relative;
    border-radius: 12px;
}
.protocol_nr_all h2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    overflow: hidden;
}
.protocol_nr_all h3 {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    overflow: hidden;
}
.protocol_nr_all p {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}
.protocol_nr_all_sore {
    height: 88%;
    overflow-y: auto;
}
.close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.close i {
    font-size: 30px;
    color: #333333;
}
span#sec {
    min-width: 12px;
    margin-top: 3px;
    margin-left: 7px;
}
.down_pdf a i {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
}
.down_pdf {
    background: #0f57c0;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    min-width: 135px;
    text-align: center;
    margin-left: 30px;
    float: right;
    margin-top: 15px;
}
.down_pdf a {
    color: #fff;
    font-size: 14px;
}
.down_pdfhuanbao {
    position: absolute;
    right: 0;
    top: 0;
}
.down_pdfhuanbao a {
    background: #0f57c0;
    display: inline-block;
    color: #fff;
    padding: 7px 10px;
    min-width: 135px;
    text-align: center;
    margin-left: 30px;
    float: right;
    margin-top: 15px;
    margin-right: 20px;
}