@charset "UTF-8";

html {
    height: 100%;
    font-size: 14px;
    font-family: "akkuratPro-regular", Helvetica, Arial, sans-serif, "&#24494;&#36719;&#38597;&#40657;", "&#23435;&#20307;",
        "Verdana,Arial,Helvetica,sans-serif";
}

body {
    position: relative;
    display: block;
    color: #000;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol,
    ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
    details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio,
    video, p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


@charset "UTF-8";
/** --------------- 公共布局样式 -------------- */
.outer_width {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
    .outer_width {
        
    }
}
.fl {
    float: left;
}

ul {
    clear: both;
    list-style: none;
    box-sizing: border-box;
}

.div_hide {
    display: none;
}

.div_show {
    display: block !important;
}

/* ---------- 居中菜单标题样式 1 -------------- */
.container_item_title {
    height: 80px;
    text-align: center;
    /* max-width: 1200px;
    margin: 0px auto; */
}

.container_item_title h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 10px;
}

.container_item_title .minor_title {
    color: #666;
    font-style: italic;
}

/* ---------- 居中菜单标题样式 2 -------------- */
.menu_item_title {
    text-align: center;
    font-size: 0;
}

.menu_item_title .cross_div {
    width: 30px;
    display: inline-block;
}

.menu_item_title .cross_div .vertical_div {
    position: relative;
    width: 50%;
    height: 100%;
    border-right: 2px solid #cccccc;
}
.menu_item_title .cross_div div {
    position: relative;
    width: 100%;
    height: 60%;
    border-bottom: 2px solid #c0c0c0;
    bottom: 5px;
}
.menu_item_title .cross_div .horizontal_div_left {
    left: 16px;
}
.menu_item_title .cross_div .horizontal_div_right {
    left: -16px;
}
.menu_item_title .menu_div {
    display: inline-block;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    padding: 0px 50px;
    margin: 20px 0px;
}
.menu_item_title .menu_div .title_top {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.menu_item_title .menu_div .title_buttom {
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 25px;
}

/* ---------------------- 手机模式菜单 ---------------------- */
.menu_mobile_div {
    width: 100%;
    height: 60px;
    /* background: rgba(23, 25, 29, 0.9); */
    /* background: rgba(255, 255, 255, 0.9); */
    padding: 0;
    overflow:hidden;
}

.menu_mobile_div .app_nav_top_div {
    padding-top: 10px;
}
.menu_mobile_div .app_nav_menu {
    float: left;
    width: 32px;
    height: 60px;
    display: block;
    padding: 0;
    position: relative;
    margin-left: 5px;
}

.menu_mobile_div .app_nav_menu span {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    left: 4px;
    top: 8px;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transform-origin: center;
    -webkit-transform-origin: center;
    background: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg" width="100" height="2"><rect width="100" y="0.5" height="1.5" fill="rgb(60,60,60)"/></svg>') no-repeat top;
}
.menu_mobile_div .app_nav_menu span:nth-child(2) {
    top: 15px;
}
.menu_mobile_div .app_nav_menu span:nth-child(3) {
    top: 22px;
}

.menu_mobile_div .app_nav_menu.checked span {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu_mobile_div .app_nav_menu.checked span:nth-child(2) {
    transform: scale(.05, 1);
}
.menu_mobile_div .app_nav_menu.checked span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.menu_mobile_div .app_nav_icon {
    float: left;
    width: calc(100% - 128px);
    height: 32px;
    display: block;
    padding: 0;
    position: relative;
    text-align: center;
}
.menu_mobile_div .app_nav_icon img {
    width: 180px;
    height: 28px;
    margin-top: 2px;
    vertical-align:middle
}
.menu_mobile_div .app_nav_icon span {
    vertical-align:middle
}

.menu_mobile_div .app_nav_lang {
    float: left;
    width: 91px;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0;
    position: relative;
    text-align: left;
    font-weight: bold;
}

.menu_mobile_div .app_nav_lang select {
    width: 83px;
    height: 26px;
    font-size: 14px;
}
.menu_mobile_div .app_mav_cont_div {
    height: calc(100% - 60px);
    width: calc(100% - 25%);
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 99;
    top: 60px;
    display: none;
    padding: 5px;
    padding: 0 12.5%;
}
.menu_mobile_div .app_mav_cont_div.checked {
    display: block;
    padding: 0 12.5%;
}
.menu_mobile_div .app_mav_cont_div ul {
    clear: both;
    list-style: none;
    box-sizing: border-box;
}
.menu_mobile_div .app_mav_cont_div ul li {
    padding-top: 15px;
    padding-bottom: 10px;
}
.menu_mobile_div .app_mav_cont_div ul li.checked {
    color: #4789c6;
    border-bottom: 1px solid #4789c6;
}
.body_mobile_checked {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position:fixed;
}

/* ---------------------- 方形一排 2 个图片 ---------------------- */
.rectangle_2_item {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}
.rectangle_2_item ul {
    font-size: 0;
}
.rectangle_2_item li {
    height: 300px;
    width: calc(50% - 10px);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: center;
    clear: both;
    list-style: none;
    box-sizing: border-box;
    display: inline-block;
    min-width: 300px;
    font-size: 14px;
    margin-top: 10px;
}
.rectangle_2_item li:nth-child(2n) {
    float: right;
}
.rectangle_2_item li .li_placeholder_div {
    height: 40%;
}
.rectangle_2_item li .li_title_div {
    height: 60%;
    padding-left: 50px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    color: #999999;
}
.rectangle_2_item li .li_title_div h1 {
    font-size: 28px;
    margin: 10px 0px;
}
.rectangle_2_item li .li_title_div h2 {
    font-size: 20px;
    margin: 10px 0px;
}
.rectangle_2_item li .li_title_div div {
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background: #1bbc9b;
    width: 160px;
    margin-top: 20px;
    cursor: pointer;
}

/* ------------------------- 短标题短图片 ------------------------*/
.short_title_div {
    padding-bottom: 20px;
}

.short_title_div ul {
    width: 100%;
    font-size: 0;
}

.short_title_div li {
    height: 140px;
    width: 25%;
    clear: both;
    list-style: none;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0px;
    text-align: center;
    color: #000000;
}

.short_title_div li img {
    height: 38px;
    margin: 20px 0px;
}

.short_title_div h3 {
    height: 28px;
}

/* ------------------------- 横版长图片 ------------------------*/
.long_img_div {
    width: 100%;
    margin: 0px auto;
    height: auto;
/*     background-repeat: no-repeat;
    background-size: auto 400px;
    background-position: center; */
}
.long_img_div img {
        width: 100%;
}    
@media screen and (max-width: 768px) {
 /*    .long_img_div {
        height: 200px;
        background-size: auto 200px;
    } */
}


/* ------------------------- header页面样式 ------------------------*/
.header_wrap {
    width: 1200px;
	margin: 0 auto;
	zoom: 1;
	height: 90px;
	overflow: hidden;
}

.header_wrap:after{
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height: 0;
}

.header_wrap .logo{
	float: left;
	padding: 20px 0;
}

.header_wrap .logo a{
	display: block;
	font-size: 0;
}

.header_wrap  ul{
	float: left;
	clear: none;
	padding: 25px 0;
/* 	margin-left: 156px;/wjd */
	margin-left: 76px;
}

.header_wrap  ul li{
	float: left;
	padding: 0 6px;
	background: url(../../image/navBg.png) no-repeat center right;
	position: relative;
	padding-left: 20px;
	margin-left: 20px;
}

.header_wrap  ul li:first-child{
	margin-left: 0;
}

.header_wrap  ul li:last-child{
	background: none;
}

.header_wrap  ul li.active a{
	border-bottom: 4px solid #0052d9;
	border-radius: 2px;
	color: #0052d9;
}

.header_wrap  ul li img{
	position: absolute;
	left: 0;
	top: 0;
}

.header_wrap  ul li a{
	display: block;
	line-height: 36px;
	color: #2b2b2b;
}

.header_wrap  ul li span{
	padding: 0 18px;
	font-size: 16px;
}

.header_wrap .changeLang{
	float: right;
	line-height: 90px;
	font-size: 14px;
	color: #b8b8b8;
}

.header_wrap .changeLang a{
	margin: 0 10px;
}

.header_wrap .changeLang a.active{
	color: #000;
}

.header_wrap .changeLang a:last-child{
	margin-right: 0;
}

.menu_mobile_div {
    max-width: 1200px; 
    margin: 5px auto;
    display: none;
}

/* ------------------- 公司介绍样式 ----------------------*/
.company_about_div {
    max-width: 1200px;
    margin: 0px auto;
    padding: 50px 0px;
}

.company_about_div h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin: 10px 0px;
}

.company_about_div h1 span {
    font-size: 30px !important;
}

.company_about_div h1 + h1 {
    border: 0px;
}

.company_about_div .company_summary_div {
}

@media screen and (max-width: 1200px) {
    .company_about_div .company_summary_div {
        padding: 0px 5px;
    }
}

.company_about_div .company_summary_div p {
    line-height: 22px;
    margin: 5px 0px;
    font: normal 16px/30px '微软雅黑';
    color: #666;
}
.company_about_div .company_summary_div p strong {
    font-weight: bold;
}
.company_about_div .company_summary_div span {
    font: normal 16px/30px '微软雅黑';
}

.company_about_div .company_culture_div {
    margin-top: 10px;
}

/* ----------------------- 新闻详情 ------------------------- */
.news_detail_div {
    max-width: 1200px;
    margin: 0px auto;
    margin-top: 30px;
    padding: 0 5px;
}
.news_detail_div h1 {
    color: #000000;
   /*  text-transform: uppercase; */
    font-size: 30px;
    margin: 10px 0px;
    text-align: center;
}

.news_detail_div .news_time {
    padding-bottom: 10px;
    text-align: center;
}
.news_detail_div .icon {
    color: #ffffff;
    padding: 3px 8px;
    background-color: #5991f0;
    margin-right: 5px;
}
.news_detail_div .news_summary_div {
    overflow: hidden;
}
.news_detail_div .news_summary_div p {
    line-height: 22px;
    margin: 15px 0px;
    font: normal 16px/30px '微软雅黑';
    color: #666;
}
.news_detail_div .news_summary_div img {
    max-width: 100%;
    height: auto;
}

/* ----------------------- 产品详情 ------------------------- */
.product_standard {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product_standard .product_nav {
    border: 1px solid #e8e8e8;
    border-bottom-color: #4687ce;
    background-color: #f3fbfe;
    height: 42px;
}

.product_standard .product_nav .cur {
    background-color: #4687ce;
    color: #fff;
}

.product_standard .product_nav span {
    float: left;
    padding: 0 42px;
    line-height: 42px;
    cursor: pointer;
}

.product_standard span {
    font-size: 16px;
    color: #565656;
}
.product_standard .product_content {
    
}

.product_standard .proCon {
    display: none;
}
.product_standard .proCon.show {
    display: block;
}

/* ----------------------- 双排左图右字 ------------------------- */
.left_img_right_text ul {
    list-style: none;
    border: 0;
    font-size: 0;
}
.left_img_right_text li {
    float: left;
    list-style: none;
    box-sizing: border-box;
}
.left_img_right_text li {
    width: 50%;
    padding: 20px 0px;
}
.left_img_right_text .ability_img {
    width: 143px;
    height: 143px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 143px 143px;
    float: left;
    border-radius: 50%;
}
.left_img_right_text .ability_text {
    width: calc(100% - 163px);
    float: left;
    padding: 0px 10px;
}
.left_img_right_text li span {
    font: normal 14px/24px '微软雅黑';
}
.left_img_right_text h4 {
    font: normal 21px/47px '微软雅黑';
}

/* ----------------------- 多排上图下文字 ------------------------- */
.top_img_bottom_text {
    overflow: hidden;
    text-align: center;
}
.top_img_bottom_text li {
    float: left;
    width: 230px;
    margin-right: 10px;
    border: 1px solid #dbdbdd;
}
.top_img_bottom_text li:last-child {
    margin-right: 0px;
}
.top_img_bottom_text li .hd {
    width: 100%;
    height: 116px;
    overflow: hidden;
    background-color: #163863;
}
.top_img_bottom_text li .hd img {
    width: 65px;
    height: 50px;
    padding-top: 20px;
}
.top_img_bottom_text li .hd h4 {
    font: normal 18px/46px '微软雅黑';
    color: #fff;
}

.top_img_bottom_text li .bd {
    font: normal 16px/48px '微软雅黑';
    padding-top: 20px;
    height: 236px;
}

/* ------------------------- 规格参数表格控件 ------------------------- */
.product_specification_div {
    padding: 5px 0px;
}

.product_specification_div table {
    width: 100%;
    border-collapse: collapse;
}
.product_specification_div table tr:nth-child(1) {
    border: 1px solid #7e7e7e;
    background-color: #d1d5d6;
    font: normal 16px/30px '微软雅黑';
    text-align: center;
}
.product_specification_div table tr:nth-child(1) td {
    font: normal 16px/30px '微软雅黑';
}
.product_specification_div table tr td {
    border: 1px solid #7e7e7e;
    padding: 5px 5px;
    font-size: 14px;
}
.product_specification_div table tr td:nth-child(1) {
    width: 20%;
    min-width: 75px;
}
.product_specification_div table tr td.tableLeft{
    /* white-space: nowrap; */
    min-width: 70px;
}
.product_specification_div table tr:nth-child(2n) {
    background-color: #e8e9eb;
}

/* ------------------------- 左对齐副标题+下划线控件 ------------------------- */
.left_title_div {
    max-width: 1200px; 
    margin: 5px auto;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    height: 34px;
}

@media screen and (max-width: 720px) {
    .left_title_div {
        margin: 5px 8px;
    }
}

.left_title_div .title_text {
    height: 25px;
    font-size: 20px;
    border-left: 4px solid #4687c4;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
}

/* -------------------------  ------------------------- */
.outer_width2 {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.product_li_banner {
    font-size: 16px;
    padding: 10px 0px;
    margin: 0 auto;
}
.product_li_banner .right-item {
    display: inline-block;
    width: calc(25% - 13px);
    margin: 10px 0px;
    margin-left: 8px;
    cursor: pointer;
    transition: transform ease 0.5s;
}

.product_li_banner .right-item:hover{
	border: 0px solid #80a8ed;
	box-shadow:#80a8ed 0px 0px 10px;
	transform: scale(1.02);
}
.product_li_banner .right-item .productImg {
    height: 25vw;
    max-height: 320px;
    width: 100%;
}
.product_li_banner .right-item .title {
    padding: 10px;
    text-align: center;
    background: #f7f7f7;
    line-height: 25px;
}
.product_li_banner .right-item .title .onetitle {
    color: #494949;
}
.product_li_banner .right-item .title .twotitle {
    color: #ababab;
}
/* 720 以下显示 3 条数据 */
@media screen and (max-width: 720px) {
    .product_li_banner .right-item .productImg {
        height: 33vw;
    }
    .product_li_banner .right-item {
        width: calc(33% - 11px);
    }
}
/* 584 以下显示 2 条数据 */
@media screen and (max-width: 584px) {
    .product_li_banner .right-item .productImg {
        height: 50vw;
    }
    .product_li_banner .right-item {
        width: calc(50% - 15px);
    }
}
/* 364 以下无法显示 2 条，只显示 1 条数据 */
@media screen and (max-width: 364px) {
    .product_li_banner {
        max-width: 300px;
    }
    .product_li_banner .right-item .productImg {
        height: 100vw;
    }
    .product_li_banner .right-item {
        width: calc(100% - 16px);
    }
}

.news_buttom_div input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 4px;
    cursor: pointer;
    background-color: #ffffff;
    margin-top: 10px;
}
.news_buttom_div input:hover {
    background-color: #ddd;
}
.news_buttom_div input.active {
    background-color: #5891f0;
    border: 1px solid transparent;
    color: #fff;
}


/* ---------------------- 底部 footer 样式 ---------------------- */
.footer_base {
    background-color: #2d2d2d;
    color: #ffffff;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.footer_base .footerBox{
	width: 1200px;
	margin: auto;
	zoom: 1;
}

.footer_base .footerBox:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.footer_base .footerBox .footerLeft{
	width: 600px;
	float: left;
	text-align: left;
	padding: 40px 0;
}

.footer_base .footerBox .footerLeft .footerLeftList{
	zoom: 1;
}

.footer_base .footerBox .footerLeft .footerLeftList:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.footer_base .footerBox .footerLeft h4,
.footerCenter h4,
.footerRight .wechat h4{
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}

.footer_base .footerBox .footerLeft ul{
	zoom: 1;
	margin-bottom: 44px;
}

.footer_base .footerBox .footerLeft ul:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.footer_base .footerBox .footerLeft ul li{
	float: left;
	margin-right: 44px;
}

.footer_base .footerBox .footerLeft ul li a{
	font-size: 16px;
	color: #fff;
}

.footer_base .footerBox .footerLeft p{
	font-size: 16px;
	color: #fff;
	line-height: 46px;
}

.footer_base .footerBox .footerLeft p:not(.first){
	float: left;
	width: 50%;
}

.footerCenter{
	float: left;
	padding: 14px 0;
	margin-left: 77px;
}

.footerCenter h4{
	margin-bottom: 20px;
}

.footerCenter input,
.footerCenter textarea{
	display: block;
	border: 2px solid #ddd;
	width: 292px;
	height: 34px;
	line-height: 34px;
	background: transparent;
	padding-left: 10px;
	margin-bottom: 13px;
	font-size: 16px;
	color: #fff;
}

.footerCenter textarea{
	height: 126px;
	resize: none;
}

.footerCenter input[type="button"]{
	background: #2f75e7;
	width: 310px;
	height: 38px;
	border: 0;
	padding: 0;
	color: #fff;
}

.footerRight{
	float: right;
	padding: 44px 0;
}

.footerRight > img{
	margin-bottom: 140px;
}

.footerRight .wechat{
	width: 130px;
}

.footerRight .wechat h4{
	margin-bottom: 10px;
}

.footerRight .wechat img{
	width: 130px;
	height: 130px;
}
@media screen and (max-width: 1200px) {
    .footer_base .footer_menu_div {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .footer_base > div > div { 
        margin-left: 0px;
    }
}

@charset "UTF-8";
/*GLOBALS*/
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #1bc1a3;
}

body, hmtl {
    font-family: 'Anton', sans-serif;
}

#wrapper {
    width: 100%;
    margin: 10px auto 50px auto;
    height: 400px;
    position: relative;
}

#slider-wrap {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#slider-wrap ul#slider {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 700%;
    left: 0px;
    display: flex;
    transform: translate3d(calc(0px - (1/7)*100%), 0px, 0px);
}

