/*全局初始化 */

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;}

/*公共类*/

.bannar_nr{ width:100%; min-width:1200px;  height:420px;  position:relative}
.bannar_nr li{ width:100%; height:420px;   float:left}

.bannar_nr2{ width:100%; min-width:1200px;  height:375px;  position:relative}
.bannar_nr2 li{ width:100%; height:375px;   float:left}

.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*/







.home_body {width: 100%;font-family: '微软雅黑';}

.home_item {background-color: #f8f8f8;width: 100%;border-top: 1px solid #dcdcdc;}


.home_nav {width: 1200px;margin: 0 auto;height: 75px;}
.home_nav li{width: 112px;float: left;height: 75px;line-height: 75px; color:#666;font-size: 16px;text-align: center;}
.left_sort li a:hover{color: #d90000;transition: color 0.5s;-webkit-transition: color 0.5s;-moz-transition: color 0.5s;-o-transition: color 0.5s;}
.home_nav li:hover{border-bottom: 2px solid #0c4ca3;}
.home_nav li:hover a{color: #0c4ca3; transition: color 1s;-webkit-transition: color 1s;-moz-transition: color 1s;-o-transition: color 1s;}
.home_nav li a{ color:#666;}


.about_item {width: 1200px;margin:0 auto;padding: 55px 0 145px 0; overflow:hidden}
.about_item h1{font-size: 48px;color: #0c4ca3;line-height: 65px; font-family:"微软雅黑"; font-weight:400;}
.about_item h2{font-family: Arial;color: #e5e5e5;font-size: 36px;line-height: 45px;height: 65px;font-weight:400;}
.about_item div{width: 560px;line-height: 35px;font-size: 16px;color: #666;}
.about_item ul{padding-top:45px;width: 100%;height: 254px;}
.about_item ul li{width: 380px;height: 254px;margin-right: 20px;float: left;}


.jg{ width:100%; height:48px; float:left;}
.jg2{ width:100%; height:35px; float:left;}
.pro_nav{ width:1200px; margin:0 auto; display:table;}

.pro_left{
    float: left;
    width: 265px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.pro_left_tit{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background-color: #0c4ca3;
}
.pro_left_item{
    width: 100%;
    height: auto;
    min-height: 377px;
    padding: 15px 15px;
    border: 1px solid #d6d6d6;
    overflow:hidden;
}
.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;
}
.pro_left_list:hover{
    color: #fff;
    border-bottom: 1px solid #666;
    background-color: #666;
    background-position: left bottom;
}
.pro_left_list_active{
    color: #fff;
    border-bottom: 1px solid #666;
    background-color: #666;
    background-position: left bottom;
}
.pro_left_tel{
    width: 100%;
    height: 105px;
    padding: 18px 15px;
    background-color: #ff7e00;
}
.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;
}
.pro_left_tel p{
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
}

.pro_r{ width:875px; float:left; margin-left:60px;}

.pro_r_bt{ width:100%; height:45px; border-bottom:1px solid #c4c4c4; float:left;}
.pro_r_bt .aa{ float:left; font:22px/45px "微软雅黑"; font-weight:bold; color:#0c4ca3;}
.pro_r_bt .bb{ float:right; font:12px/45px "宋体"; color:#666;}
.pro_r_bt .bb a{color:#666;}

.pro_r_nr{ width:100%; float:left;}

.pro_r_nr_item li{
    float: left;
    margin-right:40px;
    margin-bottom: 10px;
	margin-top:30px;
}
.pro_r_nr_list{
	
    position: relative;
    display: inline-block;
    width: 262px;
    height: 307px;
}
.pro_r_nr_list img{
    border: 1px solid #dedede;
    width: 100%;
}
.pro_r_nr_list p{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #07579d;
    color: #666;
    font-size: 16px;
}
.pro_r_nr_list:hover p{
    color: #07579d;
}
.shade2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 262px;
    overflow:hidden; 
}
.shade2 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;
}
.pro_r_nr_list:hover .shade2 em{
    left: 0;
}
.shade2 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;
}
.pro_r_nr_list:hover .shade2 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;
}


.jz{ display:table; margin:0 auto}
.page{ width:100%; height:36px; margin-top:40px; display:inline; float:left; margin-bottom:70px;}
.page .pa,.page .pb{ height:36px; float:left; margin:0 7px; padding:0 15px; display:inline; border:solid 1px; text-align:center; font:16px/38px "Arial";}
.page .pa{ border-color:#ccc;background:#fff;color:#666;}
.page .pb{ border-color:#085895;background:#085895;color:#fff;}


.pro_xx_bt{ width:100%; font:24px/80px "微软雅黑"; margin-top:5px; float:left; color:#666;}
.pro_xx_nr{ width:100%; float:left;}
.pro_xx_nr_tu{ width:442px; float:left;}
.pro_xx_nr_tu .tp{ width:442px; height:442px; float:left; border:1px solid #e1e1e1;}
.pro_xx_nr_tu .xt{ width:442px; float:left; margin-top:12px; height:82px;}
.spec-left{ width:17px; height:82px; float:left;}
.spec-right{ width:17px; height:82px; float:right;}
.spec_list{ width:407px; float:left;}
.spec_list li{ width:82px; height:82px; float:left; margin-left:16px; }
.spec_list li img{width:80px; height:82px; float:left;  border:1px solid #d3d3d3;}
.spec_list li img:hover{ border:1px solid #0c4ca3;}
.pro_xx_nr_wz{ width:380px; float:right;}
.pro_xx_nr_wz li{ width:100%;float:left; border-bottom:1px solid #ececec;}
.pro_xx_nr_wz li .cs{ float:left; margin-left:25px; font:16px/47px "微软雅黑"; color:#666;}

.cs_bt{ width:100%; height:40px; background:#dbdbdb; margin-top:36px; float:left;}
.cs_bt_wz{ background:#0c4ca3; float:left;}
.cs_bt_wz p{ color:#fff; font:18px/40px "微软雅黑"; padding-left:18px; padding-right:18px;}
.cs_nr{ width:100%; float:left; margin-top:20px; font:14px/36px "微软雅黑"; color:#666;}

.con_item {background-color: #fbfbfb;width: 100%;}
.line{ overflow:hidden; margin-top:50px;}
.x4 { width: 33.33333333%;  float:left;}
.line_nr{ line-height:30px; font-size:16px; font-weight:200; text-align:center; color:#444;}
.map{ margin:40px 0 80px 0; float:left;}


.news_list{ width:100%; float:left;}
.news_list ul li{padding:15px 0;border-bottom:1px solid #ddd; margin-top:15px; margin-left:10px; margin-right:10px;}
.news_list ul li h3 a{color:#333; font-size:16px;}
.news_list ul li h3 a:hover{color:#0c4ca3;}
.news_list ul li p.date2{margin:3px 0; color:#777777; font-size:14px;}
.news_list ul li p{line-height:30px ; font-size:14px;}

.news_name{font-size:20px; text-align:center; font:18px/40px "微软雅黑"; color:#333;}
.news_date{text-align:center; margin-bottom:10px; border-bottom:dashed 1px #dadada; padding-bottom:10px; font:14px/30px "微软雅黑"; color:#666;}
.news_show{ font:15px/38px "微软雅黑"; color:#666;}
.news_sx{  margin:45px 0 90px 0; border-bottom:dashed 1px #dadada;  border-top:dashed 1px #dadada; padding:5px 0;}
.news_sx p{font:18px/40px "微软雅黑"; color:#444;}
.news_sx p a{ color:#444;}
.news_sx p a:hover{ color:#0c4ca3;}

.news_down{ width:100%; float:left; }

.news_down li{border-bottom:1px dashed #ccc;
	
	color:#666;
	margin:0 12px 0 12px;
	float:left;
	width:850px;}
.news_down li .bz{ width:15px; height:15px; float:left; background:url(../images/pub_24.png); margin:18px 8px 0 5px;}	
.news_down li .zl{ font:14px/50px "微软雅黑"; color:#666;  float:left;}	
.news_down li .xz{ font:14px/50px "微软雅黑"; color:#666; float:right; margin-right:5px;}	
.news_down li .xz a{ color:#666;}	
.news_down li .xz:hover{ color:#0c4ca3;}	
.jg3{ height:10px;}