html {
    color: #666;
    background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
body {
    height: 100%;
    font-family: "Arial";
}
a {
    text-decoration: none;
    color: #1e1e1e;
}

.iner {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.fl {
    float: left;
}
.fr {
    float: right;
}

.video{width: 1200px;margin: 0px auto;margin-top: 50px;margin-bottom: 30px;}
.video embed{width: 100%;height: 600px;}
.video p{text-align: center;font-size: 25px;margin-top: 20px;}
/*公共的*/
.public {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}

.public .page_title  {
    color: #424242;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 40px;
}
.public .memo {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 2;
    text-indent: 2em;
}
.public .page_title b {
    display: block;
    width: 80px;
    height: 1px;
    margin-top: 10px;
    /* background: #da2720; */
}
.public .text {
    overflow: hidden;
    padding: 60px 0;
}
.public .text:nth-child(2) {
    padding-top: 0;
}
.public .bg {
    background: #eeeeee;
}
.public .iteml {
    width: 47%;
}
.public .iteml img {
    width: 100%;
    display: block;
}
.public .itemr {
    width: 47%;
}

.public .itemr p {
    font-size: 15px;
    color: #333;
    line-height: 28px;
}
.public .itemr .tt {
    font-weight: bold;
    color: #333;
    font-size: 22px;
}
.public .itemr .tt b {
    display: block;
    width: 80px;
    margin-top: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #da2720;
}
.public .itemr .lit {
    margin-bottom: 12px;
}
.public .itemr .lit p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}


.awards  ul {
    overflow: hidden;
}
.awards  ul li {
    width: 100%;
    float: left;
    margin-right: 16px;
    max-width: 280px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.awards  ul li:nth-child(4n) {
    margin-right: 0;
}
.awards  ul li img {
    display: block;
    width: 100%;
}
.awards .tt {
    color: #333;
    font-size: 15px;
    margin-bottom: 32px;
    height: 60px;
    line-height: 22px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
/*    font-family: "Helvetica Neue";*/
}
.awards ul {
    float: none;
}
.awards ul li{
    color: #333;
    font-size: 16px;
    line-height: 36px;
    width: 100%;
    /*font-family: "Helvetica Neue";*/
}
.awards .dd {
    color: #000;
    font-size: 18px;
    margin-top: 12px;
    line-height: 36px;
    /*font-family: "Helvetica Neue";*/
}
.history ul {
    float: none;
}
.history ul li {
    background: #f0efef;
    margin-bottom: 12px;
    width: 100%;
    float: none;
}
.history ul li .history_tt {
    width: 100%;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #6c6c6c;
} 
.history ul li .history_tt b.round {
    transform: rotate(180deg);
}
.history ul li .history_tt b {
    width: 20px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    transition: all .2s linear;
    background: url(arrow.png) no-repeat center center;
}
.history ul li .history_mm {
    display: none;
    background: #f0efef;
    padding: 20px 30px;
    color: #666;
    font-size: 16px;
}
.history ul li .history_mm p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.market ul {
    padding-top: 10px;
}
.market ul li {
    width: 100%;
    float: left;
    max-width: 372px;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 5px 10px #ccc;
}
.market ul li:nth-child(3n) {
    margin-right: 0;
}
.market ul li .img {
    height: 238px;
    overflow: hidden;
}
.market ul li img {
    width: 100%;
    transition: all .2s linear;
}
.market ul li:hover img {
    transform: scale(1.1);
}
.market ul li .title {
    padding: 10px;
    font-size: 16px;
    color: #333;
}
.market ul li .memo {
    height: 60px;
    padding: 10px;
}
.market ul li .memo p {
    margin-top: 10px;
    color: #da2720;
}

/*联系我们*/
.contact {
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
}
.contact .tit {
    color: #424242;
    font-size: 38px;
    font-weight: bold;
    padding-bottom: 40px;
    /*font-family: "Helvetica Neue";*/
}
.contact .tit b {
    display: block;
    width: 80px;
    height: 1px;
    margin-top: 10px;
    background: #da2720;
}
.contact .contact_body {
    overflow: hidden;
}
.contact .contact_body .left {
    width: 40%;
    float: left;
}
.contact .contact_body .left .item {
    margin-bottom: 20px;
}
.contact .contact_body .left .memo  {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
    /*font-family: "Helvetica Neue";*/
}
.contact .contact_body .left .company  {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #666;
    /*font-family: "Helvetica Neue";*/
}
.contact .contact_body .left .tele {
    margin-top: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    /*font-family: "Helvetica Neue";*/
}
.contact .contact_body .left .location {
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
    color: #666;
    /*font-family: "Helvetica Neue";*/
} 
.contact .contact_body .left .location .tt {
    font-weight: bold;
}
.contact .contact_body .left .location .mm {
    font-size: 16px;
}
.contact .contact_body .left .location a {
    display: block;
    max-width: 200px;
    height: 50px;
    width: 100%;
    background: #da2720;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    border-radius: 12px;
    margin-top: 20px;
}
.contact .contact_body .right {
    width: 55%;
    float: right;
}
.contact .contact_body .right .select {
    width: 100%;
}
.contact .contact_body .right .select select {
    width: 100%;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    color: #666;
    border: 1px solid #ccc;
}
.contact .contact_body .right .select p {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-bottom: 8px;
}
.contact .contact_body .right .name p:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin-top: 30px;
    margin-bottom: 8px;
}
.contact .contact_body .right .name p:nth-child(2) {
    font-size: 16px;
    color: #ccc;
}
.contact .contact_body .right .name p:nth-child(2) input {
    outline: none;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    color: #ccc;
    height: 40px;
    border-radius: 5px;
    padding-left: 15px;
    box-sizing: border-box;
}
.contact .contact_body .right .submit {
    margin-top: 20px;
}
.contact .contact_body .right .submit input {
    outline: none;
    border: none;
    width: 100%;
    width: 120px;
    height: 50px;
    background: #da2720;
    color: #fff;
    border-radius: 10px;
}





.i_service {
    overflow: hidden;
}
.i_service .item .title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.i_service .item {
    overflow: hidden;
    width: 40%;
    margin: 0 5%;
    float: left;
}
.i_service .item ul li {
    float: left;
    width: 50%;
    margin-top: 22px;
    font-size: 16px;
    color: #333;
    text-align:center;
}


#nav dl {
    width: 240px;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
}
.pic1 img{height: 415px;}
@media (max-width: 1199px){
.video{width: 990px;margin-top: 5vw;margin-bottom: 0px;}
    .video embed{height: 56vw;}
    .pic1 img{height: 415px;}
}
@media (max-width: 990px){
.video{width: 100%;margin-top: 5vw;margin-bottom: 0px;}
    .video embed{height: 56vw;}
}
@media screen and (max-width: 360px) { .pic1 img{height: 215px;}}
@media screen and (max-width: 750px) {

    #nav dl {
        width: 100%;
        z-index: 999;
        padding-left: 0;
        left: 0;
        margin-left: 0;
        text-align: center;
        top: 51px;
    }
    /*.i_service .item {
        width: 100%;
        float: none;
    }*/
    .i_service .item ul li {
        float: none;
        width: 100%;
    }
    .public .iteml {
        width: 100%;
        float: none;
    }
    .public .itemr {
        width: 100%;
        float: none;
    }
    .public .page_title {
        font-size: 28px;
    }
}


