@charset "UTF-8";

/*basic css*/
@font-face {/* font-test*/font-family: 'Avenir-Book-woff-5_0';src: url('../fonts/Avenir-Medium-6_0/Avenir-Medium-6_0.woff'), url('../fonts/Avenir-Medium-6_0/Avenir-Medium-6_0.ttf'), url('../fonts/Avenir-Medium-6_0/Avenir-Medium-6_0.eot');/* IE9 */}

/*@font-face {!* font-test*!font-family: 'SourceHanSans';*/
/*    src: url('../fonts/source/SourceHanSansCN-Normal_0.ttf'),*/
/*    url('https://xin20181116.oss-cn-beijing.aliyuncs.com/yuhu/SourceHanSansCN-Normal_0.otf');}*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    /*font-family:'SourceHanSans',"思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";*/
}

::-webkit-scrollbar {
    width: 9px;
    transition: 1s all;
}

::-webkit-scrollbar-thumb {
    transition: 1s all;
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: rgb(39 162 221 / .35);
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}

::-webkit-selection {
    background: #27a2dd;
    color: #fff;
}

::-moz-selection {
    background: #27a2dd;
    color: #fff;
}

::selection {
    background: #27a2dd;
    color: #fff;
}

/* *:hover::-webkit-scrollbar {background-color:#ffffff;} */
*:hover::-webkit-scrollbar-thumb {
    background-color: #27a2dd;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    /*font-family: 'SourceHanSans',"思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";*/
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    /*font-family: 'SourceHanSans',"思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";*/
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}

