﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: " MicrosoftYaHei";
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.header {
    padding: 10px;
}

.header_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.header_nav ul {
    display: flex;
    margin-left: 15px;
}

.header_nav ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 35px;
}

.header_nav ul li:hover a {
    color: red;
}

.menu {
    width: 100%;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    top: 93px;
    left: 0px;
    border-top: 2px solid #f2f2f2;
    display: none;
}

.menu_cont {
    display: flex;
}

.menu_left {
    margin-left: 200px;
    flex: 1;
    padding: 30px 0 50px 0;
}

.menu_left ul li {
    padding: 10px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.menu_left ul li:hover {
    color: #0257aa;
}

.menu_left ul li:hover span {
    color: #0257aa;
}

.menu_left ul li span {
    margin-left: 100px;
    font-size: 14px;
    color: #b8b8b8;
}

.menu_right {
    background-color: #f5f5f5;
    display: flex;
    flex: 2;
    padding: 30px 0 50px 0;
    padding-left: 10px;
}

.menu_right_text {
    width: 450px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.menu_img {
    width: 269px;
    height: 161px;
    margin-left: 10px;
}

.menu_img>img {
    width: 100%;
    height: 100%;
}

.banner>img {
    width: 100%;
    height: 100%;
}

.hot {
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hot_ci {
    display: flex;
}

.red {
    font-size: 16px;
    font-weight: bold;
    color: #db000e;
    margin-left: 20px;
}

.hot_ci ul {
    display: flex;
}

.hot_ci ul li a {
    font-size: 16px;
    color: #333333;
    margin-left: 10px
}

.hot_search {
    display: flex;
}

.sousuo_input {
    width: 261px;
    height: 35px;
    border: solid 1px #bfbfbf;
    outline: none;
    font-size: 14px;
    padding-left: 10px;
}

.sousuo_btn {
    width: 64px;
    height: 35px;
    background-color: #0257aa;
    text-align: center;
    line-height: 35px;
}

.guanyu_women {
    background-color: #f2f2f2;
    padding: 40px 0;
}

.guanyu_top {
    text-align: center;
    padding-bottom: 25px;
}

.top1 {
    font-size: 30px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top1>span {
    font-size: 30px;
    color: #0257aa;
}

.top2 {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}

.cricle {
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 10px;
}

.guanyu_center {
    width: 1200px;
    display: flex;
    margin: 25px auto;
}

.center_img {
    border: solid 1px #006ab6;
    padding: 5px;
    width: 588px;
    height: 323px;
    overflow: hidden;
}

.center_img img {
    width: 100%;
    height: 100%;
    transition: 0.6s linear 0s;
}

.center_img:hover img {
    transform: scale(1.1);
}

.xinwen_img {
    width: 655px;
    height: 378px;
    overflow: hidden;
}

.xinwen_img img {
    width: 100%;
    height: 100%;
    transition: 0.6s linear 0s;
}

.center_left:hover img {
    transform: scale(1.1);
}

.center_right {
    margin-left: 20px;
    padding: 10px;
}

.center_right>p {
    font-size: 16px;
    width: 550px;
    height: 130px;
    color: #333333;
    padding-bottom: 20px;
    line-height: 2;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;*/
    text-indent: 20px;
}

.chakan {
    width: 165px;
    height: 48px;
    background-color: #db000e;
    text-align: center;
    line-height: 48px;
    margin-top: 130px;
    margin-left: 40px;
    font-size: 16px;
    color: #ffffff;
}

.guanyu_shuju {
    width: 1200px;
    /* border: 1px solid; */
    justify-content: space-around;
    margin: 0 auto;
    display: flex;
    padding: 30px 0;
}

.shuju_list {
    text-align: center;
}
.yuan{
    width: 125px;
	height: 125px;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
}
.p1 {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

.p1>span {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.p2 {
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.chanpin_zhanshi {
    padding: 40px 0;
}

.zhuanli {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 999;
    /*top: 70px;*/
}

.blue {
    height: 154px;
    background-color: #034688;
    position: relative;
    top: -70px;
}

.zhuanli_img {
    width: 211px;
    height: 315px;
}

.zhuanli_img img {
    margin-left: 20px;
}

#zuo,
#you {
    width: 44px;
    height: 44px;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    outline: none;
}

#you {
    margin-left: 20px;
}

.xinwen_center {
    width: 1200px;
    display: flex;
    margin: 25px auto;
}

.xinwen_img {
    border: none;
}

.xinwen_nav {
    display: flex;
    width: 1200px;
    margin: 40px auto;
    justify-content: center;
}

.xinwen_nav>div {
    width: 291px;
    height: 65px;
    background-color: #e1e5ee;
    margin-left: 20px;
    font-size: 20px;
    color: #333333;
    line-height: 65px;
    text-align: center;
    cursor: pointer;
}
.xinwen_nav a{
    color: #333333;
}
.xinwen_nav>div:hover{
    background-color: #db000e;
    color: #fff;
}
.xinwen_nav>div:hover > a{
    color: #fff;
}

.xinwen_zixun {
    margin-top:30px; 
    padding:50px;
    background-color: #f0f6fc;
}

.center_left_text {
    font-size: 20px;
    color: #333333;
    padding: 10px;
    background-color: #fff;
    margin: -3px;
}

.center_left_text>p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.right_list {
    display: flex;
    margin-top: 18.5px;
    cursor: pointer;
}

.list_l {
    width: 135px;
    height: 101px;
    text-align: center;
    background-color: #fff;
}

.list_l>p {
    color: #333333;
}

.right_list:hover .list_l {
    background-color: #db000e;
    color: #fff;
}

.right_list:hover .list_l p {
    color: #fff;
}

.list_r {
    background-color: #fff;
    padding: 10px;
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.r1 {
    font-size: 18px;
    color: #333333;
    margin-top: 5px;
}

.r2 {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.l1 {
    font-size: 30px;
    color: #fcfdfe;
    margin-top: 15px;
}

.l2 {
    font-size: 16px;
    color: #fcfdfe;
}

.xinwen_right {
    margin-left: 20px;
}

.chanpin_center{
    position: relative;
}
.chanpin {
    width: 397px;
    margin-left: 230px;
    padding-top: 80px;
    z-index: 999; 
    position: absolute;
    top: 0;
    left: 0;
}

.chanpin_title {
    font-size: 30px;
    color: #ffffff;
}

.chanpin .chanpin_text {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.chanpin .chanpin_text p {
    /* padding: 10px;
    border-left: 1px solid #fff; */
    color: #fff;
    align-items: center;
    display: flex;
}

.chanpin .chanpin_text a {
    font-size: 16px;
    color: #ffffff;
    padding: 0 7px;
}

.chanpin_chakan {
    width: 172px;
    height: 48px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 48px;
    margin-top: 40px;
    cursor: pointer;
}

.chanpin_chakan a {
    font-size: 16px;
    color: #ffffff;
}

.chanpin_list_item:hover {
    background-color: #034688;
}
.chanpin_bottom {
    /* height: 19px; */
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0px;
}

.tab-menu{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.chanpin_list_item {
    width: 250px;
    height: 170px;
    text-align: center;
    margin-left: 1px;
}

.item_img {
    padding-top: 35px;
}
.tab-content{
    position: relative;
}
.tab-content li{
    display: none;
    z-index: -999;
    width: 100%;
     height: 538px;
    
}
.tab-content li img{
    width: 100%;
    height: 100%;
}
.tab-content .show{
    display: block;

}
.item_img img {
    -webkit-transition: 1s;
    transition: 1s;
}

.chanpin_list_item:hover img {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
}

.item_text {
    font-size: 16px;
    color: #ffffff;
}

.hezuo_huoban {
    padding: 0px 0 50px 0;
}

.hezuo_center {
    width: 1200px;
    /* height: 300px; */
    margin: 0 auto;
    border: 1px solid;
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.hezuo_center_center {
    width: 450px;
    height: 450px;
}

.hezuo_center_center>img {
    width: 100%;
    height: 100%;
}

.Cooperation3 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    z-index: 1;
    padding-bottom: 100px;
}

.Cooperation3 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.Cooperation4 {
    width: 360px;
    height: 500px;
    z-index: 9999;
    margin-top: -20px;
}

.Cooperation4 img {
    transition: all 0.6s;
    z-index: 999;
}

.Cooperation4 li img:hover {
    /* transform: scale(1.5) */
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateX(-30px);
}

.youyi li img:hover {
    /* transform: scale(1.5) */
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateX(30px);
}

.Cooperation5 {
    width: 400px;
    height: 400px;
    background: url(../images/10.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    z-index: 1;
    margin-left: 50px;
}

.Cooperation5 img {
    position: absolute;
    top: 20px;
    left: -192px;
    z-index: -9;
    height: 505px;
}

.hezuo_huoban_chakan {
    width: 279px;
    height: 54px;
    border: solid 1px #db000e;
    background-color: #fff;
    text-align: center;
    line-height: 54px;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 9999;
}

.hezuo_huoban_chakan>a {
    font-size: 16px;
    color: #333333;
}

.frend_link {
    display: flex;
    width: 1290px;
    margin: 10px auto;
    margin-top: 20px
}

.frend_link>p {
    font-size: 16px;
    color: #333333;
}

.frend_link ul {
    display: flex;
}
.frend_link ul li {
    display: flex;
    align-items: center;
}

.frend_link ul li a {
    font-size: 16px;
    color: #333333;
    padding: 0 6px;
}