* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "微软雅黑";
    color: #333
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    color: #da251c;
    font-size: 14px;
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

input,
textarea {
    font-family: "微软雅黑";
    font-size: 16px;
    
}

b,
em,
i,
strong {
    font-style: normal;
    font-weight: normal;
}

.main {
    width: 1200px;
    margin: auto;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
}

textarea {
    resize: none;
    color: #9c9c9c;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

.wp {
 min-width:1200px;
}
.header {
    height: 100px;
    width: 100%;
    float: left
}

.header .fl {
    padding-top: 25px;
}

.header .fr {
    margin-top:15px;
    height: 40px;
    border-radius: 25px;
    float: right;
    line-height: 40px;
}

.header .fr dt {
    float: left;
    font-size: 18px;
    color: #fff;
}

.header .fr dd {
    margin-left: 15px;
    float: left;
    margin-top: 6px;
	margin-right: 10px;
}

.header .fr dt p {
    font-size: 18px;
    position: relative;
}


.nav {
    width: 770px;
    height: 95px;
    line-height: 95px;
    display: flex;
    float: left;
    /* background: #2a2a2a; */
    margin-left: 50px;
}

.nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nav ul>li {
    float: left;
    width: 100%;
    text-align: center;
    height: 95px;
    line-height: 95px;
    display: inline-block;
    cursor: pointer;position: relative;
}

.nav ul>li>a {
    width: 80%;
    margin: 0px 10%;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    text-align: center;
    /* color: #fff; */
    font-size: 16px;
    position: relative;
    /* border-right: 1px solid #232d3c;
    border-left: 1px solid #374760; */
}



.nav ul li:hover>a,
.nav ul li.active>a {
    color: #248888;
    border-bottom: 4px solid #248888;
    /* border-color: #da251c; */
}

.nav ul li:hover dl{
    display: block;
}
.nav ul li dl {
    width: 100%;
    position: relative;
    top: -1px;
    display: none;
    z-index: 9;
    left: 0px;
}

.nav ul li dl dd {
    /* height: 40px; */

    width: 100%;
	  background: #fff;
	  line-height: 20px;;
}

.nav ul li dl dd a {
    /* height: 40px; */
    padding: 10px;
	line-height: 20px;
    width: calc(100% - 20px);
    display: inline-block;
    color: #333;
    font-size: 14px;
    border: none;
}

.nav ul li dl dd a:hover {
    background: #248888;
    color: #fff;
}

.swiper-container1 {
    position: relative;
    top: 0px;
    float: left;
    width: 100%;
}

.swiper-container1 img {
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-pagination-bullet {
    background: #248888;
    opacity: 1;
    width: 40px;
    height:4px;
    ;
    border-radius: 12px;
    margin-right: 0px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    background: #ff0000;
    height: 4px;
}
.index,.index1,.index2,.index3{
    width: 100%;
    float: left;
}

.index_tit {
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 45px;
}
.index_tit p{
    padding-bottom: 5px;
    font-size: 30px;
    color: #333;
}
.index_tit span i {
    width: 100%;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.index_tit strong{
    width: 40px;
    height: 5px;
    background: #db261d;
    margin-top:30px;
    display: inline-block;
}

.index1_con {
    width: 100%;
    float: left;
    padding-bottom: 70px;
}
.index1_con ul li {
    width: 690px;
    float: left;
    margin-right:20px ;
}
.index1_con ul li:nth-child(2){
    margin-right: 0px;
}
.index1_con ul li a{
    width: 690px;
    height: 400px;
    float: left;
    position: relative;
}
.index1_con ul li b{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    position: absolute;bottom: 0px;
    font-size: 18px;
    color: #4c4c4b;
    left: 0px;
    background: rgba(255, 255, 255, .8);
}
.index1_con ul li p{
    width: 100%;
    height: 400px;
    background: rgba(218, 37, 28, .8);
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: left;
    display: none;
}
.index1_con ul li p span,.index1_con ul li p i{
    padding-left: 80px;
    float: left;
    width: 100%;
}
.index1_con ul li p i{
    padding-top: 130px;
    display: inline-block;font-size: 24px;
    padding-bottom: 10px;
}
.index1_con ul li p span strong{
    width: 520px;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 30px;
}
.index1_con ul li:hover b{
    display: none;
}
.index1_con ul li:hover p{
    display: block;
}

.index2 {
    width: 100%;
    background: url(../image/aboutbg.jpg) center center no-repeat;
    height: 630px;
}


.index3_con {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 100px;
}
.index3_con_l{
    width: 750px;
    margin-right: 100px;
    float: left;
}
.index3_con_r{
    width:550px; ;
    float: left;
}
.index3_con_l_top{
    width: 95%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;

}
.index3_con_l_top p{
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 30px;
}
.index3_con_l_top span{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    

}
.index3_con_l_bot {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.index3_con_l_bot span {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}
.index3_con_l_bot p a{
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    background: #2f323b;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
}
.index3_con_l_bot p a:hover{
    background: #db261d;
}

.copy {
    width: 100%;
    background: url(../image/copy_bj.png) center center repeat-x;
    height:305px;
    float: left;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.copy_top {
    width: 100%;
    float: left;
    height: 200px;
    margin-top:50px;
}

.copy a:hover {
    color: #da251c
}

.copy1 {
    width: 350px;
    /* margin-top: 35px; */
    /* padding-left: 270px; */
    float: left;
    /* border-right: 1px solid #fff; */
    height: 150px;
}

.copy2 {
    width: 400px;
    float: left;
}

.copy3 {
    width: 220px;
    padding-left: 140px;
    float: left;
    height: 300px;
    padding-top: 57px;
    border-left: 1px solid #414340
}

.copy_tit {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    position: relative;

}

.copy_tit::after {
    content: "";
    position: absolute;
    left: 0px;
    top:35px;
    width: 40px;
    height: 3px;
    background: #da251c;
    display: inline-block
}

.copy1 ul {
    width: 100%;
    float: left;
}

.copy1 ul li {
    width: 100%;
    float: left;
    line-height: 29px;
}

.copy1 ul li a {
    width: 100%;
    float: left;
    display: inline-block;
    color: #9f9f9f
}

.copy2 dl {
    width: 100%;
    float: left;
}


.copy2 dl dd {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 28px;
}

.copy_r {
    float: right;
}

.copy_r ol {
    float: right;
}

.copy_r ol li {
    width: 176px;
    height: 145px;
    background-color: #da251c;
    /* height: 160px; */
    line-height: 145px;
    padding: 8px 0px 8px 8px;
    /* background-color: #11449d; */
    border-radius: 3px;
    margin-left: 40px;
    float: left;
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li p {
    /* display:table-cell;vertical-align:middle; */
    display: flex;
    align-items: center;
    /* align-content: center; */
    /* justify-content: center; */
    /* justify-self: center; */
    /* justify-items: center; */
}

.copy_r ol li:first-child {
    margin-left: 0px;
}

.copy_r ol li img {
    float: left;
}

.copy_r ol li b {
    color: #fff;
    width: 15px;
    margin: 0 auto;
    line-height: 24px;
    font-size: 16px;
    float: left;
    /* margin: 10px 0px 0px 5px; */
    word-wrap: break-word;
    /*è‹±æ–‡çš„æ—¶å€™éœ€è¦åŠ ä¸Šè¿™å¥ï¼Œè‡ªåŠ¨æ¢è¡Œ*/
    word-break: break-all;
    display: inline-block;
}

.copy_bot2 {
    line-height: 50px;
}

.copy_bot2 a {
    color: #acaeb0;
}

.banner_img {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
}

.banner_img p {
    width: 100%;
    height: 400px;
    margin: auto;
    overflow: hidden;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.banner_img p img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.content{
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 40px;
}
.nav_page {
    width: 100%;
    padding-top: 20px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
}
.nav_page p {
    position: relative;
    margin-left: 10px;
    font-size: 18px;
    color: #333;
    float: left;
}
.nav_page p::before{
    position: absolute;
    content: "";
    left: -10px;
    top:15px;
    width: 5px;
    height: 20px;
    background: #db261d;
}
.nav_page ul{
    float: right;
}
.nav_page ul li {
    float: left;
}

.about {
    width: 100%;
    /* padding-top: 30px;
    padding-bottom: 100px; */
    float: left;
}
.about p{
    width: 550px;
    float: left;
    margin-right: 50px;
}
.about dl{
    width: 780px;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.about dl dt {
    width: 100%;

    color: #666;
    padding-bottom: 20px;
}
.about dl dd,.about dl dd p {
    width: 100%;

    color: #666;
    line-height: 30px;
}
.about dl dd p b {
    color: #da251c;
}
.contact {
    width: 100%;
    float: left;
    /* padding-top: 30px;
    padding-bottom: 90px; */
}
.contact_top {
    width: 100%;
    float: left;
}
.contact_l {width: 500px;
float: left;
margin-right: 70px;

}
.contact_r{
    width:600px ;
    float: left;
    font-size: 14px; color: #7d7d7d; line-height: 30px;
}



.contact_top {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
.contact_bot{
    width: 100%;
    float: left;
	padding-bottom:50px;
	padding-top:20px;
}
.contact_bot p{
    width:100%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
}
.contact_botcon {
    width: calc(100% - 60px);
    float: left;
    padding: 30px 30px 50px 30px;
    background: #f5f6f6;
}
.contact_botcon ul{
    width: 100%;
    float: left;
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-bottom: 25px;
    background: #fff;
}
.contact_botcon ul li.wid50 {
    width: 550px;
    float: left;
    margin-right: 30px;
}
.contact_botcon ul li.wid50:nth-child(2n){
    margin-right: 0px;
}
.contact_botcon ul li.wid100 {
    width: 1130px;
    float: left;
}
.contact_botcon ul li b{
    width: 45px;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: 10px;
    float: left;
    margin-left: 10px;
}
.contact_botcon ul li input{
    width: calc(100% - 70px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;
    color: #666;

}
.contact_botcon ul li select{
    width: calc(100% - 60px);height: 45px;
    padding-left: 5px;
    border-left: 1px solid #e1e6eb;color: #666;


}
.contact_botcon ul li textarea{
    height: 110px;
    width: calc(100% - 80px);
    color: #666;
    float: left;
    padding: 5px;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p input{
    width: 70px;
    height: 38px;
    line-height: 38x;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    color: #fff;
}



.download {
    width: 100%;
    float: left;
}

.download ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #efefef;
    margin-bottom: 8px;
    cursor: pointer;
}

.download ul li p {
    position: relative;
    text-indent: 30px;
    width: 80%;
    overflow: hidden;
    float: left;
    font-size: 14px;
}

.download ul li p:before {
    position: absolute;
    left: -15px;
    content: '·';
    top: 0px;
    font-size: 40px;
    color: #333;
    font-size: 16px;
}

.download ul li span {
    float: right;
    margin-right: 20px;
}

.download ul li span a {
    width: 120px;
    height: 45px;
    /* background: #2d3a4e; */
    line-height: 45px;
    text-align: center;
    display: inline-block;
    /* color: #fff; */
    font-size: 14px;
    text-transform: uppercase;
}

/* .download ul li span a:hover {
    width: 120px;
    height: 45px;
    background: #06379d;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
} */

.download ul li:hover p,.download ul li:hover span a{
    color: #da251c
}
.download ul li span img{vertical-align: middle;width: 25px;margin-right: 5px;}


.pages {
    display: table;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.pages li {
    float: left;
}

.pages li a {
    height: 32px;
    padding: 0px 10px;
    line-height: 32px;
    background: #f3f3f3;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: 32px;
    line-height: 32px;
    background: #da251c;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #da251c;
    color: #fff
}

.news {
    width: 100%;
    float: left
}

.news dl {
    margin-top: 20px;
    width: calc(100% - 20px);
    float: left;
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.news dl dt {
    width: 270px;
    float: left;
    margin-right: 50px;
    text-align: center;
}
.news dl dt img{
    width: 270px;
	height:200px;
}
.news dl dd {
    width: 820px;
    float: left;
	padding-top:30px;
}

.news dl dd p {
    font-size: 18px;
    color: #000;
    width: 100%;
    float: left;
    line-height: 24px
}
.news dl dd p,.news dl dd i,.news dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
}
.news dl:hover dd p a,.news dl:hover dd p {
    color: #da251c
}


.news dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px
}



.solution {
    width: 100%;
    float: left
}

.solution dl {
    margin-top: 20px;
    width: calc(100% - 40px);
    float: left;
    cursor: pointer;
    padding: 20px 0px 20px 15px;
    border: 1px solid #e8e8e9;
}

.solution dl dt {
    width: 270px;
    float: left;
    margin-right: 50px;
    text-align: center;
}
.solution dl dt img{
    width: 270px;
	height:200px;
}
.solution dl dd {
    width: 1020px;
    float: left;
    margin-top: 30px;
}

.solution dl dd p {
    font-size: 18px;
    color: #000;
    width: 100%;
    float: left;
    line-height: 24px;
    padding-bottom: 10px;
}
.solution dl dd p,.solution dl dd i,.solution dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 34px;
}
.solution dl:hover dd p a,.solution dl:hover dd p {
    color: #da251c
}

.imgcenter{
    text-align: center;
    display: table;
    margin: 0px auto;
}
.solutionshow{
    
width: 100%;
float: left;
padding-bottom: 30px;
}
.solution dl dd span {
    font-size: 14px;
    color: #666;
    width: 100%;
    float: left;
    line-height: 30px
}


.Box_con  {position: relative;width:1200px;left:0px;z-index: 10; top: 0px; height:380px;overflow: hidden;}
/* .Box_con .btn {display: block;width: 42px;height:74px;position: absolute;top: 80px;z-index:10;cursor: pointer;color: #fff}
.Box_con .btn_l {background: url(../image/btn_l.png) no-repeat center;left:0px;}
.Box_con .btn_r{background: url(../image/btn_r.png) no-repeat center;right:0px;} */
.Box_con .conbox{position: relative;left:0px;top:0px;width: 1200px;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;left: 0px;width: 10000px;}
.Box_con .conbox ul li{float: left;width:330px;height:380px;margin-right:30px;margin-bottom:40px;overflow: hidden;text-align: center;font-size: 14px; color: #333; line-height: 30px;}
.Box_con .conbox ul li a{
    width: 100%;
    height: 100%;
    display: inline-block;

}
.Box_con .conbox ul li img {display: block;width: 330px;float: left;}
.Box_con .conbox ul li b{ text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background-color:#e8e8e8;
	color:  #666;
	float: left;}
.Box_con .conbox ul li:hover b{
	background: #db261d;
	color: #fff;
}

/* .anli ul {float: left;width: 100%;padding-top: 15px;}
.anli ul li { float: left;width: 220px; text-align: center;margin-right:8px;margin-bottom:10px;background: #fff; }
.anli ul li img{ float: left;}
.anli ul li a b{line-height: 48px; display: inline-block;color: #333333;width: 100%;margin-top: -5px;}
.anli ul li:nth-child(4n){margin-right: 0px; float: right;}
 */
/*
.anli {
    float: left;
    min-width: 905px;
}

.anli ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.anli ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 224px;
}

.anli ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli ul li:nth-child(3n) {
    margin-right: 0px;
}

.anli ul li:hover a {
    color: #da251c;
    display: inline-block;
}

.anli ul li:hover a b {
    color: #da251c
}

.anli ul li:hover img {
    border: 1px solid #da251c;
}

.anli_img {
    float: left;
    min-width: 905px;
}

.anli_img ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.anli_img ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.anli_img ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 204px;
}

.anli_img ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.anli_img ul li.hover a {
    color: #da251c;
    display: inline-block;
}

.anli_img ul li.hover a b {
    color: #da251c
}

.anli_img {
    width: 905px;
    height: 300px;
    overflow: hidden;
}

.anli_scroll {
    width: 905px;
    height: 300px;
    position: relative;
    left: 0px;
    float: left
}

.anli_scroll ul {
    width: 10000px;
    height: 300px;
}
*/
.honor {
    float: left;
}

.honor ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.honor ul li {
    float: left;
    width: 392px;
    text-align: center;
    margin-right:110px;
    margin-bottom:30px;
    position: relative;
}
.honor ul li a{
    width: 100%;
    display: inline-block;
}
.honor ul li img {
    width:358px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 20px;
    /* height: 350px; */
}

.honor ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.honor ul li:nth-child(3n) {
    margin-right: 0px;
}

.honor ul li:hover a {
    color: #da251c;
    display: inline-block;
}

.honor ul li:hover a b {
    color: #da251c
}

.honor ul li:hover img {
    border: 1px solid #da251c;
}
/*
.partner {
    float: left;
    min-width: 905px;
}

.partner ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.partner ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.partner ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 150px;
}

.partner ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.partner ul li:nth-child(3n) {
    margin-right: 0px;
}

.partner ul li:hover a {
    color: #da251c;
    display: inline-block;
}

.partner ul li:hover a b {
    color: #da251c
}

.partner ul li:hover img {
    border: 1px solid #da251c;
}
*/
.product {
    float: left;
    min-width: 905px;
}

.product ul {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.product ul li {
    float: left;
    width: 292px;
    text-align: center;
    margin-right: 14px;
    margin-bottom: 20px;
    position: relative;
}

.product ul li img {
    width: 278px;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 2px;
    height: 208px;
}

.product ul li a b {
    line-height: 38px;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    width: 100%
}

.product ul li:nth-child(3n) {
    margin-right: 0px;
}

.product ul li:hover a {
    color: #da251c;
    display: inline-block;
}

.product ul li:hover a b {
    color: #da251c
}

.product ul li:hover img {
    border: 1px solid #da251c;
}
.pro_newsl {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.pro_newsl:last-child{
    margin-right: 0px;
}
.pro_newsl ol,.pro_newsl ol li {
    width: 100%;
    float: left;
}
.pro_newsl ol{
    margin-top: 20px;
}
.pro_newsl ol li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 14px;
    color: #666;
   
}
.pro_newsl ol li p {
    float: left;
    position: relative;
    display: inline-block;
    width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.pro_newsl ol li p:after {
    position: absolute;
    left: -15px;
    top: 1px;
    content: "·";

}
.pro_newsl ol li span {
    float: right;
    font-size: 14px;
    color: #666;
}
.pro_newsl ol li:hover p,.pro_newsl ol li:hover span{
    color: #da251c;
}
/* #container {margin:0 auto;width:905px;} */

#gallery-overlay {
    background-color: #000;
}

#gallery-container {
    font: 16px/22px verdana, arial, sans-serif;
}

#gallery {
    color: #999;
    display: none;
    height: 200px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    box-shadow: 0 0 64px #000;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
}

#gallery-image-container {
    display: none;
    height: 100%;
}

#gallery-loading {
    padding: 8px;
}

#gallery-controls {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#gallery-controls div {
    float: left;
    height: 100%;
    width: 50%;
}

#gallery-controls a {
    background: #fff;
    color: #000;
    font-size: 12px;
    outline-style: none;
    position: absolute;
    text-decoration: none;
    top: 40px;
}

#gallery-previous-link {
    left: 0;
    padding: 6px 10px 6px 6px;
    border-radius: 0 6px 6px 0;
    -moz-border-radius-bottom-right: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
}

#gallery-next-link {
    padding: 6px 6px 6px 10px;
    right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius-bottom-left: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
}

#gallery-meta-container {
    background: #fff;
    color: #999;
    display: none;
    margin: 0 auto;
    overflow: auto;
}

#gallery-image {
    padding: 8px;
}

#gallery-meta {
    display: none;
    height: 44px;
    padding: 0px 8px;
}