.wrap {
    border: 0;
    padding: 0;
    width: 1150px;
    margin: 0 auto;
    *zoom: 1;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

a {
    display: inline-block;
    max-width: 100%;
}

.ones {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.twos {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden;
}

.picture img {
    transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.each-item:hover .picture img {
    transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    zoom: 1.15 \9;
}

.each-item1:hover .picture img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    zoom: 1.05 \9;
}

.each-item1 .picture img {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 101%;
    max-width: 101%;
}

.each-item2:hover .picture img {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    zoom: 1.07 \9;
}

.each-item2 .picture img {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.scanle_img {
    overflow: hidden;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}


input::placeholder {
    color: #999999
}

input::-webkit-input-placeholder {
    color: #999999
}

.box {
    width: 73.5%;
    margin: auto;
}

/*edd  basic */
/*header*/
.iphonemedia,.iphonemedia1 {
    display: none
}

.pcmedia,.pcmedia1 {
    display: block
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 20;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
    transition: all .3s;
}

.header .box {
    /*width: 80%;*/
}

.header_on {
    /* background: rgba(0, 0, 0, .95) */
    padding: 5px 0;
}

.header .logo {
    float: left;
}

.header .right {
    /* float: right; */
}

.header .nav {
    /* float: right; */
    transition: all 0s;
    -webkit-transition: all 0s;
    margin-right: 0;
    padding-left: 12%;
    padding-top: 10px;
}

.header .header_bottom.on .nav {
    margin-right: 210px;
    transition: all .6s;
    -webkit-transition: all 0.6s;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li .t1 {
    color: #222222;
    font-size: 16px;
    /* font-weight: bold; */
    line-height: 50px;
    margin: 0 35px -30px;
    position: relative;
    padding-bottom: 25px;
}

.nav li .t1.on, .nav li .t1.now {
    color: #27a2dd;
}

.nav li .t1.on:before, .nav li .t1.now:before {
    content: '';
    position: absolute;
    bottom: 20%;
    left: -5px;
    width: calc(100% + 10px);
    display: block;
    height: 4px;
    background: #27a2dd;
}

.nav li .t2 {
    display: none;
    position: absolute;
    top: 75px;
    padding: 10px 0;
    left: calc(50% - 80px);
    width: 160px;
    background: #fff;
    /* border: 1px solid rgba(0,0,0,.03); */
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}
.nav li .t2 .item1{
    position: relative;
}
.nav li .t2 .item1:hover dd{
    display: block;
}
.nav li .t2 dd{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #FFFFFF;
    padding: 10%;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
}
.header_on .nav li .t2 {
    /* background: rgba(0, 0, 0, .9) */
    top: 70px;
}

.header_bottom .select_lans {
    margin-top: 10px;
}

.nav .t2 a {
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #333;
    text-align: center;
    font-weight: normal;
}
.nav .t2 a:hover{
    color: #0092e6;
}
.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0 0;
    width: 0;
    overflow: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    top: 0px;
    right: 91px;
    z-index: -1;
    background: transparent;
}

.header-form .header-text {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    line-height: 35px; /* border-radius: 8px; */
    border: 1px solid transparent;
    height: 45px;
    background: rgba(255, 255, 255, .3);
    font-size: 15px;
    overflow: hidden;
    color: #f0f0f0;
}

.header-form .header-sub {
    position: absolute;
    top: 14px;
    right: 9px;
    z-index: 10;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: transparent;
    background: url('../images/ico_searh.png') no-repeat;
}

.header_bottom .h_header {
    float: right;
    position: relative;
    background: transparent;
    line-height: 50px;
    margin-left: 53px;
    text-align: right;
}

.header_bottom .header-btn {
    float: right;
    display: block;
    background: url('../images/ico_searh.png') center center repeat-y;
    width: 140px;
    height: 40px;
    padding: 12px 0;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.header_bottom.on .h_header {
    width: 210px;
    margin-left: -210px;
}

.header_bottom.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}

.header_bottom.on .header-search {
    opacity: 0;
}

.select_lans {
    float: right;
    line-height: 50px;
    color: #222222;
    position: relative;
    margin-top: 20px;
    font-size: 16px;
}

.select_lans .nows {
    width: 100px;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/icon_header_arrows.png") 100% center no-repeat;
}

.select_lans:hover .item {
    display: block;
}

.select_lans .item {
    display: none;
    position: absolute;
    top: 98%;
    line-height: 2;
    padding: 10px 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.select_lans .item a {
    display: block;
}

/*main*/
.container {
    padding-top: 97px;
}

.banner_neiye_container {
    position: relative;
    padding-top: 26%;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner_neiye_container .banner_video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.banner_neiye_container .lans {
    max-width: 70%;
    padding: 0 13%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    z-index: 2;
    color: #ffffff;
}

.banner_neiye_container .title {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 10px;
}

.banner_neiye_container .desc {
    font-size: 22px;
}

/*面包屑*/


.sub-bar-container {
    line-height: 70px;
    /* border-top: 1px solid #eeeeee; */
    /* border-bottom: 1px solid #eeeeee; */
    /* margin-top: -1px; */
}

.sub-bar-container .box {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    background: #fff;
}

.sub-bar-container .home {
    float: left;
    width: 70px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #eeeeee;
}

.sub-bar-container .home:hover {
    opacity: .6;
}

.breadcrumb-item-container {
    padding: 0 35px;
    box-sizing: border-box;
    float: left;
    width: 240px;
    font-size: 18px;
    color: #444444;
    border-right: 1px solid #EEEEEE;
    position: relative;
}

.breadcrumb-item-container .icon-right {
    position: absolute;
    background: url("../images/icon_crumb.png") no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    top: calc(50% - 12.5px);
    right: 15px;
}

.breadcrumb-item-container .clearfix {
    cursor: pointer;
}

.breadcrumb-item-container ul {
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 10px 7px 0 rgb(0 0 0 / 10%);
}

.breadcrumb-item-container ul a {
    display: block;
    color: #444444;
    padding: 0 35px;
    box-sizing: border-box;
}

.breadcrumb-item-container ul li.active a, .breadcrumb-item-container ul a:hover {
    color: #27a2dd;
    background: url("../images/icon_crumb_on.png") 90% center no-repeat;
}

.breadcrumb-item-container .icon-right {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.breadcrumb-item-container.selected, .breadcrumb-item-container.on .current {
    color: #27a2dd;
}

.breadcrumb-item-container.selected .icon-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: 15%;
    background-image: url("../images/icon_crumb_on.png");
}

.breadcrumb-item-container.on .icon-right {
    background-image: url("../images/icon_crumb_on.png");
}

.sub-bar-box .right_box {
    float: right;
}

.sub-bar-box .right_box .home {
    border-left: 1px solid #EEEEEE;
    border-right: 0;
}

/*news*/
.neiye_title {
    float: left;
}

.new_d {
    /*padding: 140px 0;*/
    width: 100%;
    float: right;
}

.new_d .title {
    font-size: 30px;
    color: #222222;
    line-height: 1.7;
}

.new_d .mess {
    /* font-weight: lighter; */
    padding: 15px 0 20px;
    border-bottom: 1px solid #dddddd;
    line-height: 1.8;
}

.new_d .mess li {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 70px;
}

.new_d .mess li:last-child {
    float: right;
    text-align: right;
    margin: 0;
}

.new_d .mess .fs {
    font-size: 24px;
    line-height: 28px;
    color: #222222;
}

.new_d .mess .fs_lagren {
    margin-right: 40px;
}

.new_d .mess .fs_diminish {
}

.new_d .editors {
    padding: 20px 0 50px;
    font-size: 18px;
    color: #222222;
    line-height: 1.8;
    /* font-weight: lighter; */
}

.news_left {
    width: 22%;
    float: left;
    padding-top: 54px;
    display: none;
}

.news_left .tit {
    font-size: 18px;
    color: #222222;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
    font-weight: bold;
}

.news_left .news_first {
}

.news_left a {
    display: block;
    color: #777777;
    padding-left: 20px;
    padding: 30px 0 30px 20px;
    position: relative;
    line-height: 1.8;
}

.news_left a:hover .date {
    color: #27a2dd;
}

.news_left a:after {
    content: '';
    display: block;
    position: absolute;
    top: 42px;
    border-radius: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #0037a3;
}

.news_left .date {
    font-size: 18px;
    margin-bottom: 6px;
    font-family: arial;
}

.news_left .title {
    font-size: 18px;
}

.news_left a:hover .title {
    color: #27a2dd;
}


.new_details {
    padding: 100px 0;
}

.editors img {
    margin-bottom: 10px;
}

.new_pagetion {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #dddddd;
    margin-top: 40px;
}

.new_pagetion a {
    display: inline-block;
    font-size: 18px;
    color: #27a2dd;
    /* font-weight: lighter; */
    line-height: 33px;
}
.new_pagetion a img{
    vertical-align:top;
}
.new_pagetion a:hover {
    opacity:.7;
    /*     color: #004b9d; */
}

.new_pagetion a:first-child {
    float: left;
}

.new_pagetion a:first-child img {
    transform: rotate(180deg);
}

.new_pagetion a:last-child {
    float: right;
}

.news_top {

}

.news_top .picture {
    width: 420px;
    float: left;
}

.news_top .lans {
    float: right;
    width: calc(100% - 480px);
    padding-top: 26px;
}

.news_top .time {
    font-size: 18px;
    color: #444444;
    font-family: 'arial'
}

.news_top .t1 {
    font-size: 26px;
    margin-top: 22px;
    color: #222222;
}

.news_top .t2 {
    font-size: 14px;
    /* font-weight: lighter; */
    color: #888;
    line-height: 2;
    margin: 15px 0 40px;
    -webkit-line-clamp: 2;
}

.news_top .t3 {
    font-size: 14px;
    color: #666666;
    font-family: Avenir-Book-woff-5_0;
}

.news_top .more img:nth-child(1) {
    opacity: .55;
    margin-left: -5px;
}

.news_top:hover .more {
    color: #27a2dd;
}

.news_top .more img:nth-child(2) {
    display: none;
    margin-left: -5px;
}

.news_top:hover .more img:nth-child(1) {
    display: none
}

.news_top:hover .more img:nth-child(2) {
    display: inline-block;
}

.new_bottom {
    border-bottom: 1px solid #eeeeee;
    /* padding-top: 40px; */
}

.new_bottom a {
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    border-top: 1px solid #eeeeee;
}

.new_bottom a:before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .15s;
    background: #27a2dd;
}

.new_bottom a:hover:before {
    left: 0;
    width: 100%;
}

.new_bottom .l_right {
    width: 150px;
    float: left;
    margin-top: 10px;
    font-family: arial;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 22px 2%;
    box-sizing: border-box;
    font-size: 26px;
    color: #444;
}

.new_bottom .lr1 {
    border-bottom: 1px dashed #666;
    padding-bottom: 13px;
    margin-bottom: 13px;
}

.new_bottom .lr2 {
    /* color: #999999; */
}

.new_bottom .r_right {
    line-height: 1.8;
    width: calc(100% - 200px);
    float: right;
    padding-top: 10px;
}

.new_bottom .rr1 {
    font-size: 22px;
    color: #222;
    transition: all .3s;
}

.new_bottom a:hover .rr1 {
    color: #27a2dd;
}

.new_bottom .rr2 {
    font-size: 16px;
    color: #888888;
    line-height: 1.8;
    /* font-weight: lighter; */
    -webkit-line-clamp: 2;
    margin-top: 8px;
}

.new_bottom .more {
    color: #888;
    font-size: 14px;
    margin-top: 16px;
    transition: all .3s;
}

.new_bottom a .more img:nth-child(1) {
    opacity: .55;
    margin-left: -5px;
}

.new_bottom a:hover .more {
    color: #27a2dd;
}

.new_bottom .more img:nth-child(2) {
    display: none;
    margin-left: -5px;
}

.new_bottom a:hover .more img:nth-child(1) {
    display: none
}

.new_bottom a:hover .more img:nth-child(2) {
    display: inline-block;
}

/*basic*/
.main_container {
    background: center bottom no-repeat;
    background-size: cover;
}

.neiye_title_container {
    padding: 80px 0 58px;
}

.neiye_title_container.center {
    text-align: center;
}

.neiye_title_container.center .neiye_title {
    float: none;
}

.neiye_title .a1 {
    font-size: 40px;
    font-weight: bold;
    color: #222222;
}

.recommend_pro .neiye_title .a1 {
    font-size: 26px;
}

.recommend_pro .neiye_title_container {
    padding: 67px 0 37px;
}

.neiye_title .a2 {
    margin-top: 10px;
    font-family: 'Avenir-Book-woff-5_0', 'arail';
    font-size: 17px;
    text-transform: uppercase;
    color: #999;
}

.neiye_selected {
    float: right;
    font-size: 18px;
    line-height: 2.5;
}

.neiye_selected a {
    margin-left: 48px;
    color: #222222;
    border-bottom: 4px solid transparent;
}

.neiye_selected a:first-child {
    margin-left: 0;
}

.neiye_selected a:hover, .neiye_selected a.on {
    color: #27a2dd;
    border-bottom-color: #27a2dd;


}

.pagetion {
    text-align: center;
    padding: 85px 0;
}

.pagetion .number {
    display: inline-block;
    vertical-align: top;
}

.pagetion .total {
    display: inline-block;
    font-size: 18px;
    font-weight: lighter;
    color: #222222;
    line-height: 45px;
    margin-left: 10px;
}

.pagetion .number a {
    width: 45px;
    height: 45px;
    /* border-radius: 5px; */
    /* border: 1px solid #EEEEEE; */
    background-color: #f6f6f6;
    text-align: center;
    line-height: 45px;
    vertical-align: top;
    box-sizing: border-box;
    margin: 0 5px;
    font-size: 18px;
    color: #666666;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.pagetion .number a.icon {
    vertical-align: top;
    padding: 5px 0;
}

.pagetion .number a.prev {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.pagetion .number a img {
    vertical-align: top;
}

.pagetion .number a img:last-child {
    display: none;
}

.pagetion .number a:hover img:first-child, .pagetion .number a.on img:first-child {
    display: none;
}

.pagetion .number a:hover img:last-child, .pagetion .number a.on img:last-child {
    display: inline-block;
}

.pagetion .number a:hover, .pagetion .number a.on {
    background: #27a2dd;
    /* border-color: #004b9d; */
    color: #FFFFFF;
}

.pagetion .number a.icon:hover, .pagetion .number a.icon.on {
    background: #F7f7f7;
}

.news3_container {
    padding: 20px 0 120px;
}

.news3_container .swiper-container {
    /*width: 100%;*/
    width: 118%;
}

.news3_container .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.news3_container .pic {
    width: 58%;
}

.news3_container .lans {
    text-align: center;
    box-sizing: border-box;
    padding: 0 9% 5%;
    width: 42%;
}

.news3_container .title {
    font-size: 20px;
    color: #222222;
}

.news3_container .desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    max-height: 30vh;
    overflow: auto;
    padding-right: 5px;
    padding: 0 0 10px;
}

.news3_container .swiper-pagination-current {
    font-size: 24px;
    color: #27a2dd;
    margin-right: 10px;
}

.new3_sum {

}

.new3_sum.new_bottom .l_right {
    border: 0;
}

.new3_sum .l_pic_right {
    width: 280px;
    float: left;
    padding: 0 55px 0 20px;
}

.new3_sum .r_right {
    width: calc(100% - 510px);
    margin-right: 5px;
}

.swiper-control-button {
    position: absolute;
    bottom: 20%;
    right: 17.5%;
    width: 22.5%;
}

.swiper-control-button .conreol-button-wrapper {
    position: relative;
    font-size: 20px;
    color: #222;
    height: 30px;
}

.f5f7f9 {
    background: #f5f7f9;
}

.news2_sum {
    /* padding-top: 50px; */
}

.news2_sum li {
    padding-bottom: 30px;
}

.news2_sum a {
    background: #FFFFFF;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: #888888;
    font-size: 16px;
}
.news2_sum a:hover .title{
    color: #0092e6;
}
.news2_sum .picture {
    width: 43%;
}

.news2_sum .lans {
    width: 57%;
    padding: 0 6%;
    box-sizing: border-box;
}

.news2_sum .title {
    font-size: 22px;
    color: #222222;
}

.news2_sum .desc {
    margin: 30px 0 85px;
}

.news2_sum .time {
    color: #b5b5b5;
}

.news2_sum .time span {
    font-size: 18px;
    font-family: 'arial';
}

.news4_container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 110px;
}

.left_event {
    position: relative;
    padding: 30px 0;
    width: 280px;
}

.left_event .swiper-container {
    height: 560px;
    width: 280px;
}

.left_event .swiper-slide {
    color: #222222;
    font-size: 18px;
    vertical-align: center;
    position: relative;
    height: calc(560px / 5.5);
}

.left_event .swiper-slide-active:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #27a2dd;
    display: block;
    position: absolute;
    right:-5px;
    transform: rotate(45deg);
    top: calc(50% - 12px);
    z-index: 2;
}

.left_event .swiper-slide-active {
    box-shadow: 1px 0 10px 0 rgba(0, 0, 0, .15);
    border: 0;
}

.left_event .swiper-slide{
    box-sizing: border-box;
    padding: 0 37px;
    width: 270px;
    border: 1px solid #efefef;
    border-bottom: 0 solid #efefef;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.left_event .swiper-slide:last-child .item {

    /*border-bottom: 1px solid #efefef;*/
}
.left_event .swiper-slide-active{
    background: #27a2dd;
}
.left_event .swiper-slide-active .item, .left_event .swiper-slide-active .no {
    background: #27a2dd;
    color: #FFFFFF;
}

.left_event .no {
    font-family: Arial;
    display: inline-block;
    vertical-align: center;
    margin-right: 15px;
    color: #cecece;
}

.left_event .swiper-button-prev {
    top: 0;
    left: calc(50% - 20px);
    margin: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.left_event .swiper-button-next {
    top: auto;
    bottom: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: calc(50% - 20px);
}

.left_event .swiper-button-next:hover {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sj_left_event {
    display: none;
}

.right_event_desc {
    width: calc(100% - 250px);
    margin-right: -6%;
    margin-left: 20px;
}
.right_event_desc .pic{
    padding-bottom: 20px;
}
.right_event_desc .item {
    padding: 0 5%;
    box-sizing: border-box;
    position: relative;
}

.right_event_desc .swiper-button-next, .right_event_desc .swiper-button-prev {
    top: 50%;
}

.sw_details .desc {
    display: none;
    flex-direction: row;
    font-family: Arial;
    color: #444444;
    font-size: 18px;
}

.sw_details .swiper-slide-active .desc {
    display: flex;
}

.sw_details .ones {
    font-size: 18px;
    margin: 10px 0;
    color: #222222;
    width: calc(100% - 120px);
}

.sw_details .swiper-pagination {
    position: absolute;
    bottom: 5px;
    right: 20%;
    left: auto;
    width: 100px;
    text-align: right;
}

.sw_details .swiper-pagination .swiper-pagination-current {
    font-size: 22px;
    /*font-weight: bold;*/
    color: #27a2dd;
}

.pro_results {
    max-width: 800px;
    display: flex;
    background: #f4f4f4;
    border-radius: 5px;
    margin: 30px auto 40px;
    overflow: hidden;
}

.pro_results .text {
    width: calc(100% - 100px);
    background: transparent;
    color: #222222;
    border: 0;
    font-size: 14px;
    color: #222222;
    box-sizing: border-box;
    background: url("../images/icon_search.png") 25px center no-repeat #f4f4f4;
    padding-left: 65px;
}

.pro_results .submit {
    border: 0;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background: #27a2dd;
    color: #FFFFFF;
    text-align: center;
}

.pro1_d_editor {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    padding-bottom: 100px;
}

.pro_sum {
    padding: 80px 0;
}

.pro_sum li {
    background: #f2f6f7;
    margin-bottom: 40px;
    transition: all .4s;
}

.pro_sum li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #FFFFFF;
}

.pro_sum .item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px 40px 40px;
    box-sizing: border-box;
}

.pro_sum .logo {
    width: 130px;
    margin: 30px 0;
}

.pro_sum .picture {
    width: 340px;
}

.pro_sum .lans {
    width: calc(100% - 400px);
}

.pro_sum .title {
    font-family: Arial;
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

.pro_sum .desc {
    font-size: 16px;
    color: #444444;
    line-height: 1.8;
}

.pro_sum .details_pic {
    margin-top: 40px;
    font-size: 14px;
    color: #222222;
    line-height: 35px;
    position: relative;
}

.pro1_sum.pro_sum .details_pic {
    margin-top: 20px;
}

.pro_sum dd {
    width: 13%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
}

.pro1_sum {
    padding-bottom: 0 !important;
}

.pro1_sum li {
    background: #f7f7f7;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    width: calc(50% - 20px);
}

.pro1_sum li:nth-child(even) {
    margin-left: 36px;
}

.pro1_sum a {
    display: block;
}

.pro1_sum .arrow_btn {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 20px;
}

.pro_sum.pro1_sum .picture {
    float: right;
    width: 200px;
    height: auto;
}

.pro_sum.pro1_sum .lans {
    width: calc(100% - 260px);
}

.arrow_btn {
    position: absolute;
    bottom: 40px;
    right: 0;
}

.arrow_btn .quan {
    width: 30px;
    height: 30px;
    border: 2px solid #27a2dd;
    border-radius: 50%;
}

.pro_sum li:hover .quan, .pro2_sum li:hover .quan {
    border: 2px dashed #27a2dd;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation: -webkit-transform 1s linear infinite;
    animation: transform 3s linear infinite;
}

@-webkit-keyframes -webkit-transform {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes transform {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.arrow_wrapper {
    position: relative;
}

.arrow_wrapper img {
    width: 35px;
    max-width: 50px;
    position: absolute;
    top: 6px;
    left: -15px;
    transition: all 1s ease-in;
}

.pro_sum li:hover .arrow_wrapper img, .pro2_sum li:hover .arrow_wrapper img {
    left: -5px;
}

.pro3_sum {
    background: url("../images/pro3_bg.png") center center no-repeat;
    background-size: cover;
    padding: 90px;
    box-sizing: border-box;
    font-size: 22px;
    margin-bottom: 90px;
}
.change-list dd{
    display: none;
}
.honor_left {
    width: 50%;
    float: left;
}

.honor_left .swiper-container {
    height: 360px;
}

.honor_left .swiper-slide {
    color: #222222;
    background: url("../images/ico_quan.png") left center no-repeat;
    padding-left: 32px;
    line-height: 60px;
}

.honor_left .swiper-slide-active {
    color: #27a2dd;
    background-image: url("../images/ico_quan_on.png");
}

.honor_right {
    float: right;
    width: 45%;
    text-align: center;
    position: relative;
}

.honor_right .name {
    margin: 10px 0;
    opacity: 0;
}

.honor_right a {
    padding: 0 5%;
    box-sizing: border-box;
    color: #222222;
}

.honor_right .swiper-button-prev, .honor_right .swiper-button-next {
    background: url("../images/ico_arrow1.png") center center no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.honor_right .swiper-button-prev {

}

.honor_right .swiper-button-next {
    transform: rotate(180deg);
}

.honor_right .swiper-button-prev:hover, .honor_right .swiper-button-next:hover {
    background-image: url("../images/ico_arrow2.png") !important;
    background-size: 100%;
}

.honor_right .swiper-pagination {
    bottom: 0 !important;
}

.honor_right .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e5e5e5;
    border: 0;
    border-radius: 0;
}

.honor_right .swiper-pagination-bullet-active {
    background: #27a2dd;
}

/*pro_D.html*/
.prod {
    padding: 40px 0;
}

.prodetails .left {
    width: 43%;
    float: left;
    position: relative;
}

.prodetails .swiper-button-next {
    right: 0;
    background: url("../images/next.png");
    width: 20px;
    height: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
}

.prodetails .swiper-button-next:hover {
    background: url("../images/next1.png");
}

.prodetails .swiper-button-prev {
    left: 0;
    background: url("../images/prev.png");
    width: 20px;
    height: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    top: 0;
    margin-top: 0;
}

.prodetails .swiper-button-prev:hover {
    background: url("../images/prev1.png");
}

.prodetails .smallView {
    position: relative;
}

.prodetails .left #bigView {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.prodetails .left #smallView {
    width: calc(100% - 50px);
    margin: 20px auto 0;
}

.prodetails .left #smallView .swiper-slide {
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
}

.prodetails .left #smallView .swiper-slide.swiper-slide-active {
    border-color: #222222;
}

.prodetails .left a {
    display: block;
}

.contact_eng .left1 {
    float: left;
    width: 56%;
    border: 1px solid #e5e5e5;
}

.prodetails {
    padding-bottom: 80px;
}

.prodetails .right {
    width: 51%;
    float: right;
    margin-top: 8vh;
}

.preview { /* float:left; */
    width: 100%;
    margin-right: 50px;
    border: 1px solid #d7d7d7;
    position: relative;
}

.prodetails .right .title {
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    font-family: 'arial';
    margin-bottom: 20px;
}

.prodetails .right .desc {
    font-size: 16px;
    color: #222222;
    line-height: 1.8;
    padding-bottom: 60px;
}

.prodetails .right .btns {

}

.prodetails .right .zixun, .prodetails .right .liaojie {
    width: 40%;
    line-height: 78px;
    background: #EEEEEE;
    font-size: 16px;
    text-align: center;
    transition: all .4s;
    color: #222;
}

.prodetails .right .zixun {
    background: #27a2dd;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 5%;
}

.prodetails .right .liaojie:hover {
    background: #dddddd;
}

.prodetails .right .zixun:hover {
    background: #1681b0;
}

.pro-desc {

}

.pro-desc .title {
    font-size: 20px;
    color: #222222;
    border-bottom: 1px solid #EEEEEE;
    display: block;
}

.pro-desc .title span {
    padding: 12px 12px;
    display: inline-block;
    border-bottom: 3px solid #27a2dd;
    margin-bottom: -1px;
}

.pro-desc .desc {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    padding: 30px 0;
}

/* smallImg */

.smallImg {
    position: relative;
    height: 90px;
    margin-top: 1px;
    padding: 15px 5px;
    width: 100%;
    overflow: hidden; /* float: left; */
}

.scrollbutton {
    width: 25px;
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
}

.scrollbutton.smallImgUp, .scrollbutton.smallImgUp.disabled {
    background: url(../images/prev.png) no-repeat left center;
}

.scrollbutton.smallImgDown, .scrollbutton.smallImgDown.disabled {
    background: url(../images/next.png) no-repeat left center;
    position: absolute;
    top: 15px;
    right: 0;
}

.scrollbutton.smallImgDown:hover, .scrollbutton.smallImgDown.disabled:hover {
    background: url(../images/next1.png) no-repeat left center;
}

.scrollbutton.smallImgUp:hover, .scrollbutton.smallImgUp.disabled:hover {
    background: url(../images/prev1.png) no-repeat left center;
}

#imageMenu {
    height: 90px;
    width: calc(100% - 25px);
    overflow: hidden;
    margin-left: 0;
    float: left;
}

#imageMenu ul {
    margin-left: -5px;
}

