/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    /* font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif; */
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #005a98;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}



table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #005a98;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #005a98;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #005a98;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #005a98;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #005a98;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: right;
}

.aspg-right {
    width: calc(97% - 280px);
    float: left;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #005a98;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #005a98;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}



/* 通用重置 */

* {
    margin: 0;
    padding: 0;
}

.clicked .a{color: #5c677d !IMPORTANT;}





/* 通用样式 */

.dth_pos {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
}

.dth_wh {
    display: block;
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

@media(max-width:991px) {
    body {
        padding-top: 60px;
    }
}


/* 统一的样式 */

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}








/* 内页 */

.page-banner{
    position: relative;
}
.page-banner .wzs{
    display: block;
    position: absolute;
    left: 0;
    top: 0;	
    text-align: center;
    width: 100%;
    top: 32%;
}
.page-banner .wzs h2{
    font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
}

.page-banner .wzs h3{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.8);
	margin-top: 0.6em;
}
@media(max-width:1200px){
    .page-banner .wzs h2{
        font-size:3vw;
    }
    .page-banner .wzs h3{
        font-size:1.666vw;
    }
}

@media(max-width:768px){
    .page-banner .wzs{
        top:20%;
    }
    .page-banner .wzs h2{
        font-size:22px;
    }
    .page-banner .wzs h3{
        font-size:12px;
        margin-top:0.3em;
    }
}
@media(max-width:420px){
    .page-banner .wzs{
        top:22%;
    }
    .page-banner .wzs h2{
        font-size:20px;
    }
    .page-banner .wzs h3{
        font-size:11px;
        margin-top:0.3em;
    }
}









.lxwm1{
    background: #005a98;
    margin: 2vw auto;
}
.lxwm1 .lxwm1-left{
    width: 40%;
    padding: 2vw;
    float: left;
}
.lxwm1 .lxwm1-left > h3{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1.5vw;
    position: relative;
}
.lxwm1 .lxwm1-left > h3::before{
    content: '';
    width: 55px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.lxwm1 .lxwm1-left .lxfs{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin: 2vw auto;
}


.lxwm1 .lxwm1-left .welto{
    font-size: 36PX;
    color: #fff;
    font-family: Impact;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.lxwm1 .lxwm1-right{
    width: 60%;
    float: right;
    height: 488px;
    position: relative;
    overflow: hidden;
}
.lxwm1 .lxwm1-right .map-box{
    width: 900px;
    height: 488px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lxwm2{
    background: rgba(245, 245, 245, 1);
    padding: 5vw 0;
}
.lxwm2 .lxwm2-tlt{
    text-align: center;
    margin-bottom: 30px;
}
.lxwm2 .lxwm2-tlt h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    line-height: 1.6;
}
.lxwm2 .lxwm2-tlt p{
    font-size: 16px;
    color: #787878;
    line-height: 2;
}

.lxwm2 #form2 > div{
    margin-bottom: 25px;

}
.lxwm2 #form2 .ly-item1 textarea{
    width: 100%;
    height: 160px;
    background-color: #fff;
    border: 0px;
    padding: 10px;
    color: #666;
    outline: none;
}
.lxwm2 #form2 input::-webkit-input-placeholder,.lxwm2 #form2 textarea::-webkit-input-placeholder{
    color: #666;
}
.lxwm2 #form2 input::-moz-placeholder,.lxwm2 #form2 textarea::-moz-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 input:-ms-input-placeholder,.lxwm2 #form2 textarea:-ms-input-placeholder{ 
    color: #666;        
}
.lxwm2 #form2 .ly-item2 input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item2 #name{
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 > input{
    width: 48%;
    float: left;
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    margin-right: 4%;
}
.lxwm2 #form2 .ly-item3 .code{
    display: flex;
    justify-content: space-between;
}
.lxwm2 #form2 .ly-item3 .code input{
    width: calc(100% - 120px);
    border: none;
    outline: none;
    background: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
}
.lxwm2 #form2 .ly-item4 input{
    width: 100%;
    border: none;
    outline: none;
    background: #333;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
}
@media(max-width: 1199px){
    .lxwm1 .lxwm1-left > h3{
        font-size: 22px;
    }
    .lxwm1 .lxwm1-left .lxfs{
        font-size: 14px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 30px;
    }
    .lxwm1 .lxwm1-right{
        height: 400px;
    }
    .lxwm2 .lxwm2-tlt h3{
        font-size: 24px;
    }
    .lxwm2 .lxwm2-tlt p{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .lxwm1 .lxwm1-left{
        width: 100%;
        padding: 20px;
        float: none;
    }
    .lxwm1 .lxwm1-left > h3{
        font-size: 20px;
    }
    .lxwm1 .lxwm1-left .welto{
        font-size: 24px;
    }
    .lxwm1 .lxwm1-right{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 > div{
        margin-bottom: 15px;
    }
    .lxwm2 #form2 .ly-item2 input{
        width: 100%;
        float: none;
    }
    .lxwm2 #form2 .ly-item2 #name{
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lxwm2 #form2 .ly-item3 > input{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }

}


.aspg-right-mbx .cur-pos {
    display: inline-block;
    color: #333;
}

.aspg-right-mbx .cur-pos img{
    width: 20px;
    height: 20px;
}



   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #005a98;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}






#headers{
    width: 1920px;
    position: fixed;
    left: 50%;
    top: 0;
    margin-left: -960px;
    z-index: 999;
    background: #fff!important;
}