#slider-wrap ul#slider li {
    float: left;
    position: relative;
    height: 400px;
    flex: 1;
}

#slider-wrap ul#slider li>div {
    position: absolute;
    top: 20px;
    left: 35px;
}

#slider-wrap ul#slider li>div h3 {
    font-size: 36px;
    text-transform: uppercase;
}

#slider-wrap ul#slider li>div span {
    font-family: Neucha, Arial, sans serif;
    font-size: 21px;
}

#slider-wrap ul#slider li i {
    text-align: center;
    line-height: 400px;
    display: block;
    width: 100%;
    font-size: 90px;
}

/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.btns:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn_next {
    background-image:
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.btn_prev {
    background-image:
        url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}

/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 3px;
}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
    background: #007aff;
}

/*Header*/
h1, h2 {
    text-shadow: none;
    text-align: center;
}

h1 {
    color: #666;
    text-transform: uppercase;
    font-size: 36px;
}

h2 {
    color: #7f8c8d;
    font-family: Neucha, Arial, sans serif;
    font-size: 18px;
    margin-bottom: 30px;
}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

.container_item_div {
    padding: 50px 0px;
}

.container_item_title {
    height: 80px;
    text-align: center;
}

.container_item_cont {
    overflow: auto;
    margin-top: 30px;
}