#imageMenu li {
    height: 90px;
    width: 102px;
    overflow: hidden;
    float: left;
    text-align: center;
    position: relative;
}

#imageMenu li img {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border: 1px solid #efefef;
    box-sizing: border-box;
    position: relative;
}

#imageMenu li .play {
    content: '';
    background: url("../images/ico_play.png");
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 12.5px);
    z-index: 10;
}

#imageMenu li#onlickImg img, #imageMenu li:hover img {
    width: 90px;
    height: 90px;
    border: 2px solid #27a2dd;
}

/* bigImg */

.bigImg {
    position: relative; /* float: left; */
    width: 100%;
    overflow: hidden; /* border:1px solid #ddd; */
    padding-top: 100%;
}

/*.bigImg #midimg {width:100%;padding-top: 100%;position: relative;}*/
.bigImg #midimg, .video_sum video {
    max-height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 6;
}

.video_sum {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    line-height: 100%;
    background: #000;
    z-index: 6;
}

.video_sum video {
    width: 100%;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
    z-index: 10;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */

#bigView {
    position: absolute;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 29;
    background-color: #fff;
    width: 500px;
    height: 500px;
}

#bigView img {
    position: absolute;
    max-width: 300%; /* width: 240%; */
    width: 1170px;
}

.pro2_sum {

}

.pro2_sum li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 40px;
    width: calc(50% - 20px);
    height: 470px;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.pro2_sum li:nth-child(even) {
    margin-left: 36px;
}

.pro2_sum a {
    display: block;
    cursor: default;
}

.pro2_sum .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 2;
    background-size: cover;
}

.pro2_sum a:hover .bg {
    transform: scale(1);
}

.pro2_sum a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .3);
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro2_sum a:hover:after {
    opacity: .8;
}

.pro2_sum .lans {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 130px);
    box-sizing: border-box;
    color: #FFFFFF;
    margin: 30px 65px;
    z-index: 5;
    height: 150px;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro2_sum a:hover .lans {
    /*     height: 203px; */
}

.pro2_sum .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .26);
    margin-bottom: 20px;
}