.head{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
	background: #f8f8f8;
	height: 36px;
	line-height: 36px;
}
.head_top{
	width: 1200px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	color: #686868;
	font-family: "宋体";
	font-size: 13.2px;
}
.top{width:1200px;margin:0 auto;background:#fff;}
.phone{
	width: 300px;
	height: 75px;
	margin-top: 6px;
}
.logo{float:left;}
.langs{
    display:inline-block;
    width: 54px;
    line-height: 30px;
}
.topLink{width:490px;float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:36px;}
.phone .k2{
	width:235px;
	height: 75px;
	padding-left: 65px;
	font-size:14px;
	font-family:"微软雅黑";
	line-height: 30px;
	color: 686868;
	font-size: 13px;
	background: url(../images/phone.jpg) no-repeat 0px 6px;
}
.phone .k2 p{
	font-size:22.65px;
	font-family:"Arial";
	line-height: 20px;
	color: #f48a02;
	font-weight: bold;
}
.topLink .k1 a{
	color: #686868;
	font-family: "宋体";
	font-size: 13.2px;
}
/*热门搜索*/
.searchall{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
	height: 50px;
	background: #eeeeee;
}
.search{
	width: 1200px;
	margin: 0px auto;
	height: 50px;
}
#formsearch{width:204px;float:right;line-height: 50px;}
.hotSearch{width:340px;float:right;height:50px;line-height:50px;font-weight:400;font-family: "华文细黑"; font-size: 13.24px;color: #000}
.hotSearch a{margin-right:6px;font-weight:400;font-family: "华文细黑"; font-size: 13.24px;color: #000}
#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;width: 133;border: 1px solid #aaaaaa;}
#formsearch input#s_btn{width:46px;height:24px;line-height:22px;text-align:center;background-color:#3480ce;color:#fff;border:none;cursor:pointer;
	border: 1px solid #aaaaaa;border-left: 0px;
	margin-left: -5px;
}

/*主体样式*/
.wrap{
	width: 1200px;
	margin: 0px auto;
	margin-top: 98px;
	height: 995px;
}
.side_left{
	width: 272px;
	height: 995px;
	text-align: center;
	overflow: hidden;
	background: url(../images/pro.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
.side_left h3{
	width: 270px;
	height: 70px;
	text-align: center;
	line-height: 75px;
	color: #fff;
	font-size: 28.69px;
	font-family: "黑体";
	font-weight: bold;
}
.side_left .tab li{
	/*width: 243px;*/
	/*height: 70px;*/
	/*line-height: 70px;*/
	/*text-align: center;*/
	/*color: #000;*/
	/*font-size: 19.27px;*/
	/*font-family: "黑体";*/
	/*font-weight: bold;*/
	/*margin: 0px 12px;*/
	/*margin-top: 3px;*/
	/*background-color: #eeeeee;*/

}
.side_left .tab{
    margin-top: 10px;
}
/*.side_left .tab .tab_click{*/
/*    background-color: #3480ce!important;*/
/*}*/
/*.side_left .tab .tab_click a{*/
/*    color: #fff!important;*/
/*}*/
.side_left .tab li a{
	display: block;
	font:400 18px/50px "Microsoft Yahei";color: #fff;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 15px;
	border-bottom: 1px dashed #fff;
	text-align: left;
	text-indent:15px;
	background: url(../images/icon.png) no-repeat -50px center;
	transition: all 0.8s;
}
.side_left .tab li:hover a{
	background: url(../images/icon.png) no-repeat right center;
}
.side_right{
	width: 902px;
	height: 995px;
	margin-left: 26px;

}
.prott{
	width: 880px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/pt.png) no-repeat 85% 50%;
}
.prott h3{
	width: 300px;
	float: left;
	line-height: 35px;
	font-size: 32px;
	font-family: "微软雅黑";
	color:#000;
	font-weight: bold;
}
.prott h3 span{
	line-height: 35px;
	font-size: 32px;
	font-family: "黑体";
	color:#000;
	font-weight: 400;
}
.prott a.mores{
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: url(../images/more1.png) no-repeat no-repeat ;
}
.hot{
	width: 1200px;
	margin: 0px auto; 
	margin-top: 90px;
}
.prott1{
	width: 1200px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(../images/pt2.png) no-repeat 88% 50%;
}
.prott1 h3{
	width: 430px;
	float: left;
	line-height: 35px;
	font-size: 32px;
	font-family: "微软雅黑";
	color:#000;
	margin-left: 20px;
	font-weight: bold;
}
.prott1 h3 span{
	line-height: 35px;
	font-size: 32px;
	font-family: "黑体";
	color:#000;
	font-weight: 400;
	margin-left: 11px;
}
.prott1 a.mores{
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: url(../images/more1.png) no-repeat no-repeat ;
}
.ads{
	margin-top: 12px;
	padding-left: 20px;
}
.hot_ads{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
	margin-top: 35px;
	margin-bottom: 45px;
}
.case_con{
	width: 1200px;
	margin: 0px auto;
}
.tittle_case{
	width: 301px;
	margin: 0px auto;
	height: 60px;
	background: url(../images/case.png) no-repeat -11px 39%;
	text-align: center;
}
.tittle_case h3 span{
	line-height: 20px;
	font-family: "黑体";
	text-align: left;
	font-size: 20px;
	color: #000000;
}
.tittle_case h3{
	display: inline-block;
	margin-left:-66px;
}
#tts2{
    padding-left: 50px;
    
}
.tittle_case h3 span.tab_clicks{
	color: #fb0202;
}
.tittle_case h4{
	padding-left: 18px;
	line-height: 30px;
	font-family: "黑体";
	text-align: left;
	font-size: 18px;
	color: #f70a0a;
}
.tittle_case a{
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-left: 10px;
}
.ads_t{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
	height: 150px;
	margin-top: 120px;
	background: url(../images/adt.png) no-repeat 0px 0px;
}
.ads2{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;

}
.ad_cons{
	width: 1200px;
	margin: 0px auto;
	height: 2113px;
	margin-top: 30px;
	position: relative;
	background: url(../images/advantage.jpg) no-repeat 0px 0px;
}
.pic{
    position: absolute;
    width: 377px;
    height: 360px;
}
.pic img{
    width: 377px;
    height: 360px;
}

.ads_com{
	position: absolute;
	width: 400px;
	height: 200px;
}
.ad_cons .one{
	top: 20px;
	left: 210px;
}
.pic1{
    top: 618px;
    right:133px; 
}
.pic2{
    top: 377px;
    left:220px; 
}
.pic3{
    top: 962px;
    left:220px; 
}
.pic4{
    top: 1224px;
    right:133px; 
}
.pic5{
    bottom: 218px;
    left:220px;
}
.pic6{
    bottom: 0px;
    right:133px;
}
.ad_cons .two{
	top: 480px;
	right: 95px;
}
.ad_cons .three{
	top: 756px;
	left: 210px;
}
.ad_cons .four{
	top: 1027px;
	right: 109px;
}
.ad_cons .five{
	bottom: 554px;
	left:215px;
}
.ad_cons .six{
	bottom: 293px;
	right:95px;
}
.ad_cons .seven{
	bottom: 25px;
	left:210px;
}
.ads_com h3{
	font-family: "微软雅黑";
	color: #0d75bd;
	font-size: 24px;
	font-weight: 400;
	margin-left: 25px;
}
.ads_com h4{
	font-family: "微软雅黑";
	color: #fc1004;
	font-size: 16px;
	font-weight: 400;
}
.ads_com .gg{
	font-family: "微软雅黑";
	color: #252525;
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
}
.aboutus{
	width: 1200px;
	margin: 0px auto;
	margin-top: 60px;
}
.all_title{
	height: 60px;
	text-align: center;
	background: url(../images/case2.png) no-repeat 51% 15%;
}
.all_title h3{ 
	line-height: 20px;
	font-family: "宋体";
	text-align: center;
	font-size: 27.46px;
	color: #000000;
	position: relative;
}
.all_title h3 a{
	display: inline-block;
	position: absolute;
	left: 55%;
	top: 1px;
	width: 19px;
	height: 19px;
	margin-left: 7px;
}
.all_title h4{ 
	line-height: 40px;
	font-family: "新宋体";
	text-align: center;
	font-size: 22px;
	color: #ff0000;
}
.us{
	clear: both;
	width: 1200px;
	margin: 0px auto;
	margin-top: 40px;
}
.us_left{
	width: 350px;
	height: 250px;
	margin-right: 30px;
	margin-top: 30px;
}
.us_right{
	width: 820px;
	height: 290px;
	text-align: left;
}
.us_right h2{
	font-family: "黑体";
	text-align: left;
	font-size: 26px;
	color: #000000;
	margin-bottom: 15px;
}
.us_right .contents{
	font-family: "宋体";
	text-align: left;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
	height: 240px;
	overflow: hidden;
}
.content p{font-size:16px;}
.rong{
	width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
}
.rong h3{
	font-family: "黑体";
	text-align: left;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 15px;
}
.coming{
	width: 1200px;
	margin: 0px auto;
	margin-top: 90px;
}
.cons{
	margin-top: 40px;
}
.news_tt a{
	display: block;
	text-align: right;
	line-height: 35px;
	color: #989898;
	font-size: 15px;
	font-family: "微软雅黑";
}
.news_left .news_tt{
	width: 370px;
	height: 50px;
	background: url(../images/new1.png) no-repeat 0px 0px;
}
.news_mid .news_tt{
	width: 370px;
	height: 50px;
	background: url(../images/new2.png) no-repeat 0px 0px;
}
.news_right .news_tt{
	width: 320px;
	height: 50px;
	background: url(../images/new3.png) no-repeat 0px 0px;
}
.newss{
	width: 1200px;
	margin: 0px auto;
	margin-top: 50px;
}
.news_left{
	width: 370px;
	margin-left: 50px;
	margin-right: 25px;
}
.news_mid{
	width: 370px;
	margin-right: 25px;
}
.news_right{
	width: 320px;
	margin-right: 25px;
}
.tuijian{
	width: 370px;
	clear: both;
	height: 105px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #0a0a0a;
}
.tuijian ul li {
	clear: both;
}
.images a img{
	width: 125px;
	height: 90px;
}
.new2{
	width: 220px;
	height: 90px;
	margin-left: 15px;
}
.new2 a{
	display: block;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
	color:#000;
}
.new2 span{
	display: block;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 25px;
	color:#686666;
}
.list1{
	margin-top: 15px;
}
.list1 li{
	clear: both;
	font-family: "微软雅黑";
	font-size: 15px;
	line-height: 30px;
	padding-left: 15px;
	color:#686666;
	background: url(../images/i.png) no-repeat 0px center;
}
.list1 li span{
	float: right;
}
#container{width:1200px;margin:0 auto;margin-top:10px;position:relative;z-index: 10px;
}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}