#gallery-meta div {
    float: left;
}

#gallery-info {
    text-align: left;
    width: 80%;
}

#gallery-close {
    line-height: 30px;
    text-align: right;
    width: 20%;
}

#gallery-close a {
    color: #999;
    font-size: 24px;
    font-weight: bold;
    outline-style: none;
    text-decoration: none;
}

#gallery-close a:hover {
    color: #bbb;
}

#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

#gallery-title a:visited:hover {
    color: #999
}

#gallery-pages {
    color: #999;
    display: block;
    font-size: 10px;
    line-height: 14px;
}
.faq dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.faq dl dt {
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    padding: 0px 20px 0px 30px ;
}
.faq dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 14px;
}
.faq dl dt p::before{
    position: absolute;
    content: '';
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #666666;
    top: 23px;
}

.faq dl dt span{
    float: right;
}
.faq dl dt span img:nth-child(1){
    display:none;
}
.faq dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding: 20px 20px 10px 30px ;
    float: left;
    display: none;
}
.faq dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 20px;
}



.join dl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.join dl dt {
    width: calc(100% - 50px);
    /* height: 50px; */
    /* line-height: 50px; */
    background: #f6f6f6;
    /* border: 1px solid #f0f0f0; */
    padding: 30px 20px 30px 30px ;
    float: left;
    border-radius: 5px;
}
.join dl dt p{
    float: left;
    position: relative;
    color: #666666;
    font-size: 14px;
}


