@charset "utf-8";

html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
li,
ol,
ul,
dd,
th,
td,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    height: 0;
    display: block;
    overflow: visible;
    clear: both;
}

.clearfix {
    zoom: 1;
}

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

ul,
li {
    list-style: none;
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table{
    width: 100%;
    border-collapse: collapse;
}

td{
    padding: 5px 10px;
    border: 1px solid #eaeaea;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.top_out {
    background-color: #eee;
    height: 37px;
    line-height: 37px;
    width: 100%;
}

.head_out {
    padding: 20px 0;
}

.header_tel {
    float: right;
}

.header_tel h5 {
    font-size: 30px;
    color: #0285d9;
    line-height: 35px;
}


/*banner*/
.flash {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
}

.flash1 {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 600px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;

}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;

}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}

/*左侧分栏*/

lside {
    display: block;
    position: relative;
    float: left;
    width: 222px;
}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
}

lside .lside_list dl dt {
    padding-left: 34px;
    font-size: 16px;
    color: #666;
    background: url(../images/side_ico.png) 180px no-repeat;
    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 180px no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dl dd {
    padding: 6px 0 6px 0;
}

lside .lside_list dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../images/p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

/*右侧内容*/

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    text-transform: uppercase;
   
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: 700;
    font-size: 18px;
}

/*新闻列表*/
.module_list_article {
    padding: 15px 0;
    display: block;
    overflow: hidden;
}

.module_list_article dl {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    position: relative;
    clear: both;
}

.module_list_article dl dt {
    width: 20%;
    float: left;
    border: 1px solid #eee;
}

.module_list_article dl dt img {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 120px;
}

.module_list_article dl dd {
    float: right;
    width: 78%;
}

.module_list_article dl dd h3 {
    font-weight: normal;
    line-height: 50px;

}

.module_list_article dl dd p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0px;
    color: #666;
}

.module_list_article dl dd span {
    font-size: 12px;
    color: #999;
}

.module_list_article dl:hover dd h3 a {
    color: #0093d8;
}

/*新闻详细*/
.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_img img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.article_content .article_editor {
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
}

.article_content {
    padding: 20px 0;
}

/*图片列表*/
.module_list_img {
    padding: 15px 0;
    display: block;
    overflow: hidden;

}

.module_list_img li {
    width: 31%;
    float: left;
    margin: 15px 10px;
}

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

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
    border:1px solid #ededed
}

.module_list_img li .img-size {
    height:240px;
    overflow:hidden;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
}

.module_list_img li:hover a{
    border: 1px solid #0093d8;
}

.module_list_img li .img-size img{
    max-width: 100%;
    max-height: 100%;
    transition: all .3s;
}

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

.module_list_img li h3 {
    font-weight: normal;
    background: #eee;
    line-height: 20px;
    padding: 12px 10px;
    text-align: left;
    min-height: 60px;display: flex;
    align-items: center;
}

.module_list_img li:hover h3 {
    background: #0093d8;
    color: #fff;
}

/* 案例页面 */
.case_list{
    overflow: hidden;
    padding: 30px 0;
}

.case_list dl{
    width: 32%;
    float: left;
    margin-right: 2%;
    box-sizing: border-box;
}

.case_list dl:nth-child(3n){
    margin-right: 0;
}