/*友情链接*/
.kk{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	line-height: 30px;
	position: relative;
	background: #716f70;
	margin-top: 38px;
    padding:10px 0px;
	margin-bottom: 10px;
}
.f_link{
	width:1140px;
	margin:0 auto;
	line-height: 35px;
	color: #fff;
	font-family: "微软雅黑";
}
.f_link a{
	display: inline-block;
	/*width: 75px;*/
	line-height: 20px;
	color: #fff;
	text-align: center;
	padding:0px 2px;
}
.foot{
	width: 1920px;
	margin-left: -960px;
	left: 50%;
	position: relative;
	height:200px;
	padding-top:  30px;
	background: #38383a;
}
.foot_all{
	width: 1200px;
	margin: 0px auto;
	height: 200px;
	overflow: hidden;
}
.foot_left{
	width: 255px;
	height: 200px;
	height: 140px;
	text-align:center;
}
.foot_right{
	width: 930px;
	height: 150px;
	margin-left: 15px;
}
.nav_foot{
	line-height:24px;
	color:#fff;
	text-align: left;
}
.nav_foot a{
	color: #fff;
	font-family: "华文细黑";
	font-size: 13px;
	margin: 0px 2.5px;
}
.nav_foot a:first-child{
	margin-left: 0px;
}
.foot_link{
	width: 500px;
	font-family: "宋体";
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}
.foot_link2{
	padding-left: 70px;
	width: 230px;
	font-family: "微软雅黑";
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 60px;
	background: url(../images/phone2.png) no-repeat 0px 0px;
}
.erweima{
	margin-top: 13px;
}
.erweima img{
	width: 110px;
	height: 110px;
}
.zhuying{
    display: none;
	margin-left: 40px;
	color: #fff;
}
.zhuying a{
	color: #fff;
}
/*页面底部*/
#footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#e87518;text-decoration:none;}
.copyright{text-align:center;line-height:24px;}