.cpdetail .title {
    color: #424242;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    /*font-family: "Helvetica Neue";*/
}
.cpdetail .title b {
    display: block;
    width: 140px;
    height: 1px;
    margin: 0 auto;
    margin-top: 20px;
    background: #da2720;
}
.cpdetail .item {
    overflow: hidden;
    padding: 60px 0;
}
.cpdetail .bg {
    background: #eeeeee;
}
.cpdetail .item .left {
    width: 42%;
}
.cpdetail .item .left img {
    width: 100%;
    display: block;
}
.cpdetail .item .right {
    width: 53%;
}
.cpdetail .item .right .tt {
    font-weight: bold;
    color: #333;
    font-size: 22px;
}
.cpdetail .item .right .tt b {
    display: block;
    width: 80px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.cpdetail .item .right p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
}

.investor img {
    display: block;
    width: 100%;
}

.awards .culture li {
    border: none;
    float: none;
}


.public .team ul {
    overflow: hidden;
}
.public .team ul li {
    max-width: 300px;
    width: 100%;
    float: left;
    margin: 1.5% 3%;
}


.public .team ul li .mask {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.public .team ul li .text {
    position: fixed;
    width: 80%;
    height: 70%;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    display: none;
    overflow: hidden;
}
.public .team ul li .text .imgs {
    float: left;
    width: 300px;
    margin-left: 50px;
    margin-right: 50px;
}
.public .team ul li .text .imgs img {
    display: block;
    width: 100%;
}
.public .team ul li .text .memo .tt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
    font-family: "Arial";
}
.public .team ul li .text .memo .mm {
    font-size: 14px;
    line-height: 22px;
    font-family: "Arial";
}
.public .team ul li .text .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: url(close.png) no-repeat center center;
}

.public .team ul li .title {
    font-size: 15px;
    color: #333;
    margin: 5px;
    height: 66px;
}