.business-item {
    width: 400px;
    float: left;
    text-align: center;
}
.business-item h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.business-item img {
    height: 60px;
    width: 60px;
}
.business-item_text {
    padding: 20px;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 1060px) {
    
}

@media screen and (max-width: 767px) {
    .business-item {
        width: 100%;
        text-align: center;
        margin: 0px auto;
        float: unset;
    }
}

@charset "UTF-8";
 #home-page-banner{
    height: 400px;
}

.container_item_div {
    padding: 15px 0 50px 0px;
    text-align: center;
}

.product_swiper_div_pc {
    dosplay: block;
}

.product_swiper_div_mobile {
    display: none;
}

.container_item_div h1 {
    color: #000000;
    text-transform: uppercase;
    font-size: 36px;
    padding-bottom: 10px;
	padding-top: 50px;
}

.container_item_div .minor_title {
    color: #666;
    letter-spacing: 3px;
    font-style: normal;
}

.container_item_title {
    /* height: 80px; */
    text-align: center;
    margin-bottom: 90px;
}

.container_item_cont {
    overflow: auto;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    font-size: 0;
}

.news_small_pic_div img {
    max-width: 210px;
    width: 40%;
    height: 120px;
    float: left;
    margin-top: 17px;
    margin-right: 10px;
}