#Index {z-index:100;margin:0 auto; width: 1200px; height:300px;}
#Index .style {z-index: 99; width: 150px; bottom: 0px; display: block; background: url(../images/icon_f.png) no-repeat right bottom; float: right; height: 172px; right: 0px}
#Index_Box {position: relative;width: 1200px; margin-top: 40px;}
#Index_Box ul {position: relative; width: 1200px;}
#Index_Box li {z-index: 0; position: absolute; list-style-type: none; width: 0px; height: 0px; overflow: hidden; top: 146px; cursor: pointer;list-style-type: none; left: 377px;text-align: center;padding-bottom: 30px;}
.a11{
	    display: block;
	    text-align: center;
	    color: #fff;
	    font-size: 16px;
	    font-weight: bold;
	    width: 100%;
	    height: 30px;
    	background: #000;
	    font-family: "宋体";
    	line-height: 30px;
}
#Index_Box li:nth-child(3) .a11{
    display: block!important;
}
#Index_Box li img {width: 100%;height:100%; vertical-align: top}
#Index_Box .prev {display: block}
#Index_Box .next {display: block}
#Index_Box .prev {z-index: 100; overflow: hidden; cursor: pointer}
#Index_Box .next {z-index: 100; overflow: hidden; cursor: pointer}
#Index_Box .prev {position: absolute; width: 24px; background: url(../images/left.png) 0px 0px; height: 28px; top: 112px; left: 42px}
#Index_Box .next {position: absolute; width: 24px; background: url(../images/right.png) 0px 0px; height: 28px; top: 112px; right: 42px}



