.pro {
    width: 1200px;
    margin: 50px auto;
}
.pro_title {
    height: 55px;
    border-left: 7px solid #ece11e;
    margin-bottom: 48px;
    padding-left: 17px;
}
.pro_title_CH {
    font-size: 30px;
    color: #1f1f1f;
    margin-bottom: 13px;
}
.pro_title_EN {
    font-size: 16px;
    color: #000000;
}
.pro_content {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pro_content_child {
    width: 223px;
    height: 249px;
    background: #000;
    margin-bottom: 24px;
    margin-right: 17px;
}
.pro_img_content {
    height: 185px;
    display: flex;
    align-items: center;
}
.pro_content_child img {
    width: 100%;
}
.pro_content_child>a {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #163271;
}
/***about***/
.home-about {
    background: url(../img/home-about-bg.jpg) no-repeat center bottom #41485f;
    color: #fff;
    padding: 50px 0;
}
.home-about .container {
    width: 1200px;
	margin: 0 auto;
}
.home-about .hd {
    margin-bottom: 50px;
}
.home-about .hd .enname {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #9aa0b7;
    text-transform: capitalize;
}
.home-about .hd .name {
    display: block;
    font-size: 24px;
    color: #fff;
}
.home-about .row {
    margin-right: -15px;
    margin-left: -15px;
}
.home-about .col-md-9 {
    width: 75%;
	float: left;
}
.home-about .col-md-5 {
    width: 38.66666667%;
	float: left;
	margin-right: 22px;
}
.home-about .img-responsive{
	    display: block;
    max-width: 100%;
    height: auto;
}
.home-about .col-md-7 {
    width: 55.33333333%;
	float: left;
}
.home-about .info {
    line-height: 24px;
}
.home-about .info p {
    text-indent: 2em;
}
.home-about .col-md-3 {
    width: 25%;
	float: left;
}
.home-about .list .item {
    float: left;
    width: 50%;
    overflow: hidden;
    background-size: 100%;
    transition: all ease 0.3s;
}
.home-about .list .item.b {
    background-image: url(../img/home-about2.jpg);
    background-repeat: no-repeat;
}
.home-about .list .item a {
    display: block;
    text-decoration: none;
    height: 100%;
    position: relative;
}
.home-about .list .item .t {
    text-align: center;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.home-about .list .item.b .t {
    bottom: 0;
    background: #FED600;
    color: #333;
}
.home-about .list .item .t span {
    display: block;
}
.home-about .list .item .t span img {
    width: 40%;
	margin: 0 auto;
	margin-top: 18px;
}
.home-about .list .item .t span {
    display: block;
}
.home-about .list .item.c {
    background-image: url(../img/home-about3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}
.home-about .list .item.c .t {
    background: #FED600;
    color: #333;
}
.section4 .inner1200,.section5 .inner1200,.links .container{
    margin: 0px auto;
    width: 1200px;
    position: relative;
}
.section4{padding: 20px 0;}
.section4 .title{margin-bottom: 40px;}
.section4 .title .p1{text-align: center;font-size: 30px;color: #000000;}
.section4 .title .p2{text-align: center;font-size: 14px;color: #000000;text-transform: uppercase;margin-top: 10px;}

.jsul{display: inline-block;width: 100%;margin-top: 30px;}
.jsul li{float: left;width: 20%;box-sizing: border-box;padding: 0 5px;margin-bottom: 20px;}
.jsul li a{background: #fff;display: block;text-align: center; padding: 1px 0 14px;}
.jsul li a p{font-size: 16px;color: #000000;margin-top: 20px;}
.jsul li img{max-width: 100%;height: auto;}


.section5{padding-bottom: 30px;}
.section5 .title{margin-bottom: 40px;}
.section5 .title .p1{text-align: center;font-size: 30px;color: #000000;}
.section5 .title .p2{text-align: center;font-size: 14px;color: #000000;text-transform: uppercase;margin-top: 10px;}
.js-swiper{margin-top: 30px;}
.js-swiper img{display: block;max-width: 100%;}
.jsswbox {position: relative;overflow: }
.jsswbox .swiper-button-next{background: url(../img/prev.jpg);height: 26px;width: 14px; right: -30px;top: 53%;}
.jsswbox .swiper-button-prev{background: url(../img/next.jpg);height: 26px;width: 14px;left: -30px;top: 53%;}
/***news***/
.bx-ptb30 {
    padding: 30px 0! important;
    box-sizing: border-box;
}
.bx-ptb30 .container {
    max-width: 1200px;
	margin:0 auto;
}
.big-title {
    text-align: center;
    padding: 10px 0 10px 0;
}
.big-title h3 {
    font-size: 30px;
    color: #00091c;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.big-title h3:before {
    content: '';
    width: 56px;
    height: 2px;
    background: #93C03F;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -23px;
}
.big-title p {
    font-size: 18px;
    color: #c9cdd4;
}
.clearfix:after, .container:after, .container-fluid:after, .container-fixed:after, .container-fixed-md:after, .container-fixed-sm:after, .container-fixed-xs:after, .row:after, .dl-horizontal dd:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .form-horizontal .form-group:after, .panel-body:after, .pager-justify:after, .pager-loose:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-header:after, .modal-footer:after, .cards:after, .btn-group-vertical > .btn-group-vertical:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .container-fixed:before, .container-fixed:after, .container-fixed-md:before, .container-fixed-md:after, .container-fixed-sm:before, .container-fixed-sm:after, .container-fixed-xs:before, .container-fixed-xs:after, .row:before, .row:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .panel-body:before, .panel-body:after, .pager-justify:before, .pager-justify:after, .pager-loose:before, .pager-loose:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .cards:before, .cards:after, .btn-group-vertical > .btn-group-vertical:before, .btn-group-vertical > .btn-group-vertical:after {
    display: table;
    content: " ";
}
.col-md-6 {
	float: left;
    width: 50%;
	position: relative;
    min-height: 1px
}
.cl, .clearfix {
    zoom: 1;
}
.pull-left {
    float: left !important;
}
.news-title .pull-left img {
    vertical-align: middle;
    margin-right: 5px;
	display: inline-block;
}
.news-title .pull-left span {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.news-title .pull-right {
    width: 80%;
    line-height: 25px;
	float: right !important;
}
.news-title .pull-right img{
	display: inline-block;
}
.news-title .pull-right a {
    vertical-align: middle;
}
.news-list ul li:first-child {
    margin: 10px 0;
}
.news-list ul li:first-child a {
    display: block;
}
.news-list li span {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    color: #999999;
}
.news-list li span.pull-left {
    padding-left: 15px;
    position: relative;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news-list li span {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    color: #999999;
}
