/*全局初始化 */
*{ margin:0; padding:0;box-sizing: border-box;outline: none;} 
body{background-color: #fff;font-family: "微软雅黑";font-size: 16px;font-weight:normal;min-width: 1200px;width: 100%;}
h1, h2, h3, h4, h5, h6,{text-decoration:none;font-weight:normal;}
ul, ol, li { list-style:none; }
select, option, button, input{outline:medium;border: none;}
/*去掉日期的上下箭头*/
/*
input , button{appearance: none;-moz-appearance: none;-webkit-appearance: none;}

*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{                -webkit-appearance: none !important;            }



/*input{background-color: transparent;border: 1px solid #eaeaea;border-radius: 5px;padding:0 10px;font-size: 12px;color: #6f6f6f;font-family: "Arial";}*/

input[type='text']:hover,input[type='tel']:hover,select:hover,input[type='email']:hover,textarea:hover{
    box-shadow: inset 1px 1px 5px #ddd;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
textarea { resize:none; font-size: 12px;color: #6f6f6f;font-family: "Arial";padding:0 10px;}
/*resize是否允许用户调整大小*/
a{text-decoration:none; outline: 0; list-style-type: none;cursor: pointer;}
table, th, td{border-collapse:collapse; }/*border-collapse 属性设置表格的边框是否被折叠成一个单一的边框或隔开*/
input::-webkit-input-placeholder{ color: #a9a9a9;}
input:-moz-placeholder{ color: #a9a9a9;}
input::-moz-placeholder{ color: #a9a9a9;}
input:-ms-input-placeholder{ color: #a9a9a9;}
textarea::-webkit-input-placeholder{ color: #a9a9a9;}
textarea:-moz-placeholder{ color: #a9a9a9;}
textarea::-moz-placeholder{ color: #a9a9a9;}
textarea:-ms-input-placeholder{ color: #a9a9a9;}

/*公共类*/


.dis_tab{
    display: table !important;
}
.clear {clear: both;height: 0px;overflow: hidden;}
.fl {float: left;} .fr{float: right;}
.ac{text-align: center;} .ar{text-align: right;} .al{text-align: left;}
.txtc{text-overflow: clip;white-space: nowrap;overflow: hidden;}
.txte{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.flc{display: flex;justify-content: center;align-items: center;}
.dis{display: block;}
.hide{display: none;}
.bgt{
    background-position: top;
    background-repeat: no-repeat;
}
.bgb{
    background-position: bottom;
    background-repeat: no-repeat;
}
a,p,span,font{
    transition: color 1s;
    -webkit-transition: color 1s;
    -ms-transition: color 1s;
    -moz-transition: color 1s;
}

.ma{margin: auto;}
.mb{margin: 0 auto;}
.mc{margin: 0;}

.mt_20{margin-top: 20px;}

.mr_0{margin-right: 0px;}
.mr_10{margin-right: 10px;}
.mr_11{margin-right: 11px;}
.mr_20{margin-right: 20px;}
.mr_38{margin-right: 38px;}
.mr_76{margin-right: 76px;}

.mb_20{margin-bottom: 20px;}
.ml_30{margin-left: 30px;}

.pa_a{
    padding: 90px 0;
}
.pa_b{
    padding: 100px 0 75px;
}
.ha{height: auto;}

.w100{width: 100%;}


.bc1{background-color: #fff;}
.bc2{background-color: #f6f6f6;}
.bc3{background-color: #ccc;}
.bc4{background-color: #bbb;}
.bc5{background-color: #aaa;}

.c1{color: #fff;}
.c2{color: #000;}
.c3{color: #ffbebe;}
.c4{color: #333;}
.c5{color: #666;}

.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.f32{font-size: 32px;}

.fa{font: 16px/30px;}/*高、行高*/
.fb{font: 18px/36px;}
.fc{font: 24px/36px;}

/*编写样式*/
/*
.banner{
    position: relative;
}
@media (min-width:1600px){
    .slides li img{
        width: 1920px  !important;
        height: 600px  !important;
    }
    
}
@media (max-width:1600px){
    .slides li img{
        width: 100%  !important;
    }
    
}
*/
#wrap_body, #head, #foot{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: auto;
}
.foot{
    height: 285px;
    background-color: #1c1c1c;
    opacity:1;
    filter:Alpha(opacity=100);
}
.main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
/*top*/
.thead{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 32px;
    line-height: 32px;
    font-family: "宋体";
    color: #fff;
    font-size: 12px;
    background-color: #000;
}
.thead_scr{
    margin-left: 190px;
}
.thead_lang{
    float: right;
    margin: 8px 0;
    padding: 0 10px;
    line-height: 15px;
    font-family: "宋体";
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #fff;
}
.thead_lang:hover{text-decoration: underline;}
.nav{
    position: relative;
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    z-index: 9999;
}
.logo{
    position: absolute;
    top: -32px;
    left: 0;
    width: 174px;
    height: 162px;
    z-index: 999;
    box-shadow: 3px 3px 5px rgba(0,0,0,.26);
}
.navbar{
    display: table;
    margin: 0 auto;
    width: 1200px;
    height: 85px;
    padding-left: 310px;
}
.navbar li{
    float: left;
    height: 85px;
}
.navbar_item{
    display: inline-block;
    padding: 0 30px;
    height: 85px;
    line-height: 85px;
    font-size: 16px;
    color: #666666;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.navbar_item_active{
    color: #000;
    border-bottom: 5px solid #ff7e00;
    background-color: #f8f8f8;
}
.navbar li:hover{
    color: #000;
    border-bottom: 5px solid #ff7e00;
    background-color: #f5f5f5;
}
.menu{
    height: auto;
    padding: 12px 0 10px;
    background-color: rgba(255,255,255,.8);
	z-index:9999;
}
.menu a{
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    max-width: 146px;
    color: #333;
    font-family: "微软雅黑 ";
    transition: all 0s linear;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu a:hover{
    color: #fff;
    background-color:#ff7e00; 
}
.pro_dis {
    position: relative;
    height: auto;
}

.pro_dis_tit {
    position: relative;
    width: 100%;
    margin:60px 0 65px;
    text-align: center;
    overflow: hidden;
}

.pro_dis_tit_item {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
    height: 37px;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    background-color: #333541;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    padding: 0 30px;
}

.pro_dis_item {
    position: relative;
    width: 100%;
    height: auto;
}
.left,.right {
    position: absolute;
    top: 50%;
    margin-top: -31.5px;
    display:inline;
    width:33px;
    height:63px;
}
.left:hover, .right:hover{
    background-position: bottom;
} 
.left{
    left: -58px;
    background-image: url(../images/btn_left.png);
}
.right{
    right: -58px;
    background-image: url(../images/btn_right.png);
}

.partFourCon{
    position:relative;
    width:100%;
    height:250px; 
    overflow: hidden;
}
.pro_dis_list{
    display: table;
}
.pro_dis_list li{ 
    float:left; 
    position: relative;
    margin-right: 35px;
}
.proimg{
    display: inline-block;
    width:212px;
    height:100%;
    border:1px solid #d4d6d7;
    overflow: hidden;
}
.proimg_tit{
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}
.proimg:hover .proimg_tit{
    color: #07579d;
}
.proimg_pic1, .proimg_pic2{
    width: 210px;
    height: 210px;
    overflow: hidden;
}
.proimg_pic2{
    position:absolute;
    top:1px;
    left:1px;
    z-index:-1;
}
.proimg_pic1{
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.proimg:hover .proimg_pic1{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.proimg_pic2{
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.proimg:hover .proimg_pic2{
    -webkit-transform:rotateX(0deg) rotateY(0deg);
    -moz-transform:rotateX(0deg) rotate(0deg);
    z-index: 1;
    position: absolute;
}

/*sec_about*/
.sec_about{
    position: relative;
    display: table;
    height: auto;
    padding-bottom: 70px;
}
.sec_title{
    position: relative;
    width: 100%;
    height: 135px;
    padding: 0 125px;
    overflow: hidden;
    background-image: url(../images/sec_tit.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sec_title2{
    position: relative;
    width: 100%;
    height: 135px;
    padding: 0 125px;
    overflow: hidden;
    background-image: url(../images/sec_tit2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sec_title2 p{
    font-size: 14px;
    color: #555555;
    text-align: center;
}


.sec_title3{
    position: relative;
    width: 100%;
    height: 135px;
    padding: 0 125px;
    overflow: hidden;
    background-image: url(../images/sec_tit3.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sec_title3 p{
    font-size: 14px;
    color: #555555;
    text-align: center;
}


.sec_title p{
    font-size: 14px;
    color: #555555;
    text-align: center;
}
.sec_tit_item{
    margin-top: 38px;
    font-size: 27px;
    color: #000;
    line-height: 48px;
    text-align: center;
}
.sec_about_item{
    float: left;
    margin-right: 75px;
    width: 350px;
    height: 390px;
}
.sec_about_img{
    width: 100%;
    height: 219px;
}
.sec_about_img{
    width: 100%;
}
.sec_about_tit{
    width: 100%;
    height: 50px;
    padding: 0 12px;
    color: #0c4ca3;
    font-size: 20px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
	font-family:"Arial Black", Gadget, sans-serif;
}
.sec_about_txt{
    width:100%;
    height: auto;
    max-height: 120px;
    padding: 0 12px;
    font-size: 13px;
    color: #555;
    line-height: 30px;
    overflow: hidden;
    text-overflow: clip;
}
.sec_int_one{
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-image: url(../images/tit_bg.jpg);
    background-position: center;
}
.sec_int_one>p{
    display: block;
    margin: 0 auto;
    width: 1200px;
    font-size: 30px;
    line-height: 85px;
    text-align: center;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}
.sec_int_tel{
    position: relative;
    height: 35px;
    font-size: 20px;
    color: #444444;
    overflow:hidden;
    text-overflow: clip;
    text-align: center;
}
.sec_int_btn{
    display: inline-block;
    margin-left: 20px;
    margin-top: 1px;
    width: 114px;
    height: 33px;
    background-image: url(../images/sec_tit_btn2.png);
}
.ind_pro{
    display: table;
    position: relative;
    height: auto;
    margin-bottom: 65px;
}
.ind_pro_left{
    float: left;
    width: 220px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.ind_pro_left_tit{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #e7182c;
}
.ind_pro_left_item{
    width: 100%;
    height: auto;
    min-height: 377px;
    padding: 15px 10px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
}
.ind_pro_left_list{
    display: inline-block;
    width: 100%;
    height: 40px;
    padding:0 33px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fafafa;
    background-image: url(../images/ind_left_list.png);
    background-repeat: no-repeat;
    background-position: left top;
    transition: all .5 linear;
    -webkit-transition: all .5 linear;
    -moz-transition: all .5 linear;
    -o-transition: all .5 linear;
}
.ind_pro_left_list:hover{
    color: #fff;
    border-bottom: 1px solid #666;
    background-color: #666;
    background-position: left bottom;
}
.ind_pro_left_list_active{
    color: #fff;
    border-bottom: 1px solid #666;
    background-color: #666;
    background-position: left bottom;
}
.ind_pro_left_tel{
    width: 100%;
    height: 105px;
    padding: 18px 15px;
    background-color: #ff7e00;
}
.ind_pro_left_tel div{
    font-size: 18px;
    color: #fff;
    padding-left: 35px;
    line-height: 28px;
    background-image: url(../images/ind_left_tel.png);
    background-repeat: no-repeat;
    background-position: left;
}
.ind_pro_left_tel p{
    font-size: 25px;
    line-height: 50px;
    color: #fff;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}
.ind_pro_right{
    float: right;
    width: 938px;
    height: 536px;
    overflow: hidden;
}
.ind_pro_right_item{
    display: none;
    width: 100%;
    height: auto;
}
.ind_pro_right_itemnone{
    display: none;
}
.ind_pro_right_item li{
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}
.ind_pro_right_list{
    position: relative;
    display: inline-block;
    width: 212px;
    height: 252px;
}
.ind_pro_right_list img{
    border: 1px solid #dedede;
    width: 100%;
}
.ind_pro_right_list p{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #07579d;
    color: #666;
    font-size: 16px;
}
.ind_pro_right_list:hover p{
    color: #07579d;
}
.shade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 212px;
    overflow:hidden; 
}
.shade em{
    position: absolute;
    left: -100%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #07579d;
    opacity:0.5;
    filter:Alpha(opacity=50);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ind_pro_right_list:hover .shade em{
    left: 0;
}
.shade i{
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -19px;
    display: block;
    width: 38px;
    height: 38px;
    z-index: 2;
    background-image:url(../images/large.png);
    -webkit-transform: rotateY(0deg) scale(0.3);
    -moz-transform: rotateY(0deg) scale(0.3);
    -ms-transform: rotateY(0deg) scale(0.3);
    -o-transform: rotateY(0deg) scale(0.3);
    transform: rotateY(0deg) scale(0.3);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ind_pro_right_list:hover .shade i{
    top: 50%;
    margin-top: -19px;
    -webkit-transform: rotateY(360deg) scale(1);
    -moz-transform: rotateY(360deg) scale(1);
    -ms-transform: rotateY(360deg) scale(1);
    -o-transform: rotateY(360deg) scale(1);
    transform: rotateY(360deg) scale(1);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.sec_int_two {
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
    background-image: url(../images/tit_bg2en.jpg);
    background-position: center;
}

.ind_supp {
    position: relative;
    height: 420px;
    background-image: url(../images/ind_sup2.jpg);
    background-position: center;
}

.ind_case {
    position: relative;
    width: 100%;
    height: 575px;;
    padding-top: 10px;
    background-image: url(../images/ind_casebg.jpg);
}

.ind_case_item {
    position: relative;
    margin-top: 30px;
    height: auto;
}

.ind_case_list {
	cursor:default;
    float: left;
    display: inline-block;
    margin-right: 45px;
    width: 370px;
    height: 306px;
    background-color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ind_case_list_txt{
    margin: 0 13px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ind_case_list:hover{
    background-color: #006db8;
}
.ind_case_list:hover .ind_case_list_txt{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.ind_case_list_img{
    width: 370px;
    height: 254px;
    overflow: hidden;
}
.ind_case_list img{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.ind_case_list:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*
.middle ul{
    counter-reset: show-list;
}
li{
    padding-left: 30px;
    line-height: 1.3;
    position: relative;
    counter-increment: item;
}
li:before{
    content: counter(item)".";
    display: block;
    position: absolute;
    left: 12px;
    top:0;
}*/

.ind_new {
    display: table;
    position: relative;
    height: auto;
    margin: 60px auto;
}

.ind_new_left {
    float: left;
    width: 768px;
    height: auto;
}
.ind_new_right{
    float: right;
    width: 350px;
    height: auto;
}
.ind_new_tit{
    width: 100%;
    height: 20px;
    margin-bottom: 17px;
}
.ind_new_tit p{
    font-size: 20px;
    color: #0c4ca3;
    line-height: 20px;
}
.ind_new_tit p span{
    padding-left: 10px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Arial";
}



.ind_new_one {
    float: left;
    display: inline-block;
    width: 400px;
    height: 302px;
    margin-right: 18px;
}
.ind_new_one img{
    width: 100%;
    height: 181px;
}
.ind_new_one_item{
    width: 100%;
    height: 121px;
    padding: 12px 25px;
    background-color: #006db8;
}
.ind_new_one_item p{
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ind_new_one_item span{
    display: inline-block;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ind_new_item {
    float: left;
    width: 350px;
    height: 302px; 
    counter-reset:newxh;
    overflow: hidden;
    padding-top: 15px;
}
.ind_new_item li{
    width: 100%;
    height: 77px;
}
.ind_new_item_list{
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.ind_new_item_list p{
    font-size: 12px;
    color: #777777;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ind_new_item_list span{
    font-size: 12px;
    color: #999999;
    line-height: 26px;
    font-family: "Arial";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ind_new_item_xh{
    display: inline-block;
    float: left;
    width: 51px;
    height: 51px;
    color: #c4c4c4;
    font-size: 40px;
    font-family: "Arial";
    text-align: center;
    border-right: 1px solid #e0e0e0;
    margin-right: 15px;
}
.ind_new_item_xh:before{
    counter-increment:newxh;
	content:counter(newxh);
}

.ind_new_item_list:hover p, .ind_new_item_list:hover .ind_new_item_xh{
    color: #006db8;
}

.foot_nav {
    height: 85px;
    line-height: 85px;
    color: #cecece;
    font-size: 12px;
}
.foot_nav_item{
    line-height: 85px;
    color: #cecece;
    font-size: 12px;
}
.foot_nav_tel{
    float: right;
    width: 340px;
    height: 85px;
}
.foot_nav_tel span{
    float: left;
    line-height: 85px;
    font-size: 12px;
    color: #a1a1a1;
}
.foot_nav_tel p{
    float: left;
    font-size: 38px;
    color: #006db8;
    font-weight: bold;
}

.footer {
    width: 100%;
    height: 200px;
    padding-top: 35px;
    border-top: 1px solid #3c3c3c;
}
.foot_item{
    float: left;
    width: 850px;
    height: 100%;
    overflow: hidden;
}

.foot_item img{
    float: left;
    width: 160px;
    margin-right: 35px;
}
.foot_item p{
    font-size: 12px;
    line-height: 36px;
    color: #cecece;
}

.foot_item p a{
   
    color: #cecece;
}
.foot_share{
    float: right;
    width: 100px;
    height: 100%;
    font-size: 12px;
    line-height: 36px;
    color: #cecece;
    text-align: center;
}