#Index_Box2 {position: relative;width: 1200px; margin-top: 40px;z-index:100;}
#Index_Box2 ul {position: relative; width: 1200px;}
#Index_Box2 li {z-index: 0; position: absolute; list-style-type: none; width: 0px; height: 0px; overflow: hidden; top: 146px; cursor: pointer;list-style-type: none; left: 377px;text-align: center;padding-bottom: 30px;}
.a12{
	    display: block;
	    text-align: center;
	    color: #fff;
	    font-size: 16px;
	    font-weight: bold;
	    width: 100%;
	    height: 30px;
	background: #000;
	font-family: "宋体";
    	line-height: 30px;
}
#Index_Box2 li:nth-child(3) .a12{
    display: block!important;
}
#Index_Box2 li img {width: 100%;height:100%; vertical-align: top}
#Index_Box2 .prev {display: block}
#Index_Box2 .next {display: block}
#Index_Box2 .prev {z-index: 100; overflow: hidden; cursor: pointer}
#Index_Box2 .next {z-index: 100; overflow: hidden; cursor: pointer}
#Index_Box2 .prev {position: absolute; width: 24px; background: url(../images/left.png) 0px 0px; height: 28px; top: 112px; left: 42px}
#Index_Box2 .next {position: absolute; width: 24px; background: url(../images/right.png) 0px 0px; height: 28px; top: 112px; right: 42px}