.public .historys {
    width: 100%;
}
.public .historys ul li {
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.public .historys ul li .history_tt {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    float: left;
    width: 5%;
}
.public .historys ul li .history_mm {
    float: right;
    width: 90%;
    margin-left: 18px;
}


@media screen and (max-width: 750px) {
    #banner {
        width: 100%;
    }
    .hdr {
        height: auto;
    }
    #nav dd a {
        text-align: center;
    }
    .public .team ul li {
        float: none;
        margin: 0 auto;
    }
    .public .team ul li .text {
        padding: 15px;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .public .team ul li .text .imgs {
        margin: 0;
        float: none;
    }
    .awards ul li {
        max-width: 100%;
        width: 100%;
        float: none;
        margin: 0;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .public .historys ul li .history_tt {
        width: 100%;
        float: none;
    }
    .public .historys ul li .history_mm {
        float: none;
        width: 100%;
        margin: 0;
    }


    .cpdetail .item .left {
        float: none;
        width: 100%;
    } 
    .cpdetail .item .right {
        float: none;
        width: 100%;
        padding-top: 12px;
        display: block;
    }
    .cpdetail .title {
        line-height: 46px;
    }
    .contact .contact_body .left {
        width: 100%;
        float: none;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .contact .contact_body .right {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .video{width: 100%;margin-top: 5vw;margin-bottom: 0px;}
    .video embed{height: 56vw;}
}
.indextitle1{width:100%;height:270px;background: url(indextitle1.jpg) center center no-repeat;position: relative;}
.indextitle2{width:100%;height:185px;background: url(indextitle2.jpg) center center no-repeat;position: relative;}
.indexbg2{width:100%;border-bottom: 15px solid #f8f8f8;position: relative;}
.indexbg3{width:100%;height:592px;background: url(indexbg3.jpg) center center no-repeat;position: relative;}
.indexbg4{width:100%;height:665px;background: url(indexbg4.jpg) center center no-repeat;position: relative;}
.indexbg5{width:100%;height:573px;background: url(indexbg5.jpg) center center no-repeat;position: relative;}
.indexbg6{width:100%;height:598px;background: url(indexbg6.jpg) center center no-repeat;position: relative;}
.indexbg7{width:100%;height:460px;background: url(indexbg7.jpg) center center no-repeat;}
.indexbg8{width:100%;height:601px;background: url(indexbg8.jpg) center center no-repeat;}
img {max-width: 100%;}
.protext{width:100%;height:68px;background-color: #1a62d1;line-height: 68px;text-align: center;font-size: 18px;color:#fff}
.more{width:234px;height:50px;background: #ed1111 url(askicon.jpg) 40px center no-repeat;line-height: 50px;text-align: center;font-size: 20px;color:#fff;display: block;padding-left: 48px;margin:0 auto;border-radius: 30px;;}
.nei{padding-top: 325px;}
.backfff{background-color: #fff;}
.carousel-control2 .glyphicon-chevron-left, .carousel-control2 .glyphicon-chevron-right, .carousel-control2 .icon-prev, .carousel-control2 .icon-next {
    width: 51px;
    height: 51px;
    margin-top: -40px;
    font-size: 30px;
}
.carousel-control2 .icon-prev, .carousel-control2 .icon-next, .carousel-control2 .glyphicon-chevron-left, .carousel-control2 .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -19px;
}
.carousel-control2 .icon-prev, .carousel-control2 .glyphicon-chevron-left {
    left: 0;
    margin-left: -60px;
        background: url(pre.png);
}
.glyphicon-chevron-left::before {
content: "";

}
.carousel-control2 .icon-next, .carousel-control2 .glyphicon-chevron-right {
    right:0;
    margin-right:-60px;
     background: url(next.png);
}
.glyphicon-chevron-right::before {
content: "";
}
.carousel-control.left {
    background-image:transparent!important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right{
    background-image:transparent!important;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;	
}
.w1000{width:1000px;margin:0 auto;}
.indexabout{position: absolute;left:128px;top:150px;width:473px;font-size: 16px;line-height: 24px;color:#666;}
.indexabout2{position: absolute;left:128px;top:410px;width:473px;font-size: 16px;line-height: 24px;color:#666;}
.relative{position: relative;}
.bigfont{font-size: 56px;font-weight: bold;color:#1a78d4}
.bigfont2{font-size: 48px;font-weight: bold;color:#1a78d4}
.xiaofont{font-size: 15px;}
small{font-size:12px;font-weight: 300;}
.more:hover{color:#eee}
.wen1{padding-top:65px;text-align: center;font-size: 36px;font-weight: bold;line-height: 36px;color:#333}
.wen2{padding-top:20px;text-align: center;font-size: 20px;font-weight: normal;line-height: 20px;color:#6b6b6b;}
.wen3{position: absolute;top:300px;left:50%;margin-left:297px;text-align: left;font-size: 16px;line-height: 36px;color:#666;}
.wen4{position: absolute;top:333px;left:50%;margin-left:-570px;text-align: left;font-size: 16px;line-height: 36px;color:#666;}
.wen5{position: absolute;top:296px;left:50%;margin-left:297px;text-align: left;font-size: 16px;line-height: 36px;color:#666;}
.colorblue{color:#1a78d4}
.colorred{color:#df1822}
.pic1{display:block;overflow: hidden;}
.pic1 img {
    transition: ease-in .5s;
    -ms-transition: ease-in .5s;
    -moz-transition: ease-in .5s;
    -webkit-transition: ease-in .5s;
    -o-transition: ease-in .5s;
}
 .pic1:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.ProName {padding: 15px;background: #f2f2f2;}
.p_Title_1 {font-size: 18px;line-height:40px;font-weight: bold;}
.Procon {padding: 15px;margin-top: 30px;}
.procuct p{line-height: 4;}
.rongyu p{line-height: 4;}
.pro1 h3{font-size:30px;font-weight: bold;text-align: center;margin-top: 40px;margin-bottom: 40px;}
.neibg{width:100%;}
.abouttext{font-size:16px;line-height: 1.7;margin-bottom: 40px;}
.abouttext h3{font-size:30px;font-weight: bold;text-align: center;margin-top: 40px;margin-bottom: 40px;}
.abouttext p{text-indent: 2em;}
.procontextimg p{text-indent: 0em;}
.listm{clear: both;overflow: hidden;}
.listm .list-group-item{float: left;width: 48%;margin-left:1%;margin-right: 1%;margin-bottom: 5px;background: #ba3a1f;color:#fff}
.pgtb15{padding-top: 15px;padding-bottom: 15px;}
.bback {
    background: #f3f3f3;
    padding: 5px 20px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    color: #666;
    font-size: 12px;
}
.context {
    min-height: 400px;
    padding: 30px;
}
.context table{width:100% !important;}
 .newsdetai{width:80%;margin-left:auto;margin-right: auto;}
 .bline1{border-bottom: 1px solid #ddd;}
 .newst{font-size: 18px;margin-bottom:5px;}
 .newspic img{width:220px;height:140px;}
 .newsh{padding-top:40px;padding-bottom: 30px;border-bottom: 1px dashed #ccc;}
.mgt40{margin-top: 40px;}
.mgb30{margin-bottom: 30px;}
.bline{/*background: #f3f3f3;*/background-image: linear-gradient(#ddd, #f3f3f3);}
.nav-pills2 {text-align: right}
.nav-pills2 > li {
    float:none;
}
.nav-pills2 > li {
    position: relative;
    display: inline-block;
}
h4{font-weight: bold;margin:10px 0;}
.page_list a{display:inline-block;padding:0 8px;border:1px solid #ddd;margin:2px;background:#fff}
.page_list a.on{background:#eee;}
.pro1 .qwqw{margin-bottom: 20px;}
.bbdd:nth-child(odd){background-color: #f5f5f5;}
.forpc{display: block;}
.form{display: none;}
small{line-height: 40px;}


 
 
@media (max-width:757px) {
	.w1000{width:100%}
	.wen1{font-size: 28px;}
	.wen2{font-size: 17px;}
	.w80d{width:80%;margin:30px auto;}
	.newsdetai{width:auto;}
	.indextitle1 {
	    width: 100%;
	    height: 200px;
	    background: url(indextitle1.jpg) center top no-repeat;
	    position: relative;
	}
	.protext {
	    width: 100%;
	    height: 50px;
	    background-color: #1a62d1;
	    line-height: 50px;
	    text-align: center;
	    font-size: 15px;
	    color: #fff;
	}
	.more {
	    width: 234px;
	    height: 40px;
	    background: #ed1111 url(askicon.jpg) 40px center no-repeat;
	    line-height: 40px;
	    text-align: center;
	    font-size: 16px;
	    color: #fff;
	    display: block;
	    padding-left: 48px;
	    margin: 0 auto;
	    border-radius: 30px;
	}
	.indexbg7 {
	    width: 100%;
	    height:360px;
	    background: url(indexbg7.jpg) center center no-repeat;
		background-size:280%;
	}
	.nei {
	    padding-top: 280px;
	}
	.form{display: block;}
	.forpc{display: none;}
	.qwqw{padding-right: 7px;padding-left: 7px;}
	.nav > li > a {
	    padding: 10px 5px;
	}
	.context {
	    padding: 10px;
	}
	}
.page_list{width:100%;margin:0 auto; text-align:center;margin-top: 2em;}
.clear{    clear: both;}
.page_info{    text-align: center;margin-top:20px;}
.picture a{width:30%;float:left;padding:1%;}
.picture a img{height: 200px;}