.business-item {
    width: 25%;
    display: inline-block;
    text-align: center;
}
.business-item h3 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 35px;
	margin-bottom: 35px;
}
.business-item .business-item-img {
    height: 150px;
    width: 150px;
	text-align: center;
	line-height: 148px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 0 auto;
}

.business-item .business-item-img img{
	display: inline!important;
	vertical-align: middle;
}

.business-item_text {
    text-align: left;
    line-height: 30px;
    font-size: 14px;
    color: #666;
	text-align: center;
}

.product{
	background: #f7f7f7;
}

.productNav{
	display: block;
	width: 1200px;
	margin: auto;
	text-align: center;
	margin-bottom: 22px;
	margin-top:10px;
}

.productNav li{
	cursor: pointer;
	display: inline-block;
	width: 190px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 16px;
	background: url(../../image/producNav.png) no-repeat center;
	margin-left: -35px;
	position: relative;
	z-index: 2;
}

.productNav li.active{
	background: url(../../image/productNacAvtive.png) no-repeat center;
	z-index: 9;
}

.productBox {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	height: 430px;
	padding: 15px 30px;
}

.productBox .productLists{
	position: absolute;
	left: 30px;
	top: 15px;
	height: 430px;
	width: 1200px;
	display: none;
}

.productBox .productLists:first-child{
	display: block;
}

