﻿/*ͨ��*/
.in_banner {
    height: 400px;
}

.in_top {
    height: 75px;
    background: #f8f8f8;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
    margin-top: 10px;
}

.in_top .in_T {
    line-height: 33px;
    padding: 5px;
}

.in_T .inT_EN {
    font-size: 30px;
    color: #e3e3e3;
    text-transform: uppercase;
}

.in_T .inT_CN {
    width: 2rem;
    text-align: center;
    font-size: 24px;
    color: #2e42a3;
    margin: 15px 0;
}

.in_top .in_nav {
    margin-right: 25px;
}

.in_top .in_nav a {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    height: 73px;
    line-height: 76px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.in_top .in_nav a.act,
.in_top .in_nav a:hover {
    border-top-color: #2e42a3;
    background: #fff;
}

.in_main {
    line-height: 28px;
}

/*��������*/
.abt_txt {
    width: calc(100% - 370px);
    float: left;
    font-size: 12px;
    color: #555;
    line-height: 36px;
}

.abt_img {
    width: 346px;
    float: right;
}

.abt_img .abtImg_pic {
    width: 160px;
    margin-left: 13px;
    float: left;
    height: auto;
    margin-bottom: 13px;
    border-radius: 10px;
    overflow: hidden;
    background: #e5e5e5;
}

.abt_img .clearfix:nth-child(even) .abtImg_pic {
    float: right;
}

.abtImg_pic img {
    transition: all .8s;
}

.abtImg_pic:hover img {
    transform: scale(1.1);
}

.business_txt {
    font-size: 12px;
    color: #555;
    line-height: 24px;
    width: 96%;
    margin: auto;
}

/*����*/
.news_list {
    padding: 0 20px 0 40px;
    margin-top: -10px;
}

.news_list .news_one {
    padding: 20px 0;
    display: block;
}

.news_one .news_other {
    float: left;
    width: 160px;
}

.news_other .news_time {
    font-size: 32px;
    color: #6f7bb4;
    padding-top: 25px;
    transition: all .5s;
}

.news_one:hover .news_other .news_time {
    color: #2c2c2c;
}

.news_other .to_newsData {
    font-size: 16px;
    display: block;
    width: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    color: #cdcdcd;
}


.news_other .top_newsData:after {
    content: "";
    width: 0;
    height: 1px;
    background: #cdcdcd;
    transition: all .5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news_one:hover .news_other .to_newsData:after {
    width: 100%;
}

.news_one .news_txt {
    float: left;
   width: 50%;
}


.news_txt .news_T {
    line-height: 70px;
    font-size: 16px;
    color: #3fb7ff;
    font-weight: bold;

}

.news_txts .news_T {
    line-height: 50px;
    font-size: 16px;
    color: #3fb7ff;
}

.news_txt .news_TT {
    line-height: 24px;
    font-size: 12px;
    color: #a6a6a6;
}

.news_TT span{
	border-radius: 3px;
  display: inline-block;
  padding: 2px 9px;
  text-align: center;
}


.news_one .news_img {
    float: right;
    width: 48%;
    overflow: hidden;
    max-height: 160px;
}


.news_one .news_imgs {
    float: right;
    width: 48%;
    overflow: hidden;
      max-height: 1000px;

}

.news_one .news_img img {
    width: 100%;
    transition: all .6s;
}

.news_img img:hover{
    transform: scale(1.1);
}

/****/
.newsData_top {
    padding: 15px 0 10px;
    text-align: center;
}

.newsData_top .newsData_T {
    font-size: 24px;
    color: #555;
    margin-bottom: 15px;
}

.newsData_top .newsData_info {
    font-size: 12px;
    color: #888;
}

.newsData_main {
    font-size: 12px;
    color: #888;
    line-height: 30px;
    padding: 20px;
}

.newsData_main .newsData_img {
    margin-top: 20px;
    text-align: center;
}

.newsData_main .newsData_img img {
    display: inline-block;
    width: 350px;
    height: 210px;
    margin: 0 15px 10px;
}

.news_back {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 12px;
    color: #888;
    background: #e5e5e5;
    border-radius: 10px;
}

/*��ϵ����*/
.fdk_box {
    max-width: 1020px;
    margin: auto;
}

.fdk_box .fdk_ipt_one {
    margin-bottom: 10px;
}

.fdk_ipt_one .fdk_ipt_name {
    float: left;
    width: 80px;
    margin-right: 25px;
    line-height: 62px;
    font-size: 16px;
    color: #555;
    text-align: right;
}

.fdk_ipt_one input {
    float: left;
    width: calc(100% - 145px);
    height: 62px;
    border: 1px solid #b8b8b8;
    font-size: 16px;
    padding-left: 15px;
}

.fdk_ipt_one textarea {
    float: left;
    width: calc(100% - 145px);
    height: 255px;
    border: 1px solid #b8b8b8;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 15px;
    resize: none;
}

.fdk_ipt_one .fdk_ipt_req {
    float: left;
    display: block;
    width: 40px;
    text-align: center;
    line-height: 62px;
    color: #f00;
    font-size: 16px;
}

.fdk_ipt_one.ipt_vCode input {
    width: calc(100% - 305px);
}

.ipt_vCode .vCode {
    float: left;
    width: 150px;
    height: 60px;
    padding-top: 1px;
    margin-left: 10px;
}

.fdk_box .fdk_btn {
    margin-left: 105px;
}

.fdk_box .fdk_btn input[type='button'] {
    width: calc(100% - 40px);
    height: 60px;
    background: #2e42a3;
    font-size: 18px;
    color: #fff;
}

/****/
.bd_map {
    width: 100%;
    height: 360px;
}

.conWay_list {
    padding: 15px 30px 20px;
}

.conWay_list .conWay_one {
    width: 23.33%;
    float: left;
    margin: 0 5%;
    text-align: center;
}

.conWay_one .conWay_txt {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    min-height: 70px;
    margin: 10px 0;
}

.conWay_one .zsj {
    display: block;
    width: 128px;
    height: 128px;
    border: 1px solid #2e42a3;
    border-radius: 50%;
    margin: 0 auto 25px;
}

.conWay_one.conWay_one1 .zsj {
    background: url("../images/con_way_01.png") center no-repeat;
}

.conWay_one.conWay_one2 .zsj {
    background: url("../images/con_way_02.png") center no-repeat;
}

.conWay_one.conWay_one3 .zsj {
    background: url("../images/con_way_03.png") center no-repeat;
}

/*����֧��*/
.tec_one .tec_title {
    padding: 0 15px;
    height: 58px;
    line-height: 58px;
    color: #555;
    font-size: 18px;
    margin-bottom: 15px;
    /*background: linear-gradient(#97a1d2,#97a1d2);*/
    cursor: pointer;
    border: 1px solid #eee;
    background: #fcfcfc;
}

.tec_one .tec_title i {
    display: block;
    float: right;
    height: 100%;
    width: 30px;
    transition: all .5s;
    background: url("../images/qa_data.png") center no-repeat;
}

.tec_one.open .tec_title i {
    transform: rotate(90deg);
}

.tec_one .tec_QA {
    padding-top: 20px;
    display: none;
}

.tec_QA .tecQA_one {
    margin-bottom: 20px;
}

.tecQA_one .tecQ {
    padding-left: 20px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    background: #2f4162;
}

.tecQA_one .tecA {
    padding: 15px 100px 15px 20px;
    border-bottom: 1px solid #c4c4c4;
    color: #555;
    font-size: 12px;
    line-height: 24px;
}

/*����*/
.honor_div {
    padding-top: 40px;
}

.honor_div .honor_box_one {
    margin-bottom: 10px;
    padding: 0 30px 110px;
    background: url("../images/honor_bg.jpg") center bottom/100% 180px no-repeat;
}

.honor_box_one .honor_one {
    width: 23%;
    margin: 0 1%;
    float: left;
    height: 300px;
    line-height: 300px;
    text-align: center;
}

.honor_one img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}

.honor_one:hover img {
    animation: bounce 1.2s;
}

/*��Ʒ*/
.pro_nav {
    width: 160px;
    float: left;
}

.pro_nav a {
    display: block;
    text-align: right;
    line-height: 48px;
    height: 48px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #d8d8d8;
}

.pro_nav a:after {
    content: ">";
    font-family: "\5b8b\4f53";
    padding-left: 15px;
    transition: all .5s;
}

.pro_nav a:hover,
.pro_nav a.act {
    color: #2e42a3;
}

.pro_list {
    width: calc(100% - 160px);
    float: right;
}

.pro_list .pro_one {
    padding-bottom: 15px;
    background: #fff;
    transition: all .5s;
    box-sizing: border-box;
    width: 30.8%;
    margin-left: 2.5%;
    float: left;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.pro_one .pro_pic {
    width: 100%;
    overflow: hidden;
    max-height: 290px;
    background: #fff;
}

.pro_one .pro_pic img {
    max-height: 100%;
    transition: all 1s;
    width: auto;
}

.pro_one:hover .pro_pic img {
    transform: scale(1.1);
}

.pro_one .pro_txt {
    padding: 26px 15px 30px;
    border-bottom: 1px solid #ebebeb;
}

.pro_txt .pro_T {
    font-size: 15px;
    line-height: 30px;
    color: #555;
    font-weight: bold;
}

.pro_txt .pro_TT {
    font-size: 12px;
    line-height: 20px;
    color: #888;
    height: 40px;
}

.pro_one .pro_more {
    display: block;
    width: 73px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
    margin: 15px 25px 0;
    transition: all .5s;
    background: #fff;
}

.pro_list .pro_one:hover {
    background: #2e42a3;
}

.pro_one:hover .pro_txt .pro_T,
.pro_one:hover .pro_txt .pro_TT {
    color: #fff;
}

.pro_one:hover .pro_more {
    border-color: #fff;
    border-radius: 20px;
}

/*****/
.proData_img {
    width: 560px;
    float: left;
    overflow: hidden;
    text-align: center;
}

.proData_img img {
    max-width: 100%;
    transition: all 1s;
}

.proData_img:hover img {
    transform: scale(1.1);
}

.proData_info {
    width: calc(100% - 620px);
    float: right;
}

.proData_info .proData_iT {
    line-height: 30px;
    padding-top: 10px;
    border-bottom: 1px solid #acacac;
    color: #222;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.proData_info .proData_iTT {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    padding-top: 12px;
}

.proData_iTT .pro_share {
    margin-top: 15px;
}

.proData_intro {
    margin-top: 35px;
}

.proData_intro .PDI_T {
    width: 100%;
    border-bottom: 1px solid #cac6bf;
}

.proData_intro .PDI_T span {
    display: inline-block;
    width: 180px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #2e42a3;
}

.proData_intro .PDI_TT {
    min-height: 350px;
    font-size: 14px;
    color: #555;
    line-height: 30px;
    box-sizing: border-box;
    padding: 15px 10px;
}