.pro2_sum .desc {
    -webkit-line-clamp: 2;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.pro2_sum .btns {

    position: relative;

    width: 160px;

    padding-right: 30px;

    box-sizing: border-box;

    background: #27a2dd;

    font-size: 16px;

    line-height: 50px;

    text-align: center;

    color: #FFFFFF;

    display: none;
}

.pro2_sum .arrow_btn {
    right: 7%;
    transform: scale(.7);
    bottom: calc(50% - 17px);
}

.pro2_sum .arrow_btn .quan {
    border-color: #FFFFFF !important;
}

/* about1 */
.about1_sum {
    background: calc(100% - 14%) bottom no-repeat;
    background-size: 40%;
    padding: 130px 0 270px;
}

.about1_sum .left {
    width: 42%;
    float: left;
}

.about1_sum .right {
    width: 46%;
    float: right;
}

.about1_editor {
    font-size: 16px;
    line-height: 40px;
    color: #444444;
}

.about1_sum .neiye_title_container {
    padding-top: 0 !important;
}

/* about4 */
.about4_sum {
    background-size: 73% auto;
}

.about4_editor {
    width: 106%;
    padding-bottom: 130px;
    cursor: default;
}

/*about5*/
.about5_cooperation_sum {
    margin-top: -50px;
    width: calc(100% + 60px);
    margin-left: -30px;
    position: relative;
    padding-bottom: 130px;
}

.about5_cooperation_sum .swiper-container {
    padding: 30px;
    box-sizing: border-box;
}

.about5_cooperation_sum .swiper-pagination {
    display: none;
}

.about5_cooperation_sum .item {
    margin: 10px;
    transition: all .4s;
    display: block;
}

.about5_cooperation_sum .item:hover {
    box-shadow: 1px 0 29px rgba(0, 0, 0, .15);
    position: relative;
    z-index: 5;
}

/*join*/

.more_wrapper {
    text-align: center;
}

.more_btns {
    overflow: hidden;
    border-radius: 30px;
    background: #27a2dd;
    border: 2px solid #27a2dd;
    box-sizing: border-box;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    padding: 0 35px;
    display: inline-block;
    /*transition: all 1s;*/
    /*-webkit-transition: all 1s;*/
    position: relative;
    box-sizing: border-box;
    margin: 0 30px;
}

.question_list .more_btns {
    padding: 0 41px;
}

.more_btns > span {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.more_btns::after {
    font-weight: bold;
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    color: #27a2dd;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.more_btns:hover {
    background: transparent;
}

.more_btns:hover::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.more_btns:hover > span {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.question_list {
    /* background: #f3f5f7; */
    padding-bottom: 90px;
}

.question_list .question_form {
    max-width: 850px;
    margin: auto;
}

.neiye_banner .q_form_item {
    width: 100%;
    float: none;
    margin-top: 30px;
}

.join_option {
    padding-bottom: 20px;
}

.join_option .select {
    float: left;
    position: relative;
    margin-right: 30px;
}

.join_option .title {
    border-radius: 5px;
    margin-bottom: 10px;
    background: url("../images/ico_bottom2.png") 95% center no-repeat;
    width: 250px;
    font-size: 16px;
    background-color: #f9f9f9;
    /*     float: left; */
    /* border-radius: 30px; */
    width: 200px;
    line-height: 60px;
    height: 60px;
    border: 0;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    cursor: pointer;
}

.join_option .other {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #fff;
    z-index: 5;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: none;
}

.join_option .other a {
    display: block;
    font-size: 16px;
    line-height: 2.3;
    color: #333;
}

.join_option .other a:hover {
    color: #27a2dd;
}

.join_list_container {
    padding: 0 0 100px;
}

.join_list li {
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.join_list li.show .title dd:nth-child(1), .join_list li:hover .title dd:nth-child(1) {
    color: #27a2dd
}

.join_list .title {
    padding: 40px 120px 40px 70px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    position: relative;
    cursor: pointer;
}

.join_list .title:before {
    content: '';
    width: 45px;
    height: 45px;
    background: url("../images/ico_add.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: calc(50% - 22.5px);
    right: 70px;
}

.join_list li.show .title:before {
    background: url("../images/ico_minus.png") center center no-repeat;
    background-size: 100% 100%;
}

.join_list .more_btns {
    border-radius: 0;
    margin: 0;
}

.join_list .more_wrapper {
    display: inline-block;
}

.join_list .title dd {
    width: 23%;
    float: left;
    box-sizing: border-box;
}

.join_list .title dd:nth-child(1) {
    font-size: 20px;
    width: 31%;
    color: #000000;
}

.join_list .content {
    padding: 30px 70px;
    display: none;
    border-top: 1px solid #eeeeee;
}

.join_list .editor {
    font-size: 16px;
    line-height: 2.5;
    color: #666666;
    /* font-weight: lighter; */
    margin-bottom: 30px;
}

.join_list .email_lans {
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
    float: right;
    margin-top: 15px;
}

/*contact*/


.jm11_form {
    font-size: 16px;
    background-color: #f5f5f5;
    padding: 5% 7%;
    margin: -10px 0 100px;
}

.jm11_form li {
    position: relative;
    width: calc(25% - 15px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}


.jm11_form li:nth-child(1) {
    margin-left: 0
}

.service2 .jm11_form .t2 {
    position: relative;
    margin-bottom: 20px;
}

.service2 .jm11_form .t3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
}

.jm11_form .sub:hover {
    background-color: #0092e6;
}


.jm11_form .sub {
    width: 200px;
    height: 60px;
    line-height: 60px;
    border: 0;
    color: #ffffff;
    margin: 0 20px;
    font-size: 18px;
    transition: all .5s;
    background: transparent;
}

.jm11_form .sub1 {
    background: #27a2dd;
    border: 0;
    cursor: pointer;
}

.jm11_form .textarea {
    width: 100%;
    resize: none;
    height: 150px;
    padding: 20px 25px;
    box-sizing: border-box;
    font-size: 16px;
    border: 0;
    background: #fff;
}

.jm11_form .place {
    color: #444444;
    font-size: 18px;
    margin: 10px 0;
}

.jm11_form .words{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-bottom:50px;
}

.service2 .text {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 15px 24px;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    background: #fff;
    color: #222;
}
.service2 .neiye_title .a2{
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

.question_list .list {
    padding: 0 0 50px 0;
}

.question_list .list li {
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #eeeeee;
}

.question_list .list li:before {
    content: '';
    width: 0%;
    background: #27a2dd;
    top: 0;
    height: 2px;
    left: 50%;
    display: block;
    position: absolute;
    transition: all 0s;
    -webkit-transition: all 0s;
}

.question_list .list li.show:before {
    left: 0%;
    width: 100%;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;

}

.question_list .list .q {
    cursor: pointer;
    box-sizing: border-box;
    padding: 33px 60px;
}

.question_list .list .a {
    box-sizing: border-box;
    padding: 40px 60px 40px 150px;
    display: none;
    border-top: 1px solid #eeeeee;
}

/*0062ff*/
.question_list .list .icon {
    float: left;
    font-size: 35px;
    color: #dcdcdc;
    font-family: Arial;
    font-weight: bold;
    width: 85px;
}

.question_list .list .q .icon {

}

.question_list .list .q .icon {
    position: relative;
}

.question_list .list .q .icon span {
    position: absolute;
    left: 0;
    clip: rect(0px 0 40px 0);
    color: #27a2dd;
    /*transition: all 3s .5s;*/
    /*-webkit-transition: all 3s .5s;*/
}

.question_list li.show .q .icon span {
    animation: example 1.5s ease-out forwards;
    -webkit-animation: example 1.5s ease-out forwards;
}

@keyframes example {
    from {
        color: #ddd;
        clip: rect(40px 40px 40px 0);
    }
    to {
        clip: rect(0px 40px 40px 0);
        color: #27a2dd;
    }
}

@-webkit-keyframes example {
    from {
        color: #ddd;
        clip: rect(40px 40px 40px 0);
    }
    to {
        clip: rect(0px 40px 40px 0);
        color: #27a2dd;
    }
}

.question_list .list .lans {
    float: left;
    width: calc(100% - 220px);
    font-size: 20px;
    color: #444444;
    line-height: 1.8;
}

.lans.ones {
}

.question_list .list .q .lans {
}

.question_list .show .q .lans {
    color: #27a2dd;
}

.question_list .list .a .lans {
    font-size: 16px;
    line-height: 2.4;
    width: 100%;
}

.question_list .list .arrow {
    width: 30px;
    height: 30px;
    float: right;
    background: url("../images/f2.png");
    background-size: 100% 100%;
    /* border: 3px solid #ccdefb; */
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 50%;
}

.question_list li.show .arrow {
    /* border: 3px solid #ffffff; */
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.service3 {
    background: url("../images/s3_bg.jpg") top center no-repeat;
    background-size: 100% auto;
}

.service3_sum {
    width: 100%;
    height: 800px;
    position: relative;
    margin-bottom: 250px;
}

.service3_sum li {
    width: 180px;
    position: absolute;
}

.service3 {
    position: relative;
}

.service3_sum li:nth-child(1) {
    top: 10%;
    left: 15%;
}

.service3_sum li:nth-child(2) {
    right: 15%;
    top: 10%;
}

.service3_sum li:nth-child(3) {
    left: 8%;
    top: 45%;
}

.service3_sum li:nth-child(4) {
    right: 8%;
    top: 45%;

}

.service3_sum li:nth-child(5) {
    left: 18%;
    top: 80%;

}

.service3_sum li:nth-child(6) {
    right: 18%;
    top: 80%;

}

.service3 canvas {
    position: absolute;
    bottom: 0;
    left:13%;
    width: 74% !important;
    height: 300px !important;
}

.service3_sum .icon {
    width: 155px;
    height: 155px;
    background: url("../images/icon_radius.png");
    background-size: 100%;
    box-sizing: border-box;
    padding: 50px;
    margin: auto;
}

.service3_sum .lans {
    margin: 10px 0;
}

.service3_sum .zh {
    font-size: 22px;
    color: #222222;
}

.service3_sum .en {
    font-size: 16px;
    color: #afafaf;
}

.about3_list {
    display: flex;
    flex-wrap: wrap;
}

.about3_list li {
    width: calc(25% - 30px);
    margin: 0 40px 40px 0;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    /*border: 1px solid #eeeeee;*/
    box-sizing: border-box;
    box-shadow: 0 0 31px rgba(0, 0, 0, .07);
    position: relative;
}

.about3_list li a {
    color: #444444;

}

.about3_list li:hover a {
    color: #27a2dd;
}

.about3_list li:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, .12);
}

.about3_list li:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    left: 50%;
    background: #27a2dd;
    transition: all .4s;
}

.about3_list li:hover:after {
    left: 0;
    width: 100%;

}

.about3_list a {
    display: block;
}

.about3_list li:nth-child(4n) {
    margin-right: 0;
}

.about3_list .pic {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.about3_list .icon_lighter {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*contact1*/
.contact1 {
    background: url("../images/contact1.png") right bottom no-repeat;
}

.contact1 .jm11_form {
    max-width: 820px;
    box-sizing: border-box;
    padding: 50px;
}

.contact1 .jm11_form li {
    width: calc(50% - 15px);
}

.contact1 .jm11_form li:nth-child(odd) {
    margin-left: 0;
}

.service2 .contact1 .jm11_form .t3 {
    text-align: left;
    margin-bottom: 0;
}

.service2 .contact1 .jm11_form .t3 .sub1 {
    text-align: center;
    margin-left: 0;
}

.contact2_list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.contact2_list li {
    max-width: 30%;
    font-size: 16px;
    margin-top: 45px;
}

.contact2_list .title {
    color: #27a2dd;
    margin-bottom: 10px;
}

.contact2_list .loc {
    color: #444444;
    /* font-family: "等线"; */
    font-weight: bold;
}

.contact2 .map {
    margin: 50px 0;
}

.recommend_pro .box {
    background: #f6f7fb;
    padding-bottom: 100px;
}

.recommend_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 92.5%;
    margin: auto;
}

.recommend_list li {
    width: calc(25% - 12.5px);
    background: #FFFFFF;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.recommend_list a {
    display: block;
}

.recommend_list .lans {
    text-align: center;
    width: 90%;
    margin: auto;
}

.recommend_list .title {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    margin: 12px;
}
.recommend_list a:hover .title,.recommend_list a:hover .desc{
    color: #27a2dd;
}
.recommend_list .desc {
    font-size: 14px;
    color: #444444;
}

.culture_list {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

.culture_list li {
    overflow: hidden;
    position: relative;
    height: 500px;
    width: calc(33.3% - 23.5px);
    background: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .09);
}

.culture_list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 2;
    opacity: 0;
}

.culture_list li:hover .bg {
    opacity: 1;
    transform: scale(1);
}

.culture_list .lans {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 3;
    width: 90%;
}

.culture_list .icon {
    width: 60px;
    margin: auto;
    display: block;
    text-align: center;
}

.culture_list .icon img:nth-child(2) {
    display: none;
}

.culture_list li:hover .icon img:nth-child(1) {
    display: none;
}

.culture_list li:hover .icon img:nth-child(2) {
    display: block;
}

.culture_list .title {
    font-size: 26px;
    color: #27a2dd;
    font-weight: bold;
    padding: 35px 0 20px;
}

.culture_list li:nth-child(2) {
    animation-delay: .3s;
}

.culture_list li:nth-child(3) {
    animation-delay: .6s;
}

.culture_list .desc {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    min-height: 25px;
}

.culture_list li:hover .title,
.culture_list li:hover .desc {
    color: #FFFFFF;
}

.about2_value {
    padding: 100px 0;
}

.about2_value .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about2_value .neiye_title_container {
    padding-top: 0;
}

.value_list {
    max-width: 870px;

}

.value_list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
    line-height: 30px;
}

.value_list li:last-child:before {
    display: none;
}

.value_list li:before {
    content: '';
    width: 1px;
    height: 106%;
    background: #27a2dd;
    position: absolute;
    top: 15px;
    left: 14px;
    z-index: 4;
}

.value_list li:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #27a2dd;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 12px;
}

.value_list .no {
    font-size: 24px;
    color: #efefef;
    font-weight: bold;
    width: 60px;
}

.value_list .lans {
    width: calc(100% - 60px);
    color: #444444;
    font-size: 16px;
    text-align: left;
}

/*index*/
.index_sum {
    background: #f6f7fb;
}

.index_title {
    padding: 80px 0 40px;
}

.index_title .left {
    float: left;
    font-size: 44px;
    font-weight: bold;
    background: url("../images/icon_fangkuai.png") top left no-repeat;
    padding-left: 30px;
    margin-left: -30px;
}

.index_title .right {
    font-size: 16px;
    float: right;
}

.index_title .right a {
    color: #444444;
}
.index_title .right a img{
    margin-left:-8px;
}
.index_title .right a:hover,
.index_title .right a.on {
    color: #27a2dd;
}

.index_title {

}

.index2_pro {
}

.index2_nav {
    background: #FFFFFF;
}
.index2_nav .swiper-wrapper{
    /*justify-content:center;*/
    /* align-items: baseline; */
}
.index2_nav .swiper-slide {
    position: relative;
}

.index2_nav .before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    z-index: 3;
    /*transition: all .5s;*/
    width: 100%;
    text-align: center;
}

.index2_nav .swiper-slide.on .before {
    opacity: 0;
    transform: rotateY(90deg);
}
.index2_nav  .after {
    transition: all .5s;
    opacity: 0;
    background: #27a2dd;
    color: #FFFFFF;
    text-align: center;
    padding: 0 30px;
    height: 105px;
    width: calc(100% - 15px);
    line-height: 105px;
    box-sizing: border-box;
    transform: rotateY(90deg);
}
.index2_nav .after img{
    max-height: 70px;
    height: 30px;
    display: inline-block;
}
.index2_nav .swiper-slide.on .after {
    opacity: 1;
    transform: rotateY(0deg);
    display: block;
    margin: auto;
}
.index2_nav .swiper-slide:nth-child(1).on .after{
    margin:0
}
.index2_nav .swiper-slide:nth-child(4).on .after{
    margin-left:15px;
}

.index2_nav .desc {
    margin-top: 20px;
    font-size: 16px;
    display: none;
}

.index2_nav img {
    max-height: 30px;
    width: auto;
    max-width: 80%;
}

.index2_list_sum {
    padding: 20px 0 0;
}

.index2_list_sum .recommend_list {
    padding-bottom: 100px;
    position: relative;
    width: 100%;
}
.index2_nav .swiper-button-next,
.index2_nav .swiper-button-prev{
    background-size: 120%!important;
    background-color: transparent!important;
}

.index2_list_sum .recommend_list .swiper-container{
    width: 100%;
}
.index2_list_sum .recommend_list .swiper-pagination {
    width: 100%;
    bottom: 20px;

}

.index2_list_sum .recommend_list .swiper-pagination-bullet {
    background: #dadde2;
    width: 30px;
    height: 3px;
    border: 0;
    border-radius: 0;
}

.index2_list_sum .recommend_list .swiper-pagination-bullet-active {
    background: #27a2dd;
}

.index2_list_sum .swiper-slide {
    height: auto;
    margin-bottom: 0;
    /*margin: 0!important;*/
}

.index2_list_sum dd {
    display: none;
}

.index3_sum {

    position: relative;
}

.index3_sum .swiper-button-next {
    right: -100px;
    background-color: #fff !important;
    background-size: 104% !important;
}

.index3_sum .swiper-button-prev {
    left: -100px;
    background-color: #fff !important;
    background-size: 104% !important;
}

.index3_sum .swiper-slide {
    background: #FFFFFF;
    background-size: 104% !important;

}

.index3_sum .swiper-button-prev:hover, .index3_sum .swiper-button-next:hover {
    background-size: 100% !important;
    background-color: transparent !important;
}
.index3_sum a:hover{
    background: #27a2dd;
}
.index3_sum a:hover .lans{
    color: #FFFFFF;
    padding-left: 45px;
    padding-right: 35px;
}
.index3_sum .lans {
    color: #222222;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    transition: padding .4s;
}

.index3_sum .title {
    font-size: 24px;
}

.index3_sum .desc {
    font-size: 16px;
    margin-top: 12px;
}

.index3_sum .bottom {
    width: calc(100% + 20px);
    margin: auto;
    background: transparent;
    padding: 50px 0 100px 0;
    margin-left: -10px;
}

.index3_sum .about5_cooperation_sum .swiper-container {
    padding: 0;
}

.index3_sum .about5_cooperation_sum .swiper-slide {
    background: transparent;
}

.index3_sum .about5_cooperation_sum .item {
    margin: 10px;
    border: 0;
    padding: 10px 0;
    background: #fff;
}

.index3_sum .about5_cooperation_sum .swiper-slide:hover .item {
    box-shadow: 0;
}

.index4_sum_top {
    padding: 1px 0;
}

.index4_sum_top .swiper-slide {
    position: relative;
}

.index4_sum_top .lans {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    width: 30%;
    opacity: 0;
    transition: all .3s;
}

.index4_sum_top .swiper-slide-prev .lans {
    left: auto;
    right: 50px;
    opacity: 1;
}

.index4_sum_top .swiper-slide-next .lans {
    left: 50px;
    opacity: 1;
}

.index4_sum_top .swiper-page {
    position: relative;
    max-width: 670px;
    height: 45px;
    margin: 54px auto;
}

.index4_sum_top .swiper-pagination-progress {
    width: calc(100% - 150px);
    /*left: 55px;*/
    top: 18px;
    max-width: 100%;
}

.index_sum .swiper-button-prev, .index_sum .swiper-button-next {
    background: url("../images/ico_arrow1.png") center center no-repeat;
    background-size: 100%;
    width: 45px;
    height: 45px;
    border-radius: 0;
}
.index2_nav{
    position: relative;
}
.index2_nav  .swiper-button-prev{
    left: -60px;
    margin-top: -5px;
}
.index2_nav .swiper-button-next  {
    right: -60px;
    margin-top: -5px;
}
.index_sum .swiper-button-prev {

}

.index_sum .swiper-button-next {
    transform: rotate(180deg);
}

.index_sum .swiper-button-prev:hover,
.index_sum .swiper-button-next:hover {
    background-image: url("../images/ico_arrow2.png") !important;
    background-size: 100%;
}

.index4_sum_top .title {
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 10px;
}

.index4_sum {
    position: relative;
}

.index4_sum_bottom {
    position: absolute;
    position: absolute;
    top: calc(40% - 115px);
    z-index: 3;
    width: 24vw;
    height: 230px;
    background: rgba(255, 255, 255, .8);
    border-left: 5px solid #27a2dd;
    left: 25.5%;
}

.index4_sum_bottom .swiper-slide {
    display: block;
    box-sizing: border-box;
    padding: 50px 100px 50px 50px;
}
/*.index4_sum_bottom .swiper-slide .lans{*/
/*    opacity: 0;*/
/*    !*transition: all 0s;*!*/
/*}*/
/*.index4_sum_bottom .swiper-slide-active .lans{*/
/*    opacity: 1;*/
/*    !*transition: all .4s;*!*/
/*}*/

.index4_yingyong {
    background: #fff;
}

.news_right {

}

.news_right a {
    line-height: 20px;
    margin-left: 85px;
    padding-bottom: 10px;
}

.news_right a.on {
    font-size: 20px;
    font-weight: bold;
    color: #27a2dd;
    border-bottom: 3px solid #27a2dd;
}

.share100 {
    position: relative;
    cursor: pointer;
}
.share100:hover .share_news{
    opacity: 1;
}
.share100 .share_news {
    opacity: 0;
    position: absolute;
    top: 0;
    left:40px;
    font-size: 16px;
    color: #333333;
    width:200px
}

.index4_sum_bottom .title {
    font-size: 24px;
    color: #27a2dd;
}

.index4_sum_bottom .desc {
    font-size: 16px;
    color: #444444;
    margin: 25px 0;
}

.index4_sum_bottom .arrow {
    background: url("../images/icon_arrow4.png") no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
}

.index_news_top {

}

.index_news_top .swiper-slide {

}

.index_news_top a {
    width: calc(100% - 200px);
}
.index_news_top a .more img{
    display: none;
}
.index_news_top a .more:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    border-left: 1px solid #999999;
    border-top: 1px solid #999999;
}
.index_news_top a:hover .more:after{
    border-color: #27a2dd;
}
.index_news_top a:hover .more,.index_news_bottom a:hover .look{
    color: #27a2dd;
}