.join dl dt span{
    float: right;
	margin-top:20px;
}
.join dl dt span img:nth-child(1){
    display:none;
}
.join dl dd {
    width: calc(100% - 50px);
    margin-top: 1px;
    background: #ffffff;
    /* border: 1px solid #f0f0f0; */
    padding: 25px 20px 10px 35px ;
    float: left;
    display: none;
	font-size:14px;
}
.join dl dd p{
    width: 100%;
    line-height: 24px;
    float: left;
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 20px;
}
.join dl dt p i,.join dl dt p strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height: 24px;
}
.join dl dt p i{
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.join dl dd i,.join dl dd strong{
    width: 100%;
    float: left;
    display: inline-block;
    color: #666;
    line-height:30px;
}
.join dl dd i {
    color: #db261d;
}
.join dl dd a{
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: #db261d;
    color: #fff;
    margin-top: 30px;
    border-radius: 5px;
}
.productcon {
    width: 100%;
    float: left;
}
.productcon dl {
    width: 675px;
    float: left;
    height: 230px;
    margin-right: 40px;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
.productcon dl:nth-child(2n){
    margin-right: 0px;
}
.productcon dl dt {
    width: 230px;
    float: left;
}
.productcon dl dt img{
    width: 224px;
    height: 224px;
	padding:3px;
}
.productcon dl dd {
    width: 404px;
    float: left;
    padding: 20px ;
    height: 190px;
    border-left: 1px solid #e5e5e5;
    background: #f7f7f7;
}
.productcon dl dd b,.productcon dl dd span {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: 30px;
    color: #666;
}
.productcon dl dd b {
    font-size: 18px;
    lighting-color: 40px;
    color: #000;
}
.productcon dl dd span{
    position: relative;
}

.productcon dl dd input{
    width: 100px;
    height: 37px;
    line-height:37px;
    display: inline-block;
    text-align: center;
    background: #666666;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
	font-size:14px;
}
.productcon dl dd:hover b{
    color: #da251c;

}
.productcon dl dd:hover input{
    background: #da251c;
    

}


.productshow_tit {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    position: relative;
    color: #da251c;
    left: 0px;
    padding-left: 10px;
    border-bottom: 1px solid #e5e5ee;
}
.productshow_tit::before{
    content: '';
    position: absolute;
    left: 0px;
    width: 5px;
    height: 20px;
    display: inline-block;
    background: #da251c;
    top: 15px;
    font-size: 16px;
}
.faqshow {
    /* padding-bottom: 0px; */
    width: 100%;
    float: left;
}

.faqshow .tc {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #da251c;

    padding: 10px 0px 20px;
}

.faqshow div {
    line-height: 28px;
    color: #666;
    font-size: 14px;
    padding-bottom: 5px;
    float: left;
	padding-top:20px;
}

.faqshow dl {
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
}

.faqshow dl dt {
    float: left;
    color: #666;
}

.faqshow dl dd a {
    float: left;
    color: #666
}

.faqshow dl dd a:hover {
    color: #da251c
}
.productshow_top  p{
    width: 410px;
    float: left;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 30px;
}
.productshow_top dl {
    width: calc(100% - 450px);
    float: left;
}
.productshow_top dl dt
,.productshow_top dl dd
,.productshow_top dl dt i
,.productshow_top dl dt span
,.productshow_top dl dd strong{
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.productshow_top dl dt i{
    font-size: 20px;
    color: #333333;

}
.productshow_top dl dt span{
    font-size: 14px;
    color: #da251c;
}






.productshow_top dl dd input{
    width: 120px;
    height: 40px;
    line-height:40px;
    display: inline-block;
    text-align: center;
    background: #666666;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}
.productshow_top dl dd:hover input{
    width: 120px;
    height: 40px;
    line-height:40px;
    display: inline-block;
    text-align: center;
    background: #da251c;
    color: #fff;
    margin-top: 20px;
    border-radius: 5px;
}

.page_btn {
    text-align: center;
    padding-top: 30px;
}

.page_btn a {
    display: inline-block;
    margin: 0 10px;
    padding: 5px 10px 5px 10px;
    background: #efefef;
    font-size: 14px;
    border-radius: 3px;
}

.page_btn a.show, .page_btn a:hover {
    background: #DB261D;
    color: #fff;
}

.page_join_box li {
    margin-bottom: 20px;
}

.page_join_tt {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    padding-left: 7px;
    background: #f3f3f3;
}

.page_join_list {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    display: none;
}

.page_join_list h6 {
    font-weight: bold;
}

.page_product_box .page_technology_tt a {
    color: #01772b;
}
.page_right .m-news-bd li{
    margin-top: 20px;
}
.page_right .m-news-bd .m-news-article{
    width: 800px;
    padding-right: 50px;
}
.page_news_detail_box .page_news_detail_tt {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
	color:#004098;
}

.page_news_detail_box .page_news_detail_text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.page_news_detail_next {
    margin-top: 20px;
}

.page_news_detail_next p {
    font-size: 14px;
    line-height: 24px;
}

.page_news_detail_next a {
    margin: 0 5px;
}

.page_news_detail_next a:hover {
    color: #fd7507;
}
.sub, .res {
    width: 100px;
    line-height: 30px;
    border-radius: 3px;
    border: 0;
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all .5s ease;
    margin-bottom: 25px;
}

.sub {
    background: #248888;
    margin-left: 50px;
}

.sub:hover {
    background: #ff0000;
}

.res {
    background: #333;
}

.res:hover {
    background: #ff0000;
}
.nav_tab {
	width: 100%;
	float: left;
	height: 80px;
	background: #f5f5f5;
}

.nav_tab ul {
	display: table;
	margin: 0px auto;
	padding: 20px 0px 0px;
	;
}

.nav_tab ul li {
	
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
	/* background: #007ac5; */
	/* border-radius: 25px; */
	;
}

.nav_tab ul li a {

	padding: 0px 30px;
	height: 40px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	border-radius: 25px;
}
.nav_tab ul li a:hover{
	background: #cc0000;
	color: #fff;
}
.nav_tab ul li.hover a {
	background: #248888;
	color: #fff;
}
.about {
	width: 100%;
	/* padding-top: 30px;
    padding-bottom: 100px; */
	float: left;
}

/*.about_top_l span {
	width: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}*/

.about_top2 span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.about_tit {
	width: 100%;
	float: left;
	color: #007ac5;
	line-height: 30px;
}

.about_top2 ul {
	width: 100%;
	float: left;
	margin-top: 10px;
}

.about_top2 ul li {
	width: 380px;
	float: left;
	margin-right:30px;
	margin-bottom: 30px;
}
.about_top2 ul li img{
	border-radius: 10px;
	width: 380px;
}
.about_top2 ul li:nth-child(3n) {
	margin-right: 0px;
}
.fd_parner div{
	margin-top:10px;
	margin-bottom:20px;
}
.fd_parner div img{
    width: 276px;
    border: 1px solid #ccc;
    margin-right: 24px;
    margin-bottom: 24px;
}
.fd_parner div img:hover{
    border: 1px solid #248888;
}
.fd_parner div img:nth-child(4n){
    margin-right: 0;
}
.fd_title{
    text-align: center;
    position: relative;
    padding: 60px 0 30px 0;
}
.fd_title p:nth-child(1){
    font-size: 32px;
    font-weight: bold;
}
.fd_title p:nth-child(1) span,.fd_about_txt h2 span{
    color: #248888;
}
.fd_title p:nth-child(2){
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.fd_title_line{
    position: absolute;
    width: 525px;
    height: 1px;
    background: #ccc;
    overflow: hidden;
    top: 80px;
}
.fd_title_line_left{
    left: 0;
}
.fd_title_line_right{
    right: 0;
}
.news_l {
    width: 100%;
    padding: 15px 0px 30px;
    float: left;
}

.news_tab {
    display: table;
    padding-bottom: 30px;
    margin: 0px auto;
}

.news_tab li {
    width: 178px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    float: left;
    margin-right: 10px;
    /* color: #fff; */
    font-size: 18px;
    /* background-color: #0069b5; */
    ;
}

.news_tab li a {
    width: 100%;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    border: solid 1px #c6c6c6;
    border-radius: 25px;
}

.news_tab li.hover a {
    color: #fff;
    background-color: #0069b5;
}

.news_r {
    float: left;
    width: 500px;
    height: 490px;
    /* padding: 0px 20px; */
    /* border: solid 1px #eeeeee; */
}

.news_l_t {
    width: 100%;
    float: left;
}

.news_l_t li {
    float: left;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    margin: 0px 10px;
    height: 40px;
    position: relative;
}

.news_l_t li:before {
    position: absolute;
    right: -15px;
    top: 0px;
    color: #666;
}

.news_l_t li {
    color: #009f31;
    font-weight: bold;
    font-size: 24px;
}

.news_l_t span {
    float: right;
    text-transform: uppercase;
}

.news_l_con {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 422px;
}

.news_lcon:last-child {
    display: none;
}

.news_lcon dl {
    width: 600px;
    color: #666666;
    float: left;
    margin-bottom: 10px;
    height: 422px;
    position: relative;
}

.news_lcon dl dt {
    width: 558px;
    height: 422px;
    float: left;
    margin-right: 25px;
}

.news_lcon dl dt img {
    float: left
}

.news_lcon dl dt span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(../image/img12.png) center center no-repeat;
    width: 570px;
    height: 65px;
    line-height: 65px;
    background-size: 570px;
    /* display: none; */
}

.news_lcon dl dt span b {
    margin-left: 24px;
    color: #ffffff;
}

.news_lcon dl dt span i {
    width: 110px;
    text-align: center;
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.news_lcon dl dt span i a {
    color: #fff;
}

.news_lcon ul {
    width: calc(100% - 600px);
    float: left;
}

.news_lcon ul li {
    width: 598px;
    height: 94px;
    padding: 10px;
    margin-bottom: 15px;
    float: left;
	box-sizing:border-box;
	border:1px solid #d7d6d6;
}

.news_lcon ul li p {
    width: 85px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 12px;
	padding-top:6px;
}

.news_lcon ul li p::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #cbcbcb;
    left: 80px;
	margin-top:10px;
    top: 0px;
    /* border-right: 1px solid #cbcbcb; */
}

.news_lcon ul li p i,
.news_lcon ul li p b {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999;
}

.news_lcon ul li p i {
    font-size: 36px;
    color: #999;
    line-height: 40px;
}

.news_lcon ul li span {
    width: calc(100% - 100px);
    float: left;
    display: inline-block;
	padding-top:6px;
}

.news_lcon ul li em,
.news_lcon ul li strong {
    width: 100%;
    float: left;
    display: inline-block;
    color: #333;
}

.news_lcon ul li em {
    font-size: 16px;
    line-height: 36px;
}

.news_lcon ul li strong {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    height: 20px;
    width: 98%;
}

.news_lcon ul li:hover em {
    color: #ff6600;
}
.con2{
	width: 100%;
	background: url(../image/aboutbg.jpg) top center no-repeat;
	height: 540px;;
	float: left;
}
.con3{
	width: 100%;
	float: left;
}
.index3_con {
    width: 1200px;
    float: left;
    padding-top:100px;  
	   margin-bottom: 60px;

}
.index3_con_l{
    width: 600px;
    margin-right: 70px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    float: left;
}
.index3_con_l p{
	width: 100%;
	font-size: 32px;
	color: #fff;
	float: left;
	font-weight:bold;
}
.index3_con_l i{
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	float: left;
	color: #fff;
	padding-bottom: 10px;
	padding-top:10px;
}
.index3_con_l span {
    width: 100%;
    float: left;
    display: inline-block;
}
.index3_con_r{
    width:500px; ;
    float: left;
}


.index3_con_l a{
    margin-top: 20px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
 text-transform: uppercase;
}
.index3_con_l a:hover{
	color: #fd0400;
}


.left_nav {
    width:290px;
	/* height: 478px; */
	background-color: #ffffff;
	box-shadow: 2px 2px 15px 0px 
		rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    

}

.left_nav .big_nav {
    margin-bottom: 30px
}
/* .left_nav .big_nav h4{
    background: #0099dc;
    width: 100%;
    height: 110px;
} */
.big_nav>ol {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 10px 0px 15px;
	display: none;
}

.big_nav ol li b {
    width: 20px;
    height: 4px;
    opacity: 0.5;
    display: inline-block;
    background: #fff;
}

.big_nav ol li p {
    font-size: 18px;
    ;
}

.big_nav ol li span {
    font-size: 22px;
    ;
}




.index_1 {
	padding: 60px 0px 70px;;
}
.left_nav h4 {
    height:120px;
	line-height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    font-size: 32px;
    color: #fff;
    /* padding-top: 30px; */
    background: #248888;
    ;
    /* text-align: center; */
    /* background: #2482e3 */
}
.left_nav h4 span {
    font-size: 14px;
}
.left_nav h4 img {
    margin-left: 30px;
	margin-right: 10px;
}

.left_nav .slider_bar {
    width:calc(100% - 2px);
	/* height:370px; */
    background-color: #fff;
    /* border-radius: 5px; */
    float: left;
    /* margin-bottom: 20px; */
    border: 1px solid #eaeaea
}

.slider_bar li dl {
    display: none;
}

.left_nav .slider_bar>li {
    width: 100%;
    float: left;
    line-height:66px;
    text-align: center;
}

.left_nav .slider_bar li:last-child {
    border: none
}

.left_nav .slider_bar>li>a {
    font-size: 14px;
    color: #444;
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    color: #2482e3;
}

.left_nav .slider_bar li h5 {
    width: 100%;
    text-align: left;
    /* text-indent: 20px; */
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    float: left;
		background-color:#f7f7f7;
    /*background:url(../image/list1.png) 10px center no-repeat;*/
}
.left_nav .slider_bar li h5 b{
	width: 20px;
	float: left;
	margin-left: 20px;
}
.left_nav .slider_bar li h5 b img{
	vertical-align: middle;
}
.left_nav .slider_bar li h5 b img:last-child{
	display: none;
}
.left_nav .slider_bar li:last-child h5 {
    border: none;
}

.left_nav .slider_bar li.active h5 {
    margin-right: -1px;
	background-color:#f7f7f7;

}

.left_nav .slider_bar li h5 a {
     padding-left: 5px; 
	float:left;
    width:calc(100% - 60px);
	display: inline-block;
}
.left_nav .slider_bar>li.active h5 a{
	color: #da251c;
	font-weight:BOLD;
	font-size:14px;
}
table tr td{
    padding-left:10px;
}
.left_nav .slider_bar li dd {
    width: 100%;
    float: left;
     border-bottom: 1px solid #d7d7d7; 
    text-align: left;
    /* text-indent: 42px; */
    /* height: 40px; */
    line-height: 40px;
    float: left;
}
.left_nav .slider_bar li dd>a{
	width: calc(100% - 57px);
	height:50px;
	 line-height: 50px;
	 text-align: left;
	 padding-left: 57px;
	 color: #333;
	 display: inline-block;
	/* text-indent: 0px;; */
	background: #fff;
	/* background:url(../image/icon3.png) 350px center no-repeat #d81d24; */
}
.left_nav .slider_bar li dd:hover>a,.left_nav .slider_bar li dd.hover>a{
	background:url(../image/touming.png) 250px center no-repeat #d81d24;
	color: #fff;
}

.left_nav .slider_bar li dd.select a {
    color: #2482e3
}
.left_nav .slider_bar li dd ol{
	display: none;
}
.left_nav .slider_bar li dd ol li {
	text-align: left;
	padding-left: 40px;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;;
	border-bottom: 1px solid #eaeaeb;
	position: relative;
}
.left_nav .slider_bar li dd ol li::before{
	position: absolute;
	left: 20px;;
	content: '·';
	color: #333333;
	font-size: 30px;;
}
.left_nav .slider_bar li.active span{
    display: inline-block;
}



.right_con {
    width: 910px;
	background-color: #ffffff;
	float: left;

}
.right_top,.right_bot {
	width: calc(100% - 35px);
	float: left;
	padding-left: 35px;
}
.right_top{
	line-height: 60px;
	height: 60px;
	font-size: 14px;
}
.right_top p{
	float: left;
}

.right_top span{
	float: right;
	width: 650px;
	height: 32px;
	line-height: 32px;
	margin-top: 14px;
}

.right_top span input[type=text]{
	width: 570px;
	padding: 0px 10px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	border: 1px solid #efefef;
	margin-right: 15px;
}
.input2{
	width: 40px;
	text-align: center;
	background: #248888;
	height: 32px;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
}
.right_tit{
	width:calc(100% - 55px);
	float: left;
	padding: 0px 20px 0px 35px;
	height: 60px;
	line-height: 60px;
	background: #f7f7f7;
}
.right_tit p{
	color: #000;
	font-size: 18px;
	float: left;
}
.right_tit2{
	width:calc(100% - 35px);
	float: left;
	padding: 0px 20px 0px 15px;
	height: 50px;
	line-height: 50px;
	background: #f7f7f7;
}
.right_tit2 p{
	color: #000;
	font-size: 18px;
	float: left;
}
.right_tit span {
	float: right;
}
.right_tit a{
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
}
.right_tit a:hover{
	color: #d81d24;
}
/* .right_bot,.right_bot2,.right_bot3{
	width: 100%;
	float: left;
} */
.right_bot1 ul {
	width: 100%;
	float: left;
	margin-top: 30px;;
}
.right_bot1 ul  li {
	width: 200px;
	float: left;
	margin-right: 25px;
}
.right_bot1 ul  li:nth-child(4n){
	margin-right: 0px;
}
.right_bot1 ul  li img {
	width: 198px;
	border: 1px solid #eaeaeb;
}
.right_bot1 ul  li  b{
	line-height: 40px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.right_bot2_t1,.right_bot2_t2{
	width: 100%;
	float: left;
}
.right_bot2{
	margin-top: 25px;
}
.right_bot2_t1{
	margin-bottom: 50px;;
}
.right_bot2_t1 p{
	width: 200px;
	height: 200px;
	border: 1px solid #eaeaeb;
	margin-right: 35px;
	float: left;
}
.right_bot2_t1 span {
	width: calc(100% - 240px);
	float: left;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.right_bot2_t2 ul{
	width: 100%;
	float: left;
}
.right_bot2_t2 ul li {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;;
}
.right_bot2_t2 ul li img {
	vertical-align: middle;
	margin:13px 5px 0px 0px;
	width: 20px;
	float: left;
}
.right_bot2_t2 ul li b{
	width: 360px;
	display: inline-block;
	float: left;
	overflow: hidden;
	text-overflow:ellipsis; white-space: nowrap;
}
.right_bot3_t1{
	width: 100%;
	float: left;
	margin-bottom: 50px;;
	margin-top: 25px;;
}
.right_bot3_t1 p{
	width: 280px;
	height: 280px;
	border: 1px solid #eaeaeb;
	margin-right: 25px;
	float: left;
}
.right_bot3_t1 .right_bot3 {
	width: calc(100% - 320px);
	float: left;
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
.right_bot3_t1 .right_bot3 span {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height:26px;
	padding-bottom:10px;
	font-weight:bold;
}
.right_bot3_t1 i{
	width: 100%;
	display: inline-block;
	float: left;
	padding-top:10px;
}
.right_bot3_t1 i input{
	height: 40px;
	line-height: 40px;
	padding: 0px 30px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	border-radius: 3px;color: #fff;
}
.right_bot3_t2 {
	width: 100%;
	margin-top: 30px;;
		float: left;
		font-size: 14px;
		line-height: 28px;
		color: #666;
}
.slider_bar li.active dl{
    display:block
}