.case_list .case_img{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.case_list .case_img img{
    max-width: 100%;
    max-height: 100%;
}

.case_list h3{
    text-align: center;
    line-height: 38px;
    font-weight: 400;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*图片详情*/
.product-info {
    padding: 10px;
    overflow: hidden;
}

.product-img {
    width: 400px;
    float: left;
    border-right: 1px solid #eee;
    padding-right: 49px;
}

.product-img img {
    width: 100%;
}

.product-arr {
    float: right;
    width: calc(100% - 500px);
    overflow: hidden;    
}

.product-arr h3 {
    font-size: 24px;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
}

.product-arr .cp_desc {
    overflow: hidden;
    padding: 20px 10px;
}
.product-arr .cp_desc p{line-height: 28px;
    font-size: 14px;}
.product-arr .cp_zx{ padding: 20px 10px; }
.product-arr .cp_zx h4{ font-size: 18px; color: #222; line-height: 45px; }
.product-arr .cp_zx h4 span{ color: #f78e02; font-weight: bold; font-size: 24px; }

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}

.side_lx {
    width: 270px;
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_lx h3 {
    text-align: center;
    width: 100%;
    line-height: 102px;
    font-size: 24px;
    color: #fff;
    background: url(../images/sider01.jpg) no-repeat center;
}

.side_lx p {
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.side_lx ul {
    padding: 24px 5px 0;
    display: block;
    overflow: hidden;
    background: url(../images/ab_con.png) 10px 20px no-repeat;
    border-bottom: 1px solid #dfdfdf;
}

.side_lx ul li {
    padding-left: 42px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.side_lx ul li h4 {
    font-size: 16px;
    color: #4b4b4b;
    font-weight: normal;
    line-height: 20px;
}

.side_lx ul li span {
    font-size: 12px;
    color: #9c9c9c;
}

.side_contact {
    border: 1px solid #dcdcdc;
    margin: 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.side_contact h5 {
    color: #0093d8;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
    padding:15px 0 15px 15px;
}

.side_contact ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
    padding-left: 17px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

.side_contact ul li {
    width: 100%;
    display: block;
    line-height: 25px;
    color: #4a4a4a;
}

.side_contact h6 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding-left: 17px;
}

.side_contact h6 em {
    display: block;
    font-style: normal;
    color: #f78e02;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
}

.sider_pro {
    border: 1px solid #dcdcdc;
    height: 650px;
    overflow: hidden;
}

.sider_pro ul li{
    margin:7px 0;
}

.sider_pro ul li .sider_img{
    width: 100%;
    height: 240px;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #eaeaea;
}

.sider_pro ul li .sider_img img{
    max-width: 100%;
    max-height: 100%;
}

.sider_pro ul li .sider_txt h3{
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align:center;
    font-size:16px;
    line-height:38px;
    font-weight:400
}

/* .picMarquee-top {
    margin: 0 auto;
    width: 210px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picMarquee-top .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-top .hd .prev,
.picMarquee-top .hd .next {
    display: block;
    width: 9px;
    height: 5px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 -100px no-repeat;
}

.picMarquee-top .hd .next {
    background-position: 0 -140px;
}

.picMarquee-top .hd .prevStop {
    background-position: -60px -100px;
}

.picMarquee-top .hd .nextStop {
    background-position: -60px -140px;
}

.picMarquee-top .bd {
    padding: 10px;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picMarquee-top .bd ul li .pic {
    text-align: center;
}

.picMarquee-top .bd ul li .pic img {
    width: 180px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-top .bd ul li .title {
    line-height: 24px;
} */
.article_editor{ padding: 30px 0; }


.con_section {
    position: relative;
    padding: 20px 0 50px;
}

.con_section aside {
    position: relative;
    float: left;
    width: 270px;
    padding-bottom: 20px;
}

.con_section article {
    float: left;
    margin-left: -270px;
    width: 100%;
}

.con_section article .met_article {
    margin-left: 270px;
    background: #fff;
    padding: 15px 20px;
}

.met_section_asidenone article {
    float: none;
    margin-left: 0;
}

.met_section_asidenone article .met_article {
    margin-left: 0;
}

.con_section aside section {
    display: block;
}

.con_section aside section h2 {
    background: url(../images/sider01.jpg) no-repeat center;
    height: 82px;
    font-size: 26px;
    color: #fff;
    text-align:center;
    padding-top: 20px;
}

.con_section aside section h2 span{
    font-size:16px;
    display:block;
    text-align:center;
    font-weight: 400;
    text-transform:uppercase;
}

.con_section aside .met_aside_list {
    border: 1px solid #dfdfdf;
    display: block;
    overflow: hidden;
    background: #fff;
}

.con_section aside .met_aside dl {
    border-bottom: 1px solid #dfdfdf;
}

.con_section aside .met_aside dl dt {
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    background: url(../images/side_ico.png) 200px no-repeat #f3f5f7;
    display: block;
    font-weight: 700;
}

.con_section aside .met_aside dl dt a {
    display: block;
    padding: 15px 40px 15px 12px;
    color: #4b4b4b;
}

.con_section aside .met_aside dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0093d8;
    display: block;
}

.con_section aside .met_aside dl dt:hover a {
    color: #fff;
}

.con_section aside .met_aside dl dt.on {
    color: #fff;
    background: url(../images/side_ico1.png) 210px no-repeat #0093d8;
    display: block;
    font-weight: 700;
}

.con_section aside .met_aside dl dt.on a {
    color: #fff;
}

.con_section aside .met_aside dl dd {
    padding: 6px 0 6px 0;
    display: none;
}

.con_section aside .met_aside dl dd a {
    display: block;
    padding-left: 40px;
    height: 36px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    background: url(../p_ico.png) 10px no-repeat;
    border-bottom: 1px solid #eee;
}

.con_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
    background: #efefef;
}

.con_section aside .met_aside dl dd a.on1{
    text-decoration:underline;
    color:#0093d8
}

/*留言*/
.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}

/*分页*/
.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0093d8;
    border-color: #0093d8;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1 {
    width: 68%;
    min-width: 1200px;
    margin: 0 auto;
}

.h_top {
    background: #f4f4f4;
    height: 36px;
    line-height: 36px;
    color: #333;
}

.h_top_main p {
    font-weight: normal;
}

.h_top_main span {
    color: #333;
    margin: 0 10px;
    display: block;
}

.h_top_main span a {
    color: #333;
    padding: 0 10px;
}

.h_top_main .search {
    margin: 7px 0 0 15px;
}


.h_cen_main {
    overflow: hidden;
}

.h_cen_main .logo {
    margin: 20px 48px 5px 0;
    width: 630px;
    display: block;
    overflow: hidden;
}

.h_cen_main .logo img {
    float: left;
    display: block;
    padding-right: 15px;
}

.h_cen_main .logo .lo_txt h3 {
    font-size: 20px;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    margin-top: 11px;
}

.h_cen_main .logo .lo_txt p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.top_tel {
    background: url(../images/index_06.png) no-repeat left center;
    height: 56px;
    padding-left: 53px;
    margin-top: 30px;
}

.top_tel h3 {
    font-size: 27px;
    color: #f78e02;
    line-height: 37px;
    margin-top: 20px;
}

.top_ewm {
    width: 115px;
    display: block;
    margin: 25px 0 0;
}

.navlist {
    width: 100%;
    background: linear-gradient(#26a0d7, #0B458D);
    margin-top: 12px;
    height: 64px;
}

.tem_head nav {    
    height: 64px;
    line-height: 60px;
    width: calc(100% - 100px);
    float: left;
}

.tem_head nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.tem_head nav ul li {
    position: relative;
    float: left;
    line-height: 56px;
    width: 14.2%;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.tem_head nav ul li:last-child {
    border-right: none;
}

.nav_line {
    height: 12px;
    overflow: hidden;
    margin: 20px 0px 0;
    background-color: #ccc;
    width: 1px;
    display: none
}

.tem_head nav a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 64px;
}

.tem_head nav a:hover {
    height: 64px;
    background: #f78e02;
}

.tem_head nav a.navdown {
    height: 64px;
    background: #f78e02;
    line-height: 64px;
}

.tem_head nav a.navdown:hover {
    height: 64px;
    background: #f78e02;
}

.tem_head nav ul li dl {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}
.tem_head nav ul li:nth-child(3) dl dd{ width: 240px; }

.tem_head nav ul li dl dd {
    padding: 10px 0 20px 10px;
    min-width: 180px;
    display: block;
    overflow: hidden;
}

.tem_head nav ul li dl dd a {
    margin: 0 10px;
    padding: 0 5px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    height: 36px;
}

.tem_head nav ul li dl dd a:hover {
    line-height: 36px;
    color: #fff !important;
    border-bottom: none;
    height: 36px;
}

.tem_head nav ul li:hover>dl {
    display: block;
}

.tem_head nav ul li dl dt {
    float: right;
    overflow: hidden;
    padding: 20px 20px 20px 0;
    width: 380px;
    height: 200px;
    font-size: 0;
}

.tem_head nav ul li dl dt img {
    width: 380px;
    height: 200px;
}

.tem_head nav ul li dl dd i {
    position: absolute;
    top: -15px;
    left: 50px;
    z-index: 100;
    width: 100%;
    color: #f3f4f5;
    font-size: 22px;
}

.tem_head nav ul li dl.tem_pronoaw {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd {
    width: auto;
}

.tem_head nav ul li dl.tem_pronoaw dd div {
    float: left;
    padding: 0 20px;
    min-width: 100px;
}

.tem_head nav ul li dl.tem_pronoaw dd div h3 {
    margin-bottom: 5px;
    border-bottom: 1px solid #888;
    font-weight: normal;
}

.tem_head nav ul li dl.tem_pronoaw dd div p a {
    margin: 0;
}


/*搜索*/
.hots_bg {
    width: 100%;
    height: 63px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 auto;
}

.hots {
    width: 1200px;
    margin: 0 auto;
}

.hotword {
    float: left;
}

.hotword li {
    float: left;
    color: #333;
    font: bold 14px/63px "Microsoft YaHei";
}

.hotword li a {
    display: block;
    color: #666;
    font: normal 14px/63px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
}

.hotword li a:hover {
    display: block;
    color: #0093d8;
    font: normal 14px/63px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 23%;
    float: right;
    margin-top: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.boxs {
    width: 100%;
    height: 45px;
    border: 1px solid #0B458D;
}

.texts {
    width: 66%;
    height: 100%;
    float: left;
    font-family: "Microsoft YaHei";
    background: none;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btnSubmits {
    width: 34%;
    height: 100%;
    font-family: "微软雅黑";
    line-height: 30px;
    background: linear-gradient(#28a2d8, #0B458D);
    ;
    cursor: pointer;
    border: none;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}


/* 产品中心  */

.index_tit {      
      
    text-align: center;
  
    margin-bottom: 42px;
    text-transform: uppercase;
}
.index_tit h3{font-size: 28px;   color: #0B458D; line-height: 36px; }
.index_tit p{     font-size: 16px;
    color: #888;
    line-height: 24px;
    margin-top: 8px;}


.index_product {
    padding: 80px 0 45px;
    background: url(../images/index_21.png) center bottom no-repeat;
}

.pro_fl {
    width: 240px;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.pro_tit {
    background: #28a1d8;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}

.pro_tit h3 {
    font-size: 20px;    
    line-height: 36px;
    color: #fff;
    font-weight: normal;
}

.pro_tit span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.menu {
    margin: 0 auto;
    background: #fff;
}

.menu ul li {
    line-height: 49px;
    font-size: 15px;
    font-size: 16px;
    background: #f3f5f7;
    border-bottom: 1px solid #dcdcdc;
}

.menu ul li span {
    display: block;
    height: 100%;
    position: relative;
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.menu ul li .icon {
    display: block;
    height: 10px;
    width: 5px;
    background: url(../images/ico_fr.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease-out;
}

.menu ul li span i.action {
    transition: all 0.3s ease-out;
    transform: rotate(90deg);
}

.menu ul li>dl {
    background: #fff;
}

.menu ul li>dl dt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    padding-left: 10px;
}

.menu ul li>dl dt a {
    font-size: 16px;
    display: block;
    padding: 0 10px 0 25px;
}

.menu ul li>dl dt a:hover {
    color: #28a1d8;
    display: block;
}

.sideMenu {
    width: 240px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    background: #fff;
}

.sider_tit {
    background: url(../images/sider01.jpg) center no-repeat;
    display: block;
    overflow: hidden;
    height: 102px;
    text-align: center;
}

.sider_tit h4 {
    font-size: 28px;
    color: #fff;
    margin-top: 20px;
}

.sider_tit span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
}

/* 产品右侧  */
.product_fr {
    width: calc(100% - 265px);
    display: block;
    overflow: hidden;
}

.product_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

.product_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
}

.product_list ul li {
    float: left;
    display: block;
    overflow: hidden;
    width: 30.5%;
    background: #fff;
    margin-right: 2%;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    margin-bottom: 25px;
    box-shadow: #eaeaea 0 0 10px;
}

.product_list ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.product_list ul li a .pro_imgs {
    width: 100%;
    height: 245px;
    display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    justify-content: center;
    align-content: center;
    box-sizing: border-box;
    padding: 10px;
}

.product_list ul li a .pro_imgs img {
    max-width: 100%;
    max-height: 100%;
}

.product_list ul li h2 {
    font-size: 16px;
    color: #333;
    line-height: 60px;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 400;
    height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product_list ul li:hover {
    background: #f4f4f4;
}


.product_list ul li:hover h2 {
    color: #28a1d8;
}

.p_more {
    width: 198px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

/* 成功案例 */
.index_case {
    padding: 50px 0 65px;
}

.index_case_con {
    margin-bottom: 50px;
    position: relative;
    padding: 0 50px;
}

#case01{ display: block; overflow: hidden;  }
#case01 .swiper-slide{ display: block;  }
#case01 .swiper-slide dl{ border: 1px solid #dddddd;
    padding: 24px;
    margin-right: 34px; box-sizing: border-box; display: block; overflow: hidden;}

#case01 .swiper-slide dl dt{  display: flex;
    justify-content: center;
    align-content: center;height: 210px;}
#case01 .swiper-slide dl dt img{ max-width: 100%;
    max-height: 100%; display: block;}
#case01 .swiper-slide dl dd{}
#case01 .swiper-slide dl dd h3{font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 10px;}
#case01 .swiper-slide dl dd p{ font-size: 14px;
    line-height: 24px;}
#case01 .swiper-slide dl dd span{width: 113px;
    height: 33px;
    background: #28a1d8;
    line-height: 33px;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 28px;}

#case01 .swiper-button-prev{ width: 40px;
    height: 40px;
    display: block;   
    transform: translateY(-50%);
left: 0; background: url(../images/arrow.png) center no-repeat #333; background-size: 30px; border-radius: 100%;}
#case01 .swiper-button-next{width: 40px;
    height: 40px;
    display: block;   
    transform: translateY(-50%);
right: 0; background: url(../images/arrow.png) center no-repeat #333; background-size: 30px; border-radius: 100%; transform: rotate(180deg);}





.index_case_con {
    position: relative;
}

.index_case_con .case_l,
.index_case_con .case_r {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.index_case_con .case_l {
    left: -10px;
    z-index: 999;
}

.index_case_con .case_r {
    right: -10px;
    z-index: 999;
}

/* 关于我们 */

.index_about {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/index_27.jpg) top center no-repeat;
    padding: 67px 0;
}

.index_about .index_tit {
    height: auto;
    background: url(../images/index_14.png) center 10px no-repeat;
}

.index_about .index_tit h3 {
    color: #fff;
}

.index_about .index_tit h5 {
    color: #fff;
    text-align: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 55px;
}

.index_about .index_tit hr {
    display: block;
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 0 auto 30px;
    border: none;
}

.about_con {
    background: #fff;
    border-radius: 20px;
    padding: 35px 0;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}

.about_con>div {
    width: 50%;
}

.about_con_l img {
    width: 88%;
    display: block;
    margin: 0 auto;
}

.about_con_r .about_txt {
    width: 95%;
}

.about_con_r .about_txt p {
    font-size: 16px;
    line-height: 38px;
    color: #5f5f5f;
}

.about_con_r .about_txt a {
    display: block;
    width: 136px;
    height: 50px;
    border-radius: 10px;
    background: #0B458D;
    line-height: 50px;
    color: #fff;
    margin: 30px 0 0;
}

/*  新闻列表 */
.index_news {
    background: url(../images/index_33.jpg) center bottom no-repeat #f9f9f9;
    padding: 40px 0 55px;
}

.index_news .index_tit {
    margin-bottom: 65px;
}

.i_new_con {
    padding-left: 15px;
    margin-bottom: 45px;
}

.new_con_l {
    width: 609px;
}

.news_l_img {
    width: 609px;
    height: 232px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.news_l_img img {
   width: 100%;
   display: block;
 
}

.news_l_txt {
    margin-top: 10px;
}

.news_txt_time {
    width: 70px;
}

.news_txt_time .n_hour {
    font-size: 28px;
    display: block;
    text-align: right;
}

.news_txt_time .n_mon {
    font-size: 14px;
    display: block;
    text-align: right;
}

.news_txt_tit {
    width: 497px;
    margin-right: 10px;
}

.news_txt_tit h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 46px;
}

.new_con_l:hover .news_txt_tit h3 {
    color: #0B458D;
}

.new_con_r {
    width: calc(100% - 660px);
    margin-top: -15px;
}

.new_con_r a {
    display: block;
    width: 100%;
    margin-top: 0px;
}

.new_con_r a .news_txt_time {
    width: 10%;
    margin-top: 4px;
}

.new_con_r a .news_txt_tit {
    width: 85%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.new_con_r a .news_l_txt {
    margin-top: 0;
}


.index_message{ padding: 35px 0; display: block;overflow: hidden; }
.mess_bt{ display: block; overflow: hidden; }
.mess_bt h3{max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
    font-family: "Poppins_Bold";   }
.mess_bt p{font-size: 16px;
    color: #333333;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;}

.message01{ margin-top:1.5rem; display: block; overflow: hidden; }
.message01 ul{ padding-top:20px; border-top:1px solid #dedede; display: block; overflow: hidden;  list-style: none; }
.message01 ul li{ width: 32%; float: left; margin-right: 2%; display: block; overflow: hidden; margin-bottom: 25px;}
.message01 ul li input{ display: block; padding: 0 12px; font-size:14px; line-height: 48px;border:1px solid #dedede; width: 100%; box-sizing: border-box;  }
.message01 ul li:nth-child(3){ margin-right: 0; }
.message01 ul li:nth-child(4),.message01 ul li:nth-child(5),.message01 ul li:nth-child(6){width: 100%; display: block; margin-right: 0;}
.message01 ul li:nth-child(5) input{ float: left; width: 200px; }
.message01 ul li:nth-child(5) img{float: left;  height: 48px}
.message01 ul li textarea{ padding: 10px 12px;
    font-size: 14px;
    line-height: 32px;
    border: 1px solid #dedede;
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    outline: none; }
.message01 ul li textarea::placeholder{ font-family: "微软雅黑" }

.message01 ul li:nth-child(6) .submit{ width: 200px; background: #164877; border-radius: 30px; margin: 0 auto; display: block; font-size: 14px; color: #fff; text-align: center; line-height: 48px; height: 48px; }

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 5px;
    bottom: 10%;
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #0051a0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #0051a0;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #0051a0;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #0051a0;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #0051a0;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.icon-font {
    position: relative;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

.article_content{    background: #fff;
    padding: 30px 15px;
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;}

#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#flash .swiper-slide .img img {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1.08);
    
    max-width: none;
    transition: all 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940); display: block;

}

#flash .swiper-slide-active .img img {
    transform: translate(0) scale(1);
}

#flash .swiper-pagination-bullet {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
    opacity: 1;
    outline: none;
}

#flash .swiper-pagination-bullet-active {
   
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;   
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat rgba(0, 0, 0, 0.4);
    width: 46px;
    height: 73px;
    
        outline: none;
}

#flash .swiper-button-prev:after{
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat rgba(0, 0, 0, 0.4);
   width: 46px;
    height: 73px;   
        outline: none;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 40px !important;
}

@keyframes sliderPagination {
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}
@media screen and (max-width:1520px) {
 
#flash .swiper-slide .img img { width: 100%; }

}

/* 企业简介  */
.pageBanner {
    position: relative;
}

.pageBanner .imgDiv {
    width: 100%;
    display: block;
    overflow: hidden;
}

.pageBanner .imgDiv img {
    width: 100%;
    display: block;
   
}

@-webkit-keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes banner_inside {
    from {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes banner_inside {
    from {
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner_inside {
    from {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.pageBanner .mxfDiv {
    position: absolute;
    right: 25%;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    width: 50%
}

.pageBanner .mxfDiv2 {
    left: 50%;
    right: auto;
    margin-right: 0;
    margin-left: -7.68rem;
}

.pageBanner .txtDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .txtDiv hr {
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 auto;
}

.pageBanner .mxfDiv2 .txtDiv {
    text-align: left;
}

.pageBanner .txt1 {
    font-size: 30px;
    line-height: 20px;
    padding-bottom: 25px;
    color: #fff;
    font-weight: bold
}

.pageBanner .txt2 {
    font-size: 18px;
    height: 75px;
    line-height: 36px;
    position: relative;
    color: #fff
}

.pageBanner .sxdDiv {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.pageBanner .wenDiv {
    color: #fff;
    text-align: center;
}

.pageBanner .wen1 {
    font-size: 48px;
    line-height: 48px;
    height: 0.8rem;
    position: relative;
}

.pageBanner .wen1:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.pageBanner .wen2 {
    font-size: 14px;
    padding-top: 0.6rem;
}

/* 底部  */
.footer {
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(../images/dh-bg.jpg) center no-repeat;
    height: 411px;
}

.db_nav {
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #1389c2;
    color: #fff;
}
.db_nav ul{ text-align: center; display: block;
    overflow: hidden; }
.db_nav ul li {
   display: inline-block;
    position: relative;
}

.db_nav ul li a {
    font-size: 16px;
    padding: 0 45px;
    color: #fff;
    text-transform: uppercase;
}

.db_nav ul li::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 25px;
    right: 0;
}

.db_con {
    padding-left: 10px;
    margin-top: 12px;
}

.db_logo {
     display: block;overflow: hidden;
}

.db_logo img {
    display: block;
    float: left;
}

.db_logo h3 {
    float: left;
    font-size: 32px;
    color: #d9ebf5;
    letter-spacing: 1px;
}

.db_con_l {
    width: 35%;
}

.db_con_l h5 {
    font-size: 30px;
    color: #fff;
    line-height: 54px;
}

.db_con_l ul {
    margin-top: 10px
}

.db_con_l ul li {
    background: url(../images/index_42.png) no-repeat;
    padding-left: 25px;
    line-height: 32px;
    color: #fff;
}

.db_con_l ul li:nth-child(1) {
    background-position: 0 8px;
}

.db_con_l ul li:nth-child(2) {
    background-position: 0 -25px;
}

.db_con_l ul li:nth-child(3) {
    background-position: 0 -56px;
}

.db_con_l ul li:nth-child(4) {
    background-position: 0 -86px;
}

.db_con_c {
    width: 18%;
}

.db_con_c img {
    display: block;
    width: 150px;
    margin: 45px auto 0;
}

.db_con_c p {
    text-align: center;
    color: #fff;
    line-height: 42px;
}

.db_con_r {
    width: 473px;
}

.db_con_r h6 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 12px;
}

.db_form dt dl {
    float: left;
}

.db_form dt dl:nth-child(1) {
    margin-right: 23px;
}

.db_input .fbox {
    width: 224px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.db_input .fbox input {
    background: #56acdf;
    border: none;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    box-sizing: border-box;
}
.db_input .fbox input::placeholder{ color: #fff; }
.db_textarea {
    width: 472px;
    height: 117px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 18px;
}

.db_textarea textarea {
    width: 100%;
    height: 100%;
    background: #56acdf;
    border: none;
    padding: 15px 20px;
    box-sizing: border-box;
}
.db_textarea textarea::placeholder{ color: #fff; font-family: "微软雅黑"; }

.db_form .submit {
    background: #00649e;
    width: 138px;
    height: 48px;
    line-height: 48px;
    float: right;
    margin-top: 23px;
}

.copyright {
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #0982c7;
    border-top:1px solid rgba(255,255,255,0.3);
}
.copyright p{ color: #fff;  }
.copyright p a{ color: #eee; }


@media screen and (max-width:1600px) {
    .tem_head nav a {
        font-size: 16px;
    }

    .case_img h3 {
        font-size: 18px;
    }

    .about_con_r .about_txt p {
        line-height: 32px;
    }
}

.article_editor img{ max-width: 100%; display: block; }

.language{position: relative;width: 75px;display: block;background: #fff;padding: 2px 5px;margin-top: 10px;}
.language a{display: block;font-size: 15px;color: #333;line-height: 36px;}
.language a i{    width: 30px;
    float: left;
    display: block;
    margin-top: 4px;
    height: 20px;
    margin-right: 8px;}
.language a i img{ width: 100%; }
.language .dropdown-content{width: 100%;position: absolute;top:36px;left: 0;display: none;background: #fff;padding: 2px 5px;box-sizing: border-box;z-index: 10;}
.language .dropdown-content  a{}
.language .dropdown-content i{width: 30px;
    float: left;
    display: block;
    margin-top: 4px;
    height: 20px;
    margin-right: 8px;}
.language .dropdown-content i img{ max-width: 100%; }