.index_news_top .swiper-page {
    position: absolute;
    top: 50px;
    right: 0;
}

.index_news_top .swiper-re {
    width: 100px;
    position: relative;
}

.index_news_top .tips {
    font-size: 16px;
    color: #444444;
}

.index_news_top .tips span {
    color: #27a2dd;
}

.index_news_top .title {
    font-size: 26px;
    color: #333333;
    margin: 25px 0;
}

.index_news_top .more {
    font-size: 16px;
    color: #444444;
}
.change-list dd{
    display: none;
}
.index_news_bottom {
    border-top: 1px solid #eeeeee;
    padding: 35px 0;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_news_bottom a {
    display: block;
    /*width: calc(33.3% - 45px);*/
    /*margin-bottom: 20px;*/
    /*!*background: #FFFFFF;*!*/
}

/*.index_news_bottom a:nth-child(3n-2) {*/
/*    animation-delay: 0s;*/
/*}*/

/*.index_news_bottom a:nth-child(3n-1) {*/
/*    animation-delay: .15s;*/
/*}*/

/*.index_news_bottom a:nth-child(3n) {*/
/*    animation-delay: .3s;*/
/*}*/

.index_news_bottom .lans {
    padding: 25px 0;
    box-sizing: border-box;
}

.index_news_bottom .title {
    font-size: 22px;
    color: #222222;
    line-height: 1.7;
    margin-bottom: 30px;
}

.index_news_bottom a:hover .title {
    color: #27a2dd;
}

.index_news_bottom .more {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.index_news_bottom .more img, .index_news_top .more img {
    margin-left: -10px;
    width: 20px;
}

.index_news_bottom .date {
    font-size: 16px;
    color: #444444;
    float: right;
}

.index_sum .index1_banner {

}
.index1_banner .vid-container img{
    display: none;
}
.index1_banner .swiper-slide {
    position: relative;
}

.index1_banner .lans {
    position: absolute;
    bottom: 70px;
    left: 80px;
    color: #FFFFFF;
}

.index1_banner .tips {
    font-size: 30px;
}

.index1_banner .title {
    font-size: 50px;
    font-weight: bold;
    padding: 14px 0 30px;
}

.index1_banner .link {
    display: inline-block;
    padding-right: 17px;
    background: url("../images/icon_news_pagetion.png") 100% center no-repeat;
    font-size: 16px;
    background-size: 25px;
    color: #27a2dd!important;
}

.index1_banner .swiper-button-prev {
    background: url("../images/banner_prev.png") no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    border-radius: 0;
}

.index1_banner .swiper-button-next {
    background: url("../images/banner_prev.png") no-repeat;
    transform: rotate(180deg);
    width: 50px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    border-radius: 0;

}

.index1_banner .swiper-button-prev:hover,
.index1_banner .swiper-button-next:hover {
    background-image: url("../images/banner_prev_on.png") !important;
}

.index1_banner .swiper-pagination {
    bottom: 45px !important;
}

.index1_banner .swiper-pagination-bullet {
    width: 30px;
    border-radius: 0;
    height: 4px;
    background: #FFFFFF;
    opacity: .5;
}

.index1_banner .swiper-pagination-bullet-active {
    opacity: 1;
    height: 5px;
}

.index6_contact {
    background: url("../images/bg_map.jpg") no-repeat;
    background-size: cover;
}

.index6_contact .index_title {
}

.index6_contact .index_title .left {
    display: block;
    float: none;
}


.index6_contact .index_title .tips {
    font-size: 16px;
    color: #666;
    margin: 16px 0;
}

.index6_contact .i6_left, .index6_contact .i6_right {
    width: 50%;
    float: left;
}

.index6_contact .contact_list {

}

.index6_contact .contact_list li {
    padding-left: 40px;
    background: top left no-repeat;
    margin-bottom: 40px;
}

.index6_contact .contact_list .tips {
    color: #999999;
    font-size: 14px;
    margin-bottom: 8px;
}

.index6_contact .contact_list .desc {
    color: #222222;
    font-size: 16px;
}

.txtMarquee-left {

}

.txtMarquee-left ul {
    margin-bottom: 30px !important;
    white-space: nowrap;
}

.txtMarquee-left .tempWrap {
    /*width: 100%!important;*/
}

.txtMarquee-left marquee:nth-child(even) ul {
    padding-left: 200px !important;
}

.txtMarquee-left li {
    width: auto;
    height: 55px;
    background: url("../images/i8.png") 20px center no-repeat #FFFFFF;
    padding: 0 50px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 16px;
    color: #444444;
    border-radius: 30px;
    margin-right: 150px;
    display: inline-block;
    background-color: white;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}

.txtMarquee-left ul li:last-child {
    margin-right: 0;
}

.txtMarquee-left li:hover {
    color: #FFFFFF;
    background: url("../images/i9.png") 20px center no-repeat #27a2dd;
}

　.txtMarquee-left　　.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.footer-container {
    background: url("../images/bg_footer.jpg") no-repeat;
    background-size: cover;
    /* width: 79%; */
    margin: auto;
}
.footer-container .box{
    /* width: 92%; */
    margin:auto;
}
.footer-container .footer-top {
    padding: 55px 0 20px;
}

.footer-container .footer-nav {
    width: 55%;
    display: flex;
    float: left;
    justify-content: space-between;
}

.footer-container .footer-nav li {
    display: inline-block;
    vertical-align: top;
}

.footer-container .footer-nav h4 {
    font-size: 16px;
    padding-bottom: 22px;
    color: #FFFFFF;
}

.footer-container .footer-nav a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #cceefe;
}
.footer-container .footer-nav a:hover{
    color: #FFFFFF;
}
.footer-right {
    display: inline-block;
    float: right;
    color: #FFFFFF;
}

.footer-right .c1 {
    font-size: 16px;
}

.footer-right .c2 {
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    padding: 12px 0 20px;
}

.footer-right .c3 {

}

.footer-right .c3 li {
    display: inline-block;
    vertical-align: top;
    margin-right: 65px;
    text-align: center;
    font-size: 14px;
    line-height: 2.5;
}

.footer-right .c3 li:last-child {
    margin-right: 0;
}

.footer-right .c3 img {
    display: block;
    margin: auto;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-size: 14px;
    padding: 13px 0;
    color: #FFFFFF;
}

.footer-bottom a {
    color: #FFFFFF;
}

.footer-container .share {
    float: right;
}

.footer-container .share a {
    margin-left: 15px;
}
.search-title{
    font-size: 20px;
    color: #333333;
    padding: 30px 0;
    font-weight: 700;
    border-bottom: 1px solid #EEEEEE;
}

.search-result {
    /* width: 1100px; */
    margin: 0px auto;
    /* padding-top: 60px; */
}

.search-result .search-number {
    font-size: 46px;
    line-height: 50px;
    padding-bottom: 20px;
    color: #222; /* font-weight: bold; */
}

.search-result ul {
    /* margin-bottom: 180px; */
}

.search-result li {
    border-bottom: 1px solid #eeeeee;
    padding-right: 200px;
    position: relative;
}
.search-result .arrows{
    position: absolute;
    opacity: .5;
    width: 25px;
    top: calc(50% - 50px);
    right: 10px;
    z-index: 5;
}
.search-result a {
    display: block;
    padding: 25px 0px;
    color: #222;
}

.search-result a:hover h2 {
    color: #27a2dd;
}

.search-result h2 {
    font-size: 20px;
    padding-bottom: 15px;
    /* font-weight: bold; */
    line-height: 1.5;
}

.search-result .mess {
    font-size: 16px;
    line-height: 25px;
    color: #777777;
    font-weight: lighter;
}

.search-result .times {
    font-size: 16px;
    color: #777;
    font-weight: lighter;
    margin-top: 12px;
}
.search_reasult{
    min-height: 100vh;
}
.search_reasult .swiper-container{
    width: calc(100% + 40px);
    margin-left: -20px;
}
.search_reasult .tit{
    font-size: 20px;
    color: #333333;
    padding: 30px 0;
    font-weight: 700;
}
.search_reasult .pro-search{
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
.search_reasult .pro-search li{
    padding:20px;
    box-sizing: border-box;
}
.search_reasult .pro-search li:nth-child(even){
}
.search_reasult .pro-search a{
    background: #f7f7f7;
    color: #444444;
    font-size: 15px;
    line-height: 1.8;
    box-sizing: border-box;
    display: block;
    padding: 40px;
    font-weight: lighter;
}
.search_reasult .pro-search .img{
    width: 120px;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.search_reasult .pro-search .lans{width: calc(100% - 200px);display: inline-block;vertical-align: top;float: left;}
.search_reasult .pro-search .title{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
}
.search_reasult .pro-search .desc{

}
.search_reasult .pro-search .ser{

}
@media screen and (max-width: 1660px) {
    .search_reasult .pro-search a{
        padding: 30px;
    }
    /*     header */
    .nav li .t1 {
        margin: 0 20px;
        font-size: 15px
    }

    /*footer*/
    .footer-container .footer-top {
        padding: 55px 0;
    }

    .footer-bottom {
        padding: 15px 0;
    }

    /*index*/
    .index_news_bottom .lans {
        padding: 20px 0;
    }

    .index_news_bottom .title {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .index_news_bottom .more {
        font-size: 12px;
        color: #666666;
        line-height: 15px;
    }

    .index_news_bottom .date {
        font-size: 13px;
    }

    .index_title .left {
        font-size: 36px;
    }

    .index3_sum .lans {
        padding: 30px;
    }

    .index3_sum a:hover .lans{
        color: #FFFFFF;
        padding-left: 35px;
        padding-right: 25px;
    }
    .index3_sum .title {
        font-size: 20px;
    }

    .index3_sum .desc {
        font-size: 13px;
        margin-top: 7px;
    }

    .index2_nav .desc {
        margin-top: 10px;
        font-size: 13px;
    }

    .index_title {
        padding: 50px 0 25px;
    }

    .index2_list_sum .recommend_list {
        padding-bottom: 50px;
        display: block;
        flex-direction: initial;
        justify-content: left;
    }

    .index1_banner .swiper-pagination {
        bottom: 30px !important;
    }
    .index1_banner .vid-container img{
        display: block;
    }

    .index1_banner .vid-container video{
        display: none;
    }
    .index1_banner .lans {
        bottom: 50px;
        left: 57px;
    }

    .index1_banner .tips {
        font-size: 24px;
    }

    .index1_banner .title {
        font-size: 42px;
        padding: 10px 0 15px;
    }

    .index1_banner .link {
        padding-right: 15px;
        font-size: 13px;
    }

    /*pro*/
    .pro-desc .title {
        font-size: 18px;
    }

    .pro-desc .title span {
        padding: 10px;
    }

    .pro-desc .desc {
        font-size: 14px;
        padding: 20px 0;
    }

    .about3_list li {
        width: calc(25% - 23px);
        margin: 0 29px 30px 0;
        font-size: 14px;
        line-height: 50px;
        box-shadow: 0 0 22px rgba(0, 0, 0, .07);
    }

    /*s3*/
    .service3_sum {
        margin-top: -100px;
        height: 700px;
    }

    .service3_sum .icon {
        width: 130px;
        height: 130px;
        padding: 35px;
    }

    .service3_sum .en {
        font-size: 14px;
    }

    .service3_sum .zh {
        font-size: 18px;
    }

    .pro3_sum {
        padding: 50px;
        font-size: 18px;
    }

    .honor_left .swiper-slide {
        line-height: 60px;
    }

    .honor_left .swiper-container {
        height: 300px;
    }

    /*service*/
    .question_list .list .a {
        padding: 25px 30px 25px 100px;
    }

    .question_list .list .q {
        padding: 20px 30px;
    }

    .question_list .list .icon {
        width: 70px;
        font-size: 32px
    }

    .question_list .list .q .lans {
        font-size: 18px;
    }

    .question_list .list .a .lans {
        font-size: 15px;
    }

    .service2 .text {
        height: 50px;
        line-height: 50px;
        padding: 10px 15px;
        font-size: 14px;
    }

    .neiye_title {
        padding: 45px 0 15px;
    }

    .address_list .n1 {
        font-size: 18px;
    }

    .address_list .n2 {
        font-size: 16px;
        line-height: 22px;
        min-height: 44px;
        margin-top: 12px;
        margin-bottom: 30px;
    }

    .jm11_form .textarea {
        font-size: 14px;
    }

    .jm11_form .sub {
        width: 150px;
        height: 50px;
        line-height: 50px;
        border: 0;
        color: #ffffff;
        font-size: 16px;
    }

    /* about1 */
    .about1_sum {
        padding: 80px 0 180px;
    }

    .about1_editor {
        font-size: 15px;
        line-height: 30px;
    }

    /* about4 */
    .about4_editor {
        width: 102%;
        padding-bottom: 120px;
    }

    /*about5*/
    .about5_cooperation_sum {
        margin-top: -20px;
        padding-bottom: 100px;
    }

    /*pro*/
    .pro1_sum.pro_sum .details_pic {
        margin-top: 10px;
        font-size: 12px;
        line-height: 30px;
    }

    .pro_sum.pro1_sum .picture {
        width: 150px;
    }

    .pro_sum.pro1_sum .lans {
        width: calc(100% - 180px);
    }

    .pro_sum .title {
        font-size: 18px;
        margin: 5px 0 10px 0;
    }

    .pro2_sum li {
        margin-bottom: 30px;
        width: calc(50% - 15px);
        height: 400px;
    }

    .pro2_sum li:nth-child(even) {
        margin-left: 26px;
    }

    .pro2_sum .lans {
        width: calc(100% - 80px);
        margin: 20px 40px;
        height: 110px;
    }

    .pro2_sum a:hover .lans {
        /*         height: 180px; */
    }

    .pro2_sum .title {
        font-size: 20px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .pro2_sum .desc {
        font-size: 14px;
        margin-bottom: 18px;
    }

    .pro_sum {
        padding: 40px 0;
    }

    .pro_sum li {
        margin-bottom: 30px;
    }

    .pro_sum .item {
        padding: 30px 45px 30px 30px;
    }

    .pro_sum .logo {
        width: 100px;
        margin: 22px 0;
    }

    .pro_sum .picture {
        width: 270px;
    }

    .pro_sum .lans {
        width: calc(100% - 300px);
    }

    .pro_sum .desc {
        font-size: 14px;
    }

    .pro_sum .details_pic {
        margin-top: 30px;
    }

    .arrow_btn {
        position: absolute;
        bottom: 30%;
    }

    .arrow_btn .quan {
        width: 25px;
        height: 25px;
    }

    .arrow_wrapper img {
        width: 30px;
        top: 6px;
    }

    /*basic*/
    .neiye_title_container, .recommend_pro .neiye_title_container {
        padding: 50px 0 25px;
    }

    .neiye_title .a2 {
        margin-top: 8px;
        font-size: 17px;
    }

    .neiye_title .a1 {
        font-size: 32px;
    }

    /*内页banner*/
    .banner_neiye_container .lans {
        padding: 0 8%;
    }

    .banner_neiye_container .title {
        font-size: 32px;
        padding-bottom: 7px;
    }

    .banner_neiye_container .desc {
        font-size: 18px;
    }

    /*面包屑*/
    .breadcrumb-item-container {
        padding: 0 25px;
        width: 220px;
        font-size: 16px
    }

    .sub-bar-container {
        line-height: 55px;
    }

    .sub-bar-container .home {
        width: 55px;
    }

    /*news*/
    .left_event {
        width: 230px;
    }

    .left_event .swiper-container {
        width: 230px;
        height: 400px;
        margin: 0;

    }

    .left_event .item {
        width: 220px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /*.left_event .swiper-slide-active:after{*/
    /*    right: 0;*/
    /*}*/
    .left_event .swiper-slide {
        font-size: 16px;
        /* line-height: calc(400px / 5.5); */
        padding: 0;
        width: 200px;
    }

    .right_event_desc {
        width: calc(100% - 220px);
        margin-right: -8%;
        margin-left: 30px;
    }

    .sw_details .ones {
        font-size: 16px;
    }

    .sw_details .swiper-pagination .swiper-pagination-current {
        font-size: 19px;
    }

    .news2_sum {
        /* padding-top: 30px; */
    }

    .news2_sum li {
        padding-bottom: 20px;
    }

    .news2_sum a {
        font-size: 14px;
    }

    .news2_sum .lans {
        padding: 0 4%;
    }

    .news2_sum .title {
        font-size: 19px;
    }

    .news2_sum .desc {
        margin: 20px 0 55px;
    }

    .news2_sum .time span {
        font-size: 16px;
    }

    .news_left a:after {
        top: 30px;
    }

    .news_left a {
        padding: 20px 0 20px 15px;
    }

    .news_left .date {
        font-size: 17px;
        margin-bottom: 3px;
    }

    .news_left .title {
        font-size: 17px;
    }

    .new_details {
        padding: 70px 0;
    }

    .editors img {
        margin-bottom: 7px;
    }

    .new_d .mess li {
        font-size: 14px;
        margin-right: 50px;
    }

    .news3_container .title {
        font-size: 18px;
    }

    .news3_container .desc {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.8;
    }

    .news3_container .swiper-pagination-current {
        font-size: 20px;
    }

    .swiper-control-button .conreol-button-wrapper {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .recommend_list .title {
        font-size: 17px;
        margin: 6px;
    }

    .recommend_list .desc {
        font-size: 12px;
    }

    /*     join */
    .join_list .editor {
        font-size: 14px;
    }

    .join_list .title {
        padding: 20px 80px 20px 40px;
        font-size: 14px;
    }

    .join_list .content {
        padding: 30px 40px;
    }

    .join_list .title dd:nth-child(1) {
        font-size: 17px;
    }

    .join_list .title:before {
        width: 35px;
        height: 35px;
        top: calc(50% - 18px);
        right: 30px;
    }

    .more_btns, .question_list .more_btns {
        padding: 0 15px;
        font-size: 13px;
        line-height: 35px;
    }

    /*pro*/
    .prodetails .right .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .prodetails .right .desc {
        font-size: 14px;
        padding-bottom: 40px;
    }

    .prodetails .right .zixun, .prodetails .right .liaojie {
        line-height: 55px;
        font-size: 15px;
    }

    /*news*/
    .news2_sum .title {
        font-size: 17px;
    }

    .neiye_selected {
        font-size: 16px;
    }

    .neiye_selected a {
        margin-left: 40px;
        border-bottom: 3px solid transparent;
    }

    .new_bottom a {
        padding: 25px 0;
    }

    .new_bottom .l_right {
        width: 100px;
        font-size: 21px;
    }

    .new_bottom .lr1 {
    }

    .new_bottom .lr2 {
    }

    .new_bottom .r_right {
        width: calc(100% - 130px);
    }

    .new3_sum .l_pic_right {
        width: 240px;
        float: left;
        padding: 0 35px 0 20px;
    }

    .new3_sum .r_right {
        width: calc(100% - 400px);
    }

    .new_bottom .rr1 {
        font-size: 19px;
    }

    .new_bottom .rr2 {
        font-size: 15px;
    }

    .new_bottom .more {
        font-size: 13px;
        margin-top: 7px;
    }

    .news_top .picture {
        width: 370px;
    }

    .news_top .lans {
        width: calc(100% - 400px);
        padding-top: 15px;
    }

    .news_top .time {
        font-size: 16px;
    }

    .news_top .t1 {
        font-size: 22px;
        margin-top: 15px;
    }

    .news_top .t2 {
        font-size: 13px;
        margin: 10px 0 30px;
    }

    .news_top .t3 {
        font-size: 13px;
    }

    .new_pagetion {
        padding-top: 20px;
    }

    .new_pagetion a {
        font-size: 16px;
    }

    .news_left {
        padding-top: 45px;
    }

    .news_left .date {
        font-size: 15px;
    }

    .news_left .title {
        font-size: 15px;
    }

    .new_details {
        padding: 50px 0;
    }

    .news_left .tit {
        font-size: 16px;
        padding: 12px 0;
    }

    .new_d { /* padding: 80px 0; */
    }

    .new_d .title {
        font-size: 24px;
    }

    .new_d .mess {
        padding: 15px 0 10px;
    }

    .new_d .mess li {
        font-size: 14px;
        margin-right: 40px;
    }

    .new_d .mess .fs {
        font-size: 18px;
    }

    .new_d .mess .fs_lagren {
        margin-right: 25px;
    }

    .new_d .editors {
        padding: 15px 0 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    /*footer*/
    .footer-container{
        width:100%;
    }
    .footer-container .footer-top, .footer-container .share {
        display: none;
    }

    .footer-bottom {
        font-size: 12px;
        line-height: 1.8;
        text-align: center;
    }

    /*index*/
    .txtMarquee-left ul {
        margin-bottom: 20px !important;
    }

    .txtMarquee-left li {
        width: auto;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        margin-right: 100px;
    }

    .index6_contact .i6_left, .index6_contact .i6_right {
        width: 100%;
        float: none;
    }

    .index6_contact .contact_list {
        margin-top: -15px;
    }

    .index_news_top .swiper-re {
        width: 55px;
    }

    .index_news_top .swiper-page {
        top: 20px;
    }

    .index_news_bottom {
        padding: 15px 0;
        margin: 20px 0 0;
    }

    .index_news_top a {
        width: calc(100% - 76px);
    }

    /*.index_news_bottom a {*/
    /*    width: calc(50% - 20px);*/
    /*}*/
    .index_news_top .title {
        font-size: 22px;
        margin: 15px 0;
    }

    .index_news_top .tips, .index_news_top .more {
        font-size: 14px;
    }

    .index_news_bottom .lans {
        padding: 12px 0;
    }

    .index_news_bottom .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .index3_sum .bottom {
        padding-bottom: 50px;
        padding-top: 20px;
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .index4_sum_bottom .title {
        font-size: 20px;
    }

    .index4_sum_bottom .desc {
        font-size: 14px;
        margin: 15px 0;
    }

    .index4_sum_bottom .swiper-slide {
        padding: 20px;
    }


    .index4_sum_top .swiper-page {
        margin: 20px auto;
    }

    .index1_banner .swiper-button-prev, .index1_banner .swiper-button-next {
        display: none !important;
    }

    .index_sum .swiper-button-prev, .index_sum .swiper-button-next {
        width: 25px;
        height: 25px;
        background-size: 110% 110%;
    }

    .index1_banner .swiper-pagination-bullet {
        width: 20px;
    }

    .index3_sum .swiper-button-next, .index3_sum .swiper-button-prev {
        display: none;
    }

    .index4_sum_top .swiper-pagination-progress {
        width: calc(100% - 80px);
        top: 10px;
    }

    .index_title .left {
        font-size: 30px;
        margin-left: 0;
    }

    .index5_news .index_title .left {
        float: none;
    }

    .index_title .right {
        font-size: 12px;
        margin-top: -5px;
    }


    .index5_news .index_title .right {
        font-size: 12px;
        float: none;
        text-align: center;
        padding: 20px 0 0;
    }

    .index1_banner .swiper-pagination {
        bottom: 15px !important;
    }

    .index1_banner .tips {
        font-size: 18px;
    }

    .index1_banner .lans {
        left: 5%;
    }

    .index1_banner .title {
        font-size: 36px;
    }

    /*about*/
    .about2_value .box {
        display: block;
    }

    .about2_value {
        padding: 30px 0;
    }

    .culture_list {
        display: block;
    }

    .culture_list li {
        display: block;
        width: 100%;
        height: 300px;
        margin: 10px 0;
    }

    .culture_list .icon {
        width: 45px;
    }

    .culture_list .title {
        font-size: 22px;
    }

    .culture_list .desc {
        font-size: 14px;
    }

    .prodetails {
        padding-bottom: 40px;
    }

    .pro-desc .title {
        font-size: 17px;
    }

    .pro-desc .title span {
        padding: 5px;
    }

    .pro-desc .desc {
        font-size: 13px;
        padding: 10px 0;
    }

    .about3_list li, .about3_list li:nth-child(4n) {
        width: calc(33% - 20px);
        margin: 0 30px 30px 0;
    }

    .about3_list li:nth-child(3n) {
        margin-right: 0;
    }

    /*s3*/
    .service3_sum {
        margin-top: -100px;
        height: 500px;
    }

    .service3_sum .icon {
        width: 100px;
        height: 100px;
        padding: 25px;
    }

    .service3_sum .en {
        font-size: 12px;
    }

    .service3_sum .zh {
        font-size: 16px;
    }

    /*service*/
    .question_list .list {
        /* padding: 30px 0; */
    }

    .question_list .list .icon {
        width: 28px;
        font-size: 20px;
        line-height: 32px;
    }

    .question_list .list .lans {
        font-size: 15px;
    }

    .question_list .list .arrow {
        width: 21px;
        height: 21px;
        margin-top: 3px;
    }

    .question_list .list .lans {
        width: calc(100% - 30px);

    }

    .question_list .list .q .lans {
        padding-top: 3px;
        width: calc(100% - 80px);
        font-size: 14px;
    }

    .question_list .list .a .lans {
        font-size: 12px;
        line-height: 2;
        padding: 0;
    }

    .question_list .list .q {
        padding: 12px 20px;
    }

    .question_list .list .a {
        padding: 15px 20px 25px 50px;
    }

    .jm11_form li:nth-child(2) {
        /* margin-left: 30px; */
        /* margin-right: 30px; */
    }

    .jm11_form li {
        /* width: calc(25% - 15px); */
        /* margin-bottom: 15px; */
    }

    /*about5*/
    .about5_cooperation_sum {
        width: 100%;
        margin: 0;
        padding-bottom: 50px;
    }

    .about5_cooperation_sum .swiper-container {
        padding: 0;
    }

    .about5_cooperation_sum .item {
        box-sizing: border-box;
        border: 1px solid #EEEEEE;
    }

    .index3_sum .about5_cooperation_sum .item {
        margin: 5px;
    }

    .about5_cooperation_sum .item:hover {
        box-shadow: 1px 0 0 rgba(0, 0, 0, 0);
    }

    .about5_cooperation_sum .swiper-pagination {
        display: block;
        width: 100%;
    }

    /* about4 */
    .about4_editor {
        width: 100%;
        padding-bottom: 80px;
    }

    /* about1 */
    .about1_sum {
        padding: 40px 0 20px;
        background-size: 60%;
    }

    .about1_editor {
        font-size: 14px;
        line-height: 2;
        padding-top: 20px;
    }

    .about1_sum .left, .about1_sum .right {
        width: 100%;
        float: none;
        padding-bottom: 20px;
    }

    /*pro*/
    .pro2_sum li {
        height: 320px;
    }

    .prodetails .right .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .prodetails .right .desc {
        font-size: 13px;
        padding-bottom: 30px;
    }

    .prodetails .right .zixun, .prodetails .right .liaojie {
        line-height: 40px;
        font-size: 13px;
        width: 48.5%;
        max-width: 200px;
        float: left;
    }

    .prodetails .right .btns {

    }

    .prodetails .right .zixun {
        margin-right: 3%;
    }

    /*proD*/
    .pro_details1 .question_sum .table {
        margin-top: 15px;
    }

    .prodetails .left {
        width: 95%;
        float: none;
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .prod {
        padding: 10px 0 30px;
    }

    .prodetails .right {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    /*basic*/
    .neiye_title .a2 {
        margin-top: 7px;
        font-size: 16px;
    }

    .neiye_title .a1 {
        font-size: 28px;
    }

    .box {
        width: 94%;
        margin: auto;
    }

    .index_live_banner .lans {
        padding: 10px;
    }

    .iphonemedia {
        display: block
    }

    .pcmedia {
        display: none
    }

    /*header*/
    .header {
        background: #fff;
        padding: 0;
    }

    .header.bg0 {
        background: #fff;
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header.fix {
        position: fixed;
    }

    .header.fix.bg1 {
        height: calc(100vh + 85px);
        overflow: hidden;
        overflow-y: scroll;
    }

    .header_lans {
        line-height: 32px;
        position: relative;
        background: #222;
        z-index: 10;
    }

    .header_lans .ones {
        width: 85%;
        margin: 0 5% 0 5%;
        color: #ffffff;
        font-size: 10px;
        text-align: center;
    }

    .header_lans .close {
        position: absolute;
        right: 5px;
        top: -2px;
        z-index: 3;
        width: 21px;
    }

    .header.on {
        top: -60px;
    }

    .header.on1 {
        top: -66px;
    }

    .header_top {
        height: 66px;
        position: relative;
        z-index: 10;
        transition: all .4s;
        -webkit-transition: all .4s;
        /* border-bottom: 1px solid rgba(0, 0, 0, .15); */
    }

    .header.bg0 .header_top {
        border-bottom: 1px solid rgba(0, 0, 0, 0);

    }

    .header_relative {
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .header_top .login_header {
        float: right;
        margin-top: 23px;
        opacity: 1;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .header_top .logo {
        position: absolute;
        bottom: 50%;
        left: 50%;
        transform: translate(-50%, 50%);
        width: 60px;
    }

    .header_top .menu_icon {
        float: left;
        margin-top: 16px;
        margin-left: 3px;
    }

    .menu_icon span {
        display: block;
        width: 27px;
        height: 3px;
        background: #999;
        margin: 6px 0;
        transition: all .4s;
        -webkit-transition: all .4s;
    }

    .menu_icon.on span:first-child {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: 15px;
    }

    .menu_icon.on span:nth-child(2) {
        display: none;
    }

    .menu_icon.on span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -9px;
    }

    .header_bottom {
        display: none;
        width: 100%;
        position: relative;
        z-index: 10;
        padding: 1px 0;
    }


    .header_nav {
        border-bottom: 5px solid #27a2dd;
        padding-bottom: 2px;
        padding-top: 20px;
    }

    .header_nav li {
        border-top: 1px solid #eee;
    }

    li {
    }

    .header_nav li > a{
        display: block;
        position: relative;
        font-size: 17px;
        line-height: 22px;
        padding: 16px 0;
        color: #444;
        text-align: left;
    }
    .header_nav li .item1{
        position: relative;
    }
    .header_nav li > a:after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        right: 20px;
        width: 8px;
        height: 8px;
        border-bottom: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all .4s;
        -webkit-transition: all .4s;
    }
.header_nav li .item1:after {
     content: '';
     display: block;
     position: absolute;
     top: 8px;
     right: 20px;
     width: 8px;
     height: 8px;
     border-bottom: 1px solid #999;
     border-right: 1px solid #999;
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
     transition: all .4s;
     -webkit-transition: all .4s;
 }
    .header_nav li > a.arrow:after,.header_nav li .item1.arrow:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .header_nav li .item1 dd{
        padding:0 0 10px 0;
        display: none;
    }
    .header_nav li .item1 dd a{
        font-size: 15px;
        line-height: 2;
        padding: 0;
    }
    .header_nav .t2 {
        display: none;
        margin-top: -5px;
        margin-left: 10px;
        padding-bottom: 10px;
        text-align: left;
    }

    .header_nav .t2 a, .header_search a,.header_nav li .item1  {
        display: block;
        font-size: 15px;
        line-height: 40px;
        color: #444;
    }

    .seach_box .cancal {
        color: #6bf;
        font-size: 17px;
        display: none;
        margin-left: 3px;
    }

    .seach_box.focus {
        width: 85%;
        position: relative;
        /* margin-top: 40px; */
    }

    .seach_box.focus .cancal {
        position: absolute;
        left: 102%;
        width: 100px;
        display: block;
        top: 0;
        line-height: 40px;
    }

    .header_search {
        display: none;
    }

    .header_search h2 {
        font-size: 13px;
        line-height: 1;
        color: #888888;
    }

    .header_search1 {
        padding-top: 5px;
    }

    .header_search1 a {
        font-size: 15px;
        line-height: 50px;
        color: #fff;
        border-top: 1px solid #4f4f4f;
    }

    .header_search1 a:first-child {
        border-top: 0;
    }

    .login_header.opacity {
        opacity: 0;
    }

    /*main*/
    .container {
        padding-top: 75px;
    }

    .banner_neiye_container {
        padding-top: 50%;
    }
    .banner_neiye_container .banner_video{
        display: none;
    }
    .banner_neiye_container .lans {
        max-width: 100%;
        padding: 0 5%;
    }

    .banner_neiye_container .title {
        font-size: 28px;
    }

    .banner_neiye_container .desc {
        font-size: 16px;
    }

    /*news*/
    .right_event_desc {
        width: calc(100% - 260px);
        margin-right: 0%;
        margin-left: 30px;
    }

    .news3_container .swiper-container {
        width: 100%;
    }

    .swiper-control-button {
        right: 4%;
        bottom: 0;
        width: 33%;
    }

    .news3_container .lans {
        padding: 0 5% 30px;
    }

    .news4_container {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 980px) {
    .search-result .arrows{
        display: none;
    }

    .search_reasult .swiper-container{
        width: calc(100% + 10px);
        margin-left: -5px;
    }
    .search-result li{
        padding-right: 0;
        padding-right: 0;
    }
    .search_reasult .pro-search li:nth-child(even),
    .search_reasult .pro-search li{
        /* margin: 10px 0; */
        width: 100%;
        padding: 5px 0;
        display: block;
    }
    .search_reasult .tit ,.search-title{
        font-size: 17px;
        padding: 20px 0;
    }
    .search-result .mess,.search-result .times{
        font-size: 13px;
    }
    /*index*/
    .index_title .left {
        font-size: 24px;
    }

    .index1_banner .tips {
        font-size: 14px;
    }

    .index1_banner .title {
        font-size: 26px;
    }

    .index1_banner .link {
        font-size: 12px;
    }

    /*pro_d*/
    .recommend_list{
        width:100%;
    }
    .recommend_pro {
        padding: 30px 0;
        background: #f6f7fb;
    }

    .recommend_list li {
        width: calc(50% - 10px);
        padding-bottom: 20px;
    }
    .index2_list_sum .recommend_list .swiper-pagination {
        display:none;
    }

    .service3 {
        background: transparent;
    }

    .service3_sum {
        margin: 20px 0 100px;
        height: auto;
    }

    .service3_sum ul {
        text-align: center;
    }

    .service3_sum li {
        position: static;
        width: 45%;
        display: inline-block;
        vertical-align: top;
    }

    /*.honor_left*/
    .pro3_sum {
        padding: 30px 3%;
        margin-bottom: 40px;
    }

    .honor_left {
        display: none;
    }

    .honor_right {
        width: 100%;
        float: none;
    }

    .honor_right .name {
        opacity: 1;
        margin-bottom: 20px;
    }

    /*service2*/
    .contact1 .jm11_form {
        padding: 25px;
    }

    .contact1 .jm11_form li {
        width: 100%;
    }

    .jm11_form {
        margin-top: 0;
    }

    .jm11_form li:nth-child(2), .jm11_form li {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .service2 .text {
        height: 40px;
        line-height: 40px;
        padding: 10px 15px;
        font-size: 13px;
    }

    .jm11_form .textarea {
        font-size: 13px;
        padding: 14px 15px;
    }

    .contact3 .jm11_form .t3 {

        margin: 20px 0 10px 0;
    }

    .jm11_form .sub {
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .jm11_form .words{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    /*     join */
    .join_list .title:before {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
    }

    /*pro*/
    .pro1_d_editor {
        font-size: 14px;
        padding-bottom: 50px;
    }

    .pro1_sum li, .pro1_sum li:nth-child(even) {
        margin: 20px 0;
        width: 100%;
        display: block;
        background: #eee;
    }

    .pro_sum .item {
        padding: 20px 25px 20px 20px;
    }

    .pro_sum .logo {
        width: 80px;
        margin: 14px 0;
    }

    .pro_sum .picture {
        width: 200px;
    }

    .pro_sum .lans {
        width: calc(100% - 240px);
    }

    .pro_sum .desc {
        font-size: 13px;
        margin-bottom: 40px;
    }

    .pro_sum .details_pic {
        margin-top: 20px;
        /* display: none; */
    }

    .pro_sum .arrow_btn {
        left: 4%;
    }

    .pro_sum dd {
        display: none;
    }

    /*basic*/
    .neiye_title_container {
        padding: 30px 0 15px;
    }

    .recommend_pro .neiye_title_container {
        padding: 10px 0 15px;
    }

    .neiye_title {
        float: none;
        padding: 0;
    }

    .neiye_title .a2 {
        margin-top: 4px;
        font-size: 15px;
    }

    .neiye_title .a1 {
        font-size: 22px;
    }

    .recommend_pro .neiye_title .a1 {
        font-size: 18px;
    }

    /*main*/
    .banner_neiye_container .title {
        font-size: 22px;
    }

    .banner_neiye_container .desc {
        font-size: 15px;
    }


    .sub-bar-container .home, .sub-bar-box .right_box, .home + .breadcrumb-item-container {
        display: none;
    }

    .breadcrumb-item-container {
        padding: 0 15px;
        width: 180px;
        font-size: 14px
    }

    .sub-bar-container {
        line-height: 40px;
    }

    /*news*/
    .sj_left_event {
        display: block;
        background: #FFFFFF;
        font-size: 14px;
        padding: 0 0 20px;
        text-align: center;
        position: relative;
    }

    .sj_left_event .swiper-slide {
        padding: 10px 25px;
        box-sizing: border-box;
        border: 1px solid #efefef;
    }

    .sj_left_event .swiper-slide-active {
        color: #27a2dd;
    }

    .news4_container {
        display: block;
    }

    .left_event {
        display: none;
    }

    .right_event_desc {
        margin: 0;
        width: 100%;
    }

    .news2_sum, .news2_sum li:first-child {
        padding: 0;
    }

    .sw_details .swiper-pagination {
        width: 40px;
        right: 5%;
    }

    .sw_details .swiper-pagination .swiper-pagination-current {
        font-size: 15px;
    }

    .sw_details .ones {
        font-size: 14px;
        width: calc(100% - 50px);
    }

    .neiye_selected {
        font-size: 15px;
        float: none;
        margin: 10px 0;
    }

    .neiye_selected a {
        margin-left: 20px;
        border-bottom: 2px solid transparent;
    }

    .new_pagetion {
        padding-top: 12px;
    }

    .new_d, .news_left {
        padding: 30px 0 0;
        width: 100%;
        float: none;
    }

    .new_pagetion a {
        font-size: 14px;
    }

    .new_d .mess li.share100 {
        display: none;
    }

    .new_list .neiye_title .a3 {
        width: 100%;
        position: static;
        padding: 20px 0;
        min-width: 100%;
    }

    .new_d {
        padding: 50px 0;
    }

    .new_d .title {
        font-size: 18px;
    }

    .new_d .mess {
        /* padding: 10px 0 7px; */
    }

    .new_d .mess li {
        font-size: 13px;
        margin-right: 20px;
    }

    .new_d .mess .fs {
        font-size: 14px;
    }

    .new_d .mess .fs_lagren {
        margin-right: 15px;
    }

    .new_d .editors {
        padding: 20px 0 20px;
        font-size: 13px;
    }

    .new_pagetion {
        padding-top: 12px;
    }

    .new_d, .news_left {
        padding: 30px 0 0;
        width: 100%;
        float: none;
    }

    .new_pagetion a {
        font-size: 14px;
    }

    .new_details {
        padding: 0 0 20px 0;
    }

    .new_bottom {

        /* padding-top: 20px; */

    }

    .new3_sum {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    /*index*/
    .index_news_top {
        padding-top: 15px;
    }

    .news_right a {
        margin-left: 20px;
    }

    .index_news_top .title {
        font-size: 15px;
        margin: 9px 0;
    }

    /*.index_news_bottom a {*/
    /*    width: 100%;*/
    /*}*/
    .index_news_top .tips, .index_news_top .more {
        font-size: 12px;
    }

    .index3_sum .lans,.index3_sum a:hover .lans {
        padding: 20px;
    }
    .index2_nav .before{
        max-width:60%;
    }
    .index2_nav .after {
        padding: 0 5px;
        height: 60px;
        line-height: 60px;
    }
    .index2_nav .after img{
        height: auto;
    }
    .index_title {
        padding: 45px 0 15px;
    }

    .index2_list_sum .recommend_list {
        padding-bottom: 0;
    }

    .index6_contact .contact_list li {

        margin-bottom: 27px;
    }

    .index_title .left {
        font-size: 20px;
        line-height: 21px;
        background-position-y: 2px;
    }

    .index1_banner .title {
        font-size: 20px;
    }

    /*pro_d*/
    .recommend_list .title {
        font-size: 15px;
    }

    .contact1 .jm11_form {
        margin-bottom: 20px;
    }

    .contact1 {
        background-size: 50%;
    }

    .contact2_list {
        margin: 20px 0;
        display: block;
    }

    .contact2_list li {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        padding-right: 0;
        box-sizing: border-box;
        width: 100%;
        font-size: 12px;
        margin-top: 15px;
    }

    .contact2 .map {
        margin: 20px 0;
    }

    /*about3*/
    .about3_list li, .about3_list li:nth-child(3n), .about3_list li:nth-child(4n) {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
        font-size: 12px;
        line-height: 40px;
    }

    .about3_list li:nth-child(even) {
        margin-right: 0;
    }

    /*join*/
    .join_option {
        padding-bottom: 10px;
    }

    .join_option .title {
        width: 100%;
        float: none;
        background-position: calc(100% - 10px) center;
        line-height: 40px;
        height: 40px;
        background-size: 10px;
        font-size: 12px;
        margin-right: 0;
    }

    .join_option .select {
        width: 100%;
        font-size: 13px;
    }

    .join_list_container {
        padding: 10px 0 20px;
    }

    .join_list li {
        margin-bottom: 8px;
    }

    .join_list .email_lans {
        float: none;
        margin: 0 0 20px 0;
    }

    .join_list .editor {
        line-height: 2.2;
    }

    .join_list .title dd, .join_list .title dd:nth-child(1) {
        font-size: 14px;
        width: calc(33% - 3px);
        display: inline-block;
        float: none;
        padding: 5px;
        box-sizing: border-box;
    }

    .join_list .title dd:nth-child(1) {
        width: 100%;
        font-size: 16px;
    }

    .join_list .title {
        padding: 10px 40px 10px 10px;
        font-size: 14px;
    }

    .join_list .content {
        padding: 15px 20px;
    }

    /* about4 */
    .about4_editor {
        padding-bottom: 50px;
    }

    /*pro*/
    .pro1_d_editor {
        font-size: 16px;
        /* line-height: 2; */
        padding: 0px 0 30px;
    }

    .pro2_sum .bg {
        background-size: cover;
    }

    .pro2_sum li, .pro2_sum li:nth-child(even) {
        width: 100%;
        /* height: 280px; */
        margin: 7px 0;
    }

    .pro2_sum .lans {
        width: calc(100% - 50px);
        margin: 10px 25px;
        height: auto;
        bottom: 16%;
    }

    .pro2_sum a:hover .lans {
        height: auto;
    }

    .pro2_sum .btns {
        width: 111px;
        line-height: 35px;
        font-size: 12px;
    }

    .pro2_sum .arrow_btn {
        bottom: 22%;
    }

    .pro2_sum .title {
        font-size: 17px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .pro2_sum .desc {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .pro_sum li {
        margin-bottom: 15px;
    }

    .pro_sum {
        padding: 25px 0;
    }

    .pro_results {
        margin: 0 auto 10px;
    }

    .pro_results .text {
        font-size: 13px;
        background: url("../images/icon_search.png") 15px center no-repeat #eee;
        padding-left: 45px;
    }

    .pro_results .submit {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    /*news*/
    .news2_sum a {
        display: block;
    }

    .news2_sum .picture {
        width: 100%;
    }

    .news2_sum .lans {
        width: 100%;
        padding: 20px 15px;
    }

    .news2_sum .desc {
        margin: 10px 0 25px;
    }

    .news2_sum .time span {
        font-size: 14px;
    }

    .news3_container {
        padding: 0px 0 0px;
    }

    .news3_container .pic {
        width: 100%;
    }

    .news3_container .lans {
        width: 94%;
        margin: 30px auto 60px;
        padding: 0;
    }

    .swiper-control-button {
        width: 94%;
    }

    .news3_container .item {
        display: block;
    }

    .neiye_selected {
    }

    .pagetion .number a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 1px;
    }

    .pagetion .total {
        font-size: 16px;
        line-height: 30px
    }

    .pagetion .number a.icon {
        padding: 0;
    }

    .pagetion {
        padding: 25px 0 45px 0;
    }

    .news_top .t1 {
        font-size: 20px;
        margin-top: 12px;
    }

    .news_top .t2 {
        font-size: 12px;
        margin: 5px 0 20px;
    }

    .news_top .t3 {
        font-size: 12px;
    }

    .news_top .picture {
        width: 100%;
        float: none;
    }

    .news_top .lans {
        width: 100%;
        float: none;
        padding-top: 20px;
    }

    .new_bottom .l_right {
        width: 55px;
        margin-top: 6px;
        font-size: 15px;
        padding: 22px 2%;
    }

    .new_bottom .lr1 {
    }

    .new_bottom .r_right {
        width: calc(100% - 67px);
        padding-top: 2px;
    }

    .new3_sum .r_right {
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    .new_bottom .rr1 {
        font-size: 17px;
    }

    .new_bottom .rr2 {
        font-size: 13px;
        margin-top: 2px;
    }

    .new_bottom a {
        padding: 15px 0;
    }

    .new3_sum .l_pic_right {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }

    .new3_sum.new_bottom .l_right {
        width: 100%;
        text-align: left;
        padding: 0;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

    .new3_sum.new_bottom .lr1, .new3_sum.new_bottom .lr2 {
        width: auto;
        display: inline-block;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .swiper-control-button .conreol-button-wrapper, .swiper-control-button {
        position: static;
    }

    .swiper-control-button .swiper-pagination {
        bottom: 0;
        display: none;
    }

    .swiper-control-button .conreol-button-wrapper .swiper-button-next, .swiper-control-button .conreol-button-wrapper .swiper-button-prev {
        top: 20%;
        background-color: #FFFFFF;
        border-radius: 0;
    }
}

@media screen and (max-width: 640px) {
    /*index*/
    .index4_sum .index4_sum_top img {
        padding-bottom:70px;
    }

    .iphonemedia1 {
        display: block
    }

    .pcmedia1 {
        display: none
    }
    .index4_sum_top .lans{
        position: static;
        opacity: 1;
        width: 100%;
    }

    .index4_sum_top .title {
        font-size: 20px;
        color: #27a2dd;
    }

    .index4_sum_top .desc {
        font-size: 14px;
        color: #444444;
        margin: 25px 0;
    }

    .index4_sum_top .arrow {
        background: url("../images/icon_arrow4.png") no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
    }


    .index4_sum_bottom {
        /* width: 80%; */
        /* height: 50%; */
        /* right: 0; */
        /* top: 10%; */
        /* left: auto; */
        /* position: static; */
        width: 100%;
        height: auto;
        left: 0;
        bottom: 85px;
        height: 150px;
        top: auto;
        border: 0;
    }

    .index4_sum_bottom .swiper-slide {
        padding: 10px;
    }
}

@media screen and (max-width: 560px) {
    /*pro*/
    .pro_sum .title {
        margin-top: 2px;
        font-size: 15px;
    }

    .pro_sum.pro1_sum .picture {
        float: left;
        width: 125px;
    }

    .pro_sum.pro1_sum .lans {
        float: right;
        width: calc(100% - 140px);
    }

    .pro_sum.pro1_sum .desc {
        font-size: 12px;
    }

    .pro1_sum.pro_sum .details_pic {
        line-height: 20px;
    }

    .pro2_sum li {
        height: 220px;
    }

    .pro_sum .picture, .pro_sum .lans {
        width: 100%;
    }

    .pro_sum .item {
        padding: 18px;
        display: block;
    }

    .arrow_btn .quan {
        width: 18px;
        height: 18px;
        border-width: 1px;
    }

    .arrow_wrapper img {
        width: 22px;
        left: -10px;
        top: 4px;
    }

    /*basic*/
    .pagetion .number a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin: 0 1px;
    }

    .pagetion .number a img {
        /* width: 10px */
    }

    .pagetion .number a.icon {
        /* padding: 6px 0 0; */
    }

    .pagetion {
        padding: 25px 0 45px 0;
    }

    .honor_right a {
        padding: 5% 20%;
    }

    .honor_right .name {
        font-size: 16px;
    }
}

.side {

    position: fixed;

    right: 1.25rem;

    top: 50%;

    z-index: 100;

    background: #fff;

    border-radius: 1.25rem;

    box-shadow: 0 0 .625rem #ccc;

    padding: 1.5rem 1rem;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    transform: translateY(-50%);

    display: none;

    z-index: 999;

}


.gotop {

    text-align: center;

}


.side_logo {

    width: 4.25rem;

    height: 4.25rem;

    background: #009944;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

    margin-bottom: 1.25rem;

}


.side_logo img {

    width: 70%;

}


.side li {

    border-top: .0625rem solid #d8d8d8;

    padding: .625rem 0rem .625rem 0;

}


.side li h2 {

    /*font-size: 1rem;*/

    font-size: 14px;

    line-height: 1.5em;

}


.side li p {

    font-size: .75rem;

    line-height: 1.5em;

}


.side li p a .iconfont {

    color: #009944;

    font-size: 1.5rem;

}


.side .side_tel {

    color: #009944;

    font-size: 1rem;

}

@media screen and (max-width: 560px) {
    .wap_none {
        display: none !important;
    } 
}