.productListsAni{
	overflow: hidden;
	width: 1200px;
	height: 390px;
	position: relative;
}

.productBox .productLists .productListsTitle{
	line-height: 40px;
	font-size: 20px;
	color: #333;
	display: block;
	width: 100%;
}

.productBox .productLists .productListsTitle h2{
	display: block;
	text-align: left;
}

.productBox .productLists ul{
	width: 9999px;
	height: 390px;
	position: absolute;
	left: 0;
	top: 0;
}

.productBox .productLists ul li{
	float: left;
	width: 280px;
	margin-right: 27px;
}

.productBox .productLists ul li:hover .productListsImg img{
	transform: scale(1.2);
}

.productBox .productLists .productListsImg{
	height: 324px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.productBox .productLists .productListsImg img{
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}

.productBox .productLists ul li h4{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productBox .productLists ul li p{
	color: #9d9d9d;
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.productBox .productLists .productBtn{
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ddd;
	border-radius: 50%;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	transition: .4s;
}

.productBox .productLists .productBtn.productNext{
	left: auto;
	right: -15px;
}

.productBox .productLists .productBtn img{
	display: inline;
	vertical-align: middle;
}

.productBox .productLists .productBtn:hover{
	background: #1e74ed;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-ms-filter: alpha(opacity=100);
	opacity: 1;
}

/* aboutUs */
.aboutUs{
	width: 1200px;
	display: block;
	margin: auto;
}
.aboutUsBox{
	zoom: 1;
}

.aboutUsBox:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.aboutUsBox .aboutUsBoxLeft{
	width: 582px;
	float: left;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList{
	float: left;
	margin-left: 15px;
	width: 184px;
	height: 246px;
	border-radius: 5px;
	padding: 15px;
	background: #31c1cc;
	box-sizing: border-box;
	margin-top: 63px;
	overflow: hidden;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList:nth-child(2){
	height: 372px;
	margin-top: 0;
	background: url(../../image/公司介绍.png) no-repeat center;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList:first-child{
	margin-left: 0;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList .aboutUsImg{
	height: 75px;
	width: 80px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList .aboutUsImg img{
	display: inline;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList .aboutUsImg .bg{
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList h2{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList .line{
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 17px auto;
}

.aboutUsBox .aboutUsBoxLeft .aboutUsBoxList p{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.aboutUsBox .aboutUsBoxRight{
	float: right;
	width: 580px;
}

.aboutUsBox .aboutUsBoxRight p{
	font-size: 20px;
	line-height: 38px;
	color: #333;
	text-align: left;
}
/* aboutUs */

/* news */
.news{
	width: 1200px;
	margin: 0 auto;
}

.newsList li{
	zoom: 1;
	border-bottom: 1px solid #ddd;
	padding: 50px 0;
}

.newsList li .newsImg:hover img{
	transform: scale(1.2);
}

.newsList li a{
	font-size: 0;
}

.newsList li:after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}

.newsList li .newsImg{
	width: 360px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.newsList li .newsImg img{
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	transition: 1s;
}

.newsList li .newsTxt{
	float: right;
	text-align: left;
	width: 820px;
}

.newsList li .newsTxt h4{
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.newsList li .newsTxt p{
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}

.newsList li .newsTxt:hover h4,
.newsList li .newsTxt:hover p{
	color: #003399;
}

.newsList li .newsTxt time{
	display: block;
	font-size: 16px;
	color: #999;
}
/* news */

/* partner */
.partnerBox{
	width: 1300px;
	margin: auto;
	position: relative;
	height: 200px;
	overflow: hidden;
}

.partnerBox .partnerBtn{
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 22px;
}

.partnerBox .partnerBtn a{
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e3e3e3;
}

.partnerBox .partnerBtn a.active{
	background: #1e74eb;
	margin: 0 7px;
}

.partnerBox ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 150px;
	width: 9999px;
}

.partnerBox ul li{
	width: 260px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	float: left;
}

.partnerBox ul li img{
	display: inline!important;
	vertical-align: middle;
}
/* partner */

@media screen and (max-width: 767px) {
    #home-page-banner {
        height:5rem;
    }
    #home-page-banner > div {
        background-size: 100% !important;
    }
    .business-item {
        width: 100%;
        text-align: center;
        margin: 0px auto;
        float: unset;
    }
    .swiper-button-next, .swiper-button-prev {
    	width:35px;
    	height:22px;
    }
    .product_right {
        padding-left: 0px;
    }
    
    .product_swiper_div_pc {
        display: none;
    }
    .product_swiper_div_mobile {
        display: block;
    }
    .container_item_cont {
        width: 100%;
    }
    
    .product_right .product_right_top {
        max-width: 375px;
        justify-content: space-around;
    }
}

.product_swiper_div_mobile .product_right_banner .right-item {
    width: 48%;
}

@media screen and (max-width: 416px) {
    .product_left {
        height: 400px;
    }
    
    .container_item_title {
        margin-bottom: 0px;
    }
    
    .news_pic_div {
        width: calc(100% - 10px);
        margin: 0px 5px;
    }
    .news_cont_div {
        width: calc(100% - 10px);
        margin: 0px 5px;
    }
    
    .product_right_banner {
        justify-content: space-around;
        height: 90vh !important;
        max-height: 625px;
    }
    
    .product_right_banner .right-item .productImg {
        height: 25vh;
        max-height: 90%;
    }
    
    .product_swiper_div_mobile .product_right_banner .right-item {
        
    }
}

@media screen and (max-width: 320px) {
    .business-item {
        width: 320px;
    }
    .product_right .button-item {
        width: auto;
        padding: 10px 2px;
    }
    .product_right .button-item {
        margin: 0 2px;
    }
    
    .product_left {
        height: 320px;
    }
    
    .product_swiper_div_mobile {
        width: 320px;
    }
    
    .product_swiper_div_mobile .product_right_banner .right-item {
        
    }
}

@charset "UTF-8";

.ul_menu {
    text-align: center;
    list-style: none;
    height: 65px;
    /* line-height: 65px; */
    overflow: inherit;
}

.ul_menu > li {
    float: left;
    display: inline;
    list-style: none;
    height: 65px;
    width: 20%;
}

.ul_menu > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.head-nav-title {
    display: block;
    color: #000000;
    font-size: 18px;
    letter-spacing: 1px;
    height: 22px;
}

.head-nav-subtitle {
    display: block;
    color: #aeaeae;
    font-size: 11px;
    letter-spacing: 1px;
    height: 25px;
    line-height: 25px;
}


<!-- -->
.lang_div_css {
    border:1px solid blue; 
    width: 80px; 
    text-align: center;
}
.lang_lbl:after {
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: blue transparent transparent;
    margin-top: 8px;
    position: absolute;
    margin-left: 2px;
}

.lang_lbl:hover {
    
} 

.lang_lbl {
    margin-left: -10px;
    cursor: pointer;
}

.c_lang_select {
    display:none;
}

.c_lang_select ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.c_lang_select li {
    cursor: pointer;
}

.c_lang_select li:hover {
    background-color: #dddcf1;
}

.c_lang_select .lang_checked {
    color: #00C1DE;
}