/* CSS Document */
.c_business{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_business_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_business_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_business_header_index{
  margin-right: 11px;
}
.c_business_header_this,.c_business_title{
  color: #1f2c5c;
}

.c_business_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_business_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_business_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_business_detail{
  padding-left: 12px;
  padding-right: 17px;
  margin-top: 21px;
}
.c_business_text{
  line-height: 24px;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  padding-right: 39px;
  font-size: 16px;
}
.c_business_text p:nth-child(1){
  margin-bottom: 24px;
}
.c_business_text p:nth-child(2){
  margin-bottom: 26px;
}
.c_business_items{
  box-sizing: border-box;
  padding: 0 5px;
}
.c_business_item{
  box-sizing: border-box;
  padding: 28px 0;
  padding-bottom: 33px;
  display: flex;
}
.c_business_item:not(:nth-last-child(1)){
  border-bottom: 1px solid #dcdcdc;
}
.c_business_item_banner{
  width: 293px;
  height: 186px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 22px;
}
.c_business_item_banner img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.c_business_item:hover .c_business_item_banner img {
  transform:scale(1.1);
}

.c_business_item_text{
  flex: 1;
}
.c_business_item_text h3{
  line-height: 40px;
  font-size: 18px;
  color: #1f2c5c;
  font-weight: 500;
}
.c_business_item_text p{
  line-height: 24px;
  font-size: 14px;
}
.c_charge{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_charge_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_charge_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_charge_header_index{
  margin-right: 11px;
}
.c_charge_header_this,.c_charge_title{
  color: #1f2c5c;
}

.c_charge_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_charge_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_charge_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_charge_detail{
  padding-left: 65px;
  padding-right: 46px;
}

.c_charge_text{
  line-height: 24px;
  font-size: 14px;
  margin-top: 55px;
  padding-right: 32px;
  padding-left: 5px;
}

.c_charge_banner{
  width: 100%;
  height: 160px;
  background: url(../images/bg6.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 40px;
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 46px;
  line-height: 30px;
  font-size: 18px;
  color: #1f2c5c;
}

.c_charge_download{
  margin-top: 35px;
  border-top: 1px solid #e5e5e5;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 10px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c_charge_download_item{
  width: 506px;
  height: 55px;
  background: #eeeeee;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 21px;
  border-radius: 5px;
  font-size: 14px;
}
.c_charge_download_item div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_charge_download_item div img{
  margin-right: 5px;
}
.c_charge_download_item div a{  
  text-decoration: underline;
  color: #1f2c5c;
}
.c_contact{
  box-sizing: border-box;
  width: 1198px;
  /*height: 530px;*/
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding-bottom: 20px;
}
.c_contact_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_contact_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_contact_header_index{
  margin-right: 11px;
}
.c_contact_header_this,.c_contact_title{
  color: #1f2c5c; text-align:center;
}

.c_contact_title{
  margin-top: 28px;
  display: contents;
  /*flex-direction: column;
  align-items: center;
  justify-content: center;*/
}
.c_contact_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_contact_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
display: block;
margin: 0 auto;
}

.c_contact_phone{
  display: contents;
  margin-top: 42px;
  
}


.c_contact_con{
  width:90%; float:left; margin:5%;
  font-size:16px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-weight: normal;
	background:url(../images/cop1.jpg) no-repeat right  center;
}



.c_contact_phone_item{
  /*flex: 1;*/
  display: flex;
  width: 50%;
  margin-bottom: 20px;
  align-items: center;
  /*flex-wrap: wrap;*/
}
.c_contact_phone_item:last-of-type .c_contact_phone_line {
  display: none;
}
.c_contact_phone_item:nth-child(odd){
  padding-left: 64px;
}
.c_contact_phone_item:nth-child(even){
  padding-left: 58px;
}
.c_contact_phone_img{
  width: 94px;
  height: 94px;
  margin-right: 37px;
}
.c_contact_phone_item{
  position: relative;
}
.c_contact_phone_item img{
  width: 100%;
  transition: all 0.5s linear;
  transform-style: preserve-3d;
}
.c_contact_phone_item:hover img {
  transform: rotateY(-180deg);
}
.c_contact_phone_text h3{
  font-size: 16px;
  color: #1f2c5c;
  line-height: 30px;
  font-weight: 700;
}
.c_contact_phone_text h3 p{
  font-size: 14px;
  line-height: 24px;
}
.c_contact_phone_line{
  position: absolute;
  width: 1px;
  height: 86px;
  right: 0;
  background: #e0e2eb;
}

.c_contact_banner{
  width: 1087px;
  height: 160px;
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 57px;
  box-sizing: border-box;
  padding-top: 27px;
  margin-top: 61px;
  border-radius: 5px;
}
.c_contact_banner p{
  margin-left: 70px;
  line-height: 31px;
  font-size: 18px;
  color: #1f2c5c;
}
.c_contact_banner p:nth-child(1){
  font-weight: 600;
}
.c_contact_banner p:nth-child(2){
  color: #1f2c5c;
  font-weight: 500;
}
.c_contact_banner h2{
  margin-left: 68px;
  line-height: 45px;
  font-size: 27px;
  color: #1f2c5c;
  font-weight: 600;
  font-style:italic
}
.c_news{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 29px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_news_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_news_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_news_header_index{
  margin-right: 11px;
}
.c_news_header_this,.c_news_title{
  color: #1f2c5c;
}

.c_news_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_news_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_news_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_news_detail{
  margin-top: 18px;
  margin-bottom: 42px;
  padding: 0 40px;
}
.c_news_item a{
  display: flex;
}
.c_news_item:not(:nth-child(1)){
  margin-top: 36px;
}
.c_news_item_img{
  width: 284px;
  height: 174px;
  border-radius: 5px;
  overflow: hidden;
}
.c_news_item_img img{
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.c_news_item:hover .c_news_item_img img {
  transform:scale(1.1);
}
.c_news_item:hover .c_news_item_text h3 {
  color: #1f2c5c;
}
.c_news_item_text{
  width: calc(100% - 284px);
  flex: 1;
  margin: 7px 0;
  margin-left: 31px;
  margin-right: 16px;
  border-bottom: 1px solid #bfbfbf;
  height: auto;
}
.c_news_item_text h3{
  font-size: 16px;
  line-height: 29px;
  color: #333;
}
.c_news_item_text p{
  margin-top: 16px;
  font-size: 14px;
  line-height: 25px;
  color: #999;
}
.c_news_item_date{
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
  width: 99px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  border-radius: 5px;
  background: #1f2c5c;
}

.c_news_pagination{
  margin-top: 39px;
}
.c_newsDetail{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_newsDetail_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_newsDetail_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_newsDetail_header_index{
  margin-right: 11px;
}
.c_newsDetail_header_this{
  color: #1f2c5c;
}

.c_newsDetail_detail{
  /* padding: 40px 0; */
  padding-left: 38px;
  padding-right: 28px;
}
.c_newsDetail_detail_title{
  padding-top: 30px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dcdbdb;
  text-align: center;
}
.c_newsDetail_detail_title h3{
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.c_newsDetail_detail_title p {
  line-height: 54px;
  font-size: 14px;
  color: #999;
}
.c_newsDetail_detail_text{
  /* padding: 40px 0; */
  padding-top: 37px;
  padding-bottom: 43px;
  padding-right: 17px;
}
/*.c_newsDetail_detail_text img {*/
  /*width: 100%;*/
/*}*/
.c_newsDetail_detail_text p {
  line-height: 25px;
  font-size: 14px;
  /* white-space: pre-wrap; */
}
.c_newsDetail_detail_img{
  width: 1013px;
  height: 709px;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: 40px;
}
.c_newsDetail_detail_img img{
  width: 100%;
  height: 100%;
}
.c_newsDetail_detail_btns{
  margin-top: 62px;
  padding-left: 40px;
  padding-right: 33px;
  display: flex;
  justify-content: space-between;
}
.c_newsDetail_detail_btns a{
  width: 459px;
  height: 49px;
  border-radius: 5px;
  background: #eee;
  text-align: left;
  text-indent: 22px;
  padding: 15px 0;
}
.c_newsDetail_detail_btns a:hover{
  box-shadow: 0 1px 5px rgba(100,100,100,0.1) ;
}
.pagination ul{
  display: flex;
  justify-content: center;
}
.pagination ul li{
  width: 35px;
  height: 35px;
  border: 1px solid #f6f6f6;
  text-align: center;
  line-height: 35px;
  color: #ababab;
  font-size: 12px;
  margin: 0 2px;
  border-radius: 5px;
}
.pagination ul li:nth-last-child(1){
  background: url(../images/jian9.png) no-repeat center; 
}
.pagination ul .active{
  background: #1f2d58;
  color: #fff;
}
.pagination ul li:hover {
  background: #1f2d58;
  color: #fff;
}
.c_qualityFile{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_qualityFile_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_qualityFile_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_qualityFile_header_index{
  margin-right: 11px;
}
.c_qualityFile_header_this,.c_qualityFile_title{
  color: #1f2c5c;
}

.c_qualityFile_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_qualityFile_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_qualityFile_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_qualityFile_text{
  padding-left: 53px;
  padding-right: 60px;
  margin-top: 21px;
  line-height: 24px;
  text-indent: 28px;
  font-size: 14px;
  color: #333;
}

.c_qualityFile_items{
  padding-left: 53px;
  padding-right: 40px;
  margin-top: 61px;
  margin-bottom: 63px;
}
.c_qualityFile_items ul{
  display: flex;
}
.c_qualityFile_items ul li{
  width: calc(20% - 23px);
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 0 10px;
  padding-bottom: 8px;
  text-align: center;
  overflow: hidden;
  margin-right: 23px;
}
.c_qualityFile_items ul li img{
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 17px;
  width: 118px;
  height: 171px;
}
.c_qualityFile_items ul li p{
  line-height: 17px;
  font-size: 14px;
  color: #333;
}
.c_qualityPolicy{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_qualityPolicy_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_qualityPolicy_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_qualityPolicy_header_index{
  margin-right: 11px;
}
.c_qualityPolicy_header_this,.c_qualityPolicy_title{
  color: #1f2c5c;
}

.c_qualityPolicy_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_qualityPolicy_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_qualityPolicy_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_qualityPolicy_detail{
  padding-left: 70px;
  padding-right: 75px;
  margin-top: 44px;
  margin-bottom: 58px;
  display: flex;
  justify-content: space-between;
}
.c_qualityPolicy_detail_items{
  box-sizing: border-box;
  width: 711px;
}
.c_detail_item{
  padding: 29px 38px;
  display: flex;
}
.c_detail_item:hover{
  background: #eee;
  border-radius: 5px;
}
.c_detail_item:hover .c_item_show {
  display: none;
}
.c_detail_item:hover .c_item_hide {
  display: block;
}
.c_item_banner{
  margin-right: 21px;
}
.c_item_text{
  padding-top: 14px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.c_item_text h3{
  line-height: 28px;
  font-size: 18px;
  color: #1f2c5c;
  font-weight: 500;
}

.c_qualityPolicy_detail_banner{
  width: 289px;
  height: 556px;
  border-radius: 5px;
  background: url(../images/about4.png) no-repeat center;
  background-size: 100% 100%;
}
.c_qualityPromise{
  box-sizing: border-box;
  width: 1198px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 42px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.c_qualityPromise_header{
  height: 42px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.c_qualityPromise_header_home{
  margin-left: 12px;
  margin-right: 9px;
}
.c_qualityPromise_header_index{
  margin-right: 11px;
}
.c_qualityPromise_header_this,.c_qualityPromise_title{
  color: #1f2c5c;
}

.c_qualityPromise_title{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c_qualityPromise_title h3{
  font-weight: 500;
  font-size: 24px;
  line-height: 57px;
}
.c_qualityPromise_title_line{
  height: 1px;
  width: 32px;
  background: #1f2c5c;
}

.c_qualityPromise_text{
  padding: 0 75px 184px 75px;
  margin-top: 20px;
  background: url(../images/logo1.png) no-repeat 75px 94%;
  background-size: 168px 51px;
}
.c_qualityPromise_text h3{
  font-size: 14px;
  color: #333;
  line-height: 36px;
}
.c_date{
  margin-top: 126px;
  text-align: right;
}
.c_item_hide{
  display: none;
}

.paging {
    width: 100%;
    height: 36px;

}

.paging .page_List {
    width: 500px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

.paging .page_List li {
    width: 34px;
    height: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    margin: 0 4px;
}

.paging .page_List li:hover {
    background-color: #1f2c5c;
}

.page_Active {
    background-color: #1f2c5c;
    color: #fff;
}

.page_Active a {
    color: #fff !important;
}

.paging .page_List li:hover a {
    color: #fff;
}

.paging .page_List li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #878787;
    font-size: 12px;
}
.c_news_items {
  margin-bottom: 50px;
}

.swiper-container-free-mode > .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;    /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  margin: 0 auto;
}