.pps li{
    text-align: center;
}
.pps li img{
    width: 225px;
    height: 160px;
}
.pps li h4 a{
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    font-weight: 400;
    color: #333;
}
.pps li h4 a:hover{
    color: #2c7dcc;
}




.ysbf{width:1920px;position:relative;left:50%;margin-left:-960px;}
.w1100 { width: 1100px !important; padding: 0; position: relative;    width: 1100px;
    margin: 0 auto; }
.advan-title { height: 181px; background: url(../images/advantage_01.jpg) center center; }
.cont{width:440px;margin-left:56px;margin-top:92px;}
.cont .advan-t{font-size:26px;font-weight:bold;color:#D2160D;margin-bottom:20px;}
.cont .advan-t small{display: block;font-size:12px;color:#aaa;font-weight:500;margin-top:10px;}
.cont p{margin-bottom:15px;}
.cont p i{font-size:18px;color:#D2160D;margin-right:10px;}
.cont .advan-btn{margin-top:10px;overflow:hidden;margin-left:50px;}
.cont .advan-btn a{display: block;width:130px;height:40px;text-align:center;line-height:40px;background:#D2160D url(../images/head-nav.jpg);color:#fff;float:left;margin:10px 20px;border-radius: 5px;}
.cont .advan-btn a:hover{background:#fe7000 url(../images/head-nav-hover.jpg);}
.advan-1 {height:438px;background: url(../images/advantage_02.jpg) center center;}
.advan-1 .cont{float:left;margin-right:50px;}
.advan-2 {height:346px;background: url(../images/advantage_03.jpg) center center;}
.advan-2 .cont{margin-top:0px;margin-right:10px;float:right;}
.advan-3 {height:333px;background: url(../images/advantage_04.jpg) center center;}
.advan-3 .cont{float:left;margin-right:50px;margin-top:0px;width:450px;}
.advan-4 {height:353px;background: url(../images/advantage_05.jpg) center center;}
.advan-4 .cont{margin-top:10px;margin-right:10px;float:right;}
.advan-5 {height:405px;background: url(../images/advantage_06.jpg) center center;}
.advan-5 .cont{margin-top:0px;float:left;}





