/*Created by lk on 2020/07/29.*/

/*----page_banner----*/
.page_banner{width: 100%; height: 450px; margin-top: 80px;}
.page_banner .banner_bg{width: 100%; height: 100%; background-position: center; background-size: cover}

.page_title{padding: 30px 0 0 0; border-bottom: 1px solid #e0e0e0}
.page_title .title_left{position: relative}
.page_title .title_left a{display: inline-block; position: relative; font-size: 14px; color: #666; padding: 2px 18px 14px 18px; margin: 0 2px; font-weight: bold; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_title .title_left a:hover:before{content: ""; display: block; width: 100%; height: 2px; background: -webkit-gradient(linear,110% 0%, 0% 110%, from(#fff), to(#FFFFFF), color-stop(0.5,#de171c)); position: absolute; bottom: 0; left: 0; margin-bottom: -2px}
.page_title .title_left a.on:before{content: ""; display: block; width: 100%; height: 2px; background: -webkit-gradient(linear,110% 0%, 0% 110%, from(#fff), to(#FFFFFF), color-stop(0.5,#de171c)); position: absolute; bottom: 0; left: 0; margin-bottom: -2px}
.page_title .title_right{padding-bottom: 4px}
.page_title .title_right h3{font-size: 20px; color: #333; font-weight: bold; font-family: 'Montserrat-Light'}
.page_title .title_right h3 i{font-size: 14px; color: #999; padding-left: 2px; font-style: normal; font-weight: normal; vertical-align: bottom; font-family: 'novecentowide-book'}
.page_title .title_right span{display: block; width: 42px; height: 3px; background: #de171c; position: absolute; left: 0; bottom: 0; margin-bottom: -2px}

/*----page_about----*/
.page_about{padding: 60px 0}
.page_about .about_left{width: 50%; margin-right: 5%}
.page_about .about_left h3{font-size: 26px; color: #333; font-weight: bold; margin-bottom: 20px; font-family: 'Montserrat-Light'}
.page_about .about_left p{font-size: 14px; color: #333; line-height: 26px;}
.page_about .about_left .data{position: relative;}
.page_about .about_left .data .li{width: 33.3333%; float: left; margin-top: 50px; position: relative;}
.page_about .about_left .data .li span{height: 60px; font-size: 52px; color: #de171c; font-weight: bold; font-family: 'Montserrat-Light'}
.page_about .about_left .data .li i{font-size: 13px; font-style: normal; color: #de171c; vertical-align: bottom; line-height: 32px; padding-left: 6px}
.page_about .about_left .data .li p{font-size: 15px; color: #282828; font-weight: bold; line-height: 26px}

.page_about .about_right{width: 45%}
.page_about .about_right img{float: right; width: 100%}

/*----page_article----*/
.page_article{padding: 60px 0}
.page_article p{font-size: 14px; color: #333; line-height: 26px;}
.page_article img{width: 100%; float: none; display: block; margin: 20px auto}

/*----page_honor----*/
.page_honor{padding: 60px 0}
.page_honor .list{list-style: none; margin-right: -1.3333%;}
.page_honor .list li{float: left; width: 32%; margin-right: 1.3333%; margin-bottom: 1%;}
.page_honor .list li .example-image-link{width: 100%; overflow: hidden;  border: 1px solid #e0e0e0}
.page_honor .list li .example-image-link img{width: 100%; display: block; float: none}
.page_honor .list li p{font-size: 14px; color: #333; line-height: 22px; text-align: center}

/*----page_news----*/
.page_news{}
.page_news .news_left{width: 67%; padding: 60px 3% 60px 0; border-right: 1px solid #e0e0e0}

.page_news .news_left .news_one{padding-bottom: 20px; border-bottom: 1px dotted #e0e0e0}
.page_news .news_left .news_one .one_left{width: 55%; margin-right: 2%}
.page_news .news_left .news_one .one_left h6{font-size: 26px; color: #de171c; font-weight: bold; margin-bottom: 18px; font-family: 'Montserrat-Light'}
.page_news .news_left .news_one .one_left h1{font-size: 20px; color: #282828; font-weight: bold; margin-bottom: 20px; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_news .news_left .news_one .one_left p{font-size: 14px; color: #666; line-height: 20px;}
.page_news .news_left .news_one .one_right{width: 43%; height: 180px; overflow: hidden}
.page_news .news_left .news_one .one_right img{width: 100%; transition: all ease .5s; -webkit-transition: all ease .5s}

.page_news .news_left .news_list{padding-top: 20px;}
.page_news .news_left .news_list .list{}
.page_news .news_left .news_list .list li{padding: 20px 20px 20px 0; border-bottom: 1px dotted #e1e1e1; transition: all ease .6s; -webkit-transition: all ease .6s}
.page_news .news_left .news_list .list li .data{width: 13%; background: #f0f0f0; text-align: center; margin-right: 5%; padding: 14px 10px 14px 14px}
.page_news .news_left .news_list .list li .data h6{font-size: 36px; color: #de171c; font-weight: bold; margin-bottom: 4px; font-family: 'Montserrat-Light'}
.page_news .news_left .news_list .list li .data p{font-size: 14px; color: #333; font-family: 'novecentowide-book'}
.page_news .news_left .news_list .list li .txt{width: 82%;}
.page_news .news_left .news_list .list li .txt h1{font-size: 19px; color: #282828; font-weight: bold; margin-top: 4px; margin-bottom: 14px; transition: all ease .5s; -webkit-transition: all ease .5s}
.page_news .news_left .news_list .list li .txt p{font-size: 13px; color: #666; line-height: 20px;}

.news_right{width: 30%; margin-left: 3%; padding-top: 60px;}
.news_right h3{font-size: 20px; color: #de171c; font-weight: bold;}
.news_right .line{display: block; width: 40px; height: 2px; background: #de171c; margin: 4px 0 20px 0}
.news_right .list li{margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px dotted #dedede}
.news_right .list li h1{float: left; font-size: 14px; color: #333;}
.news_right .list li p{float: right; font-size: 14px; color: #999; font-family: 'novecentowide-book'}

.page_news .news_left .news_one:hover .one_left h1{color: #de171c}
.page_news .news_left .news_one:hover .one_right img{transform: scale(1.1); -webkit-transform: scale(1.1)}
.page_news .news_left .news_list .list li:hover{background: #f0f0f0}
.page_news .news_left .news_list .list li:hover .txt h1{color: #de171c}

/*----page_news-img----*/
.news_img{padding: 60px 0}
.news_img .list{margin-right: -1%}
.news_img .list li{width: 24%; float: left; margin-right: 1%; margin-bottom: 20px;}
.news_img .list li .img{width: 100%; height: 180px; overflow: hidden}
.news_img .list li .img img{width: 100%; transition: all ease .6s; -webkit-transition: all ease .6s}
.news_img .list li h1{font-size: 14px; color: #333; padding: 10px 0; line-height: 24px;}
.news_img .list li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1)}

/*----page_newshow----*/
.page_newshow{}
.page_newshow .newshow_left{width: 67%; padding: 60px 3% 60px 0; border-right: 1px solid #e0e0e0}
.page_newshow .newshow_left .newshow_title{margin-bottom: 20px}
.page_newshow .newshow_left .newshow_title h1{font-size: 22px; color: #de171c; font-weight: bold; margin-bottom: 10px;}
.page_newshow .newshow_left .newshow_title span{font-size: 13px; color: #666; margin-right: 20px;}
.page_newshow .newshow_left .newshow_con p{font-size: 14px; color: #333; line-height: 26px;}
.page_newshow .newshow_left .newshow_con img{float: none; width: 100%; display: block; margin: 20px auto; height: auto !important;}
.page_newshow .newshow_left .newshow_con a{display: inline-block;}

.page_newshow .newshow_left .link{padding-top: 50px;}
.page_newshow .newshow_left .link a{display: inline-block; padding: 6px 20px; font-size: 13px; color: #666; background: #dedede}


/*----page_branches----*/
.page_branches{padding: 40px 0}
.page_branches h1{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 30px;}
.page_branches .list{margin-right: -2%;}
.page_branches .list li{width: 48%; margin-right: 2%; float: left; margin-bottom: 30px; border: 1px solid #dedede; box-sizing: border-box}
.page_branches .list li h3{font-size: 15px; color: #333; padding: 10px;}
.page_branches .list li .map{height: 260px; }


/*----page_contact----*/
.page_contact{padding: 60px 0}
.page_contact .contact_map{border: 1px solid #fff;}
.page_contact .contact_map .map{height: 460px;}

.page_contact .contact_con{position: relative; width: 80%; margin: 20px auto 40px auto;  padding: 40px; background: #fff; box-shadow: 3px 3px 10px 3px rgba(0,0,0,.1)}
.page_contact .contact_con  span{display: inline-block; margin: 0 40px; font-size: 18px; color: #333;}



/*----page_message----*/
.page_message{}
.page_message{width: 80%; height: auto; padding: 20px; margin: 0 auto; float: none;}
.page_message p {margin: 7px 0;  position: relative;  display: block;  padding-left: 100px;}
.page_message p span {margin-left: -10px; line-height: 37px; font-size: 14px; display: block; position: absolute;  left: 0;  top: 0;  width: 100px;  text-align: right;  font-weight: bold;}
.page_message p input {width: 100%;  height: 37px; border: 1px solid #ddd;  font-size: 12px;  text-indent: 5px;  outline: 0;}
.page_message p textarea {width: 100%; height: 100px; border: 1px solid #ddd; font-size: 12px; text-indent: 5px; outline: 0;}
.page_message p.yanz {}
.page_message p.yanz span {float: left; padding-right: 10px;}
.page_message p.yanz input {width: 40%;  float: left;}
.page_message p.yanz img {height: 37px;  display: block;  float: right;}
.page_message p .btn {height: 49px; border: none; border-radius: 4px; background: #c40e24; color: #fff; cursor: pointer}
.page_message p .btn:hover {background: #0d4d84;}



.message_list{width: 100%; margin-top: 60px; margin-bottom: 40px; border-top: 3px solid #de171c}
.message_list .list{}
.message_list .list li{padding: 20px 0; margin-bottom: 20px; border-bottom: 1px solid #999; }
.message_list .list li .question{margin-bottom: 20px;}
.message_list .list li .question span{display: inline-block; font-size: 15px; color: #333; margin-right: 20px; margin-bottom: 10px;}
.message_list .list li .question p{font-size: 14px; color: #666; line-height: 26px;}

.message_list .list li .reply{background: #eff1f7; padding: 10px;}
.message_list .list li .reply h1{display: block; margin-bottom: 10px; width: 120px; background: #de171c; font-size: 14px; color: #fff; text-align: center; line-height: 32px;}
.message_list .list li .reply p{font-size: 14px; color: #666; line-height: 26px;}



/*----page_city----*/
.page_city{padding: 200px 0 50px 0;}
.page_city .w1200{width: 800px;}
.page_city .title{border-bottom: 1px solid #dedede; margin-bottom: 20px; padding-bottom: 10px;}
.page_city .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_city .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333;; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_city .title .city_link:hover{background: #181818;}

.page_city .city_list{ margin-bottom: 20px; padding-bottom: 20px}
.page_city .city_list dl{border-bottom: 1px solid #dedede; padding: 20px 0;}
.page_city .city_list dl dt{margin-bottom: 20px}
.page_city .city_list dl dt a{display: inline-block; width: 120px; font-size: 13px; color: #fff; text-align: center; line-height: 36px; background: #999;}
.page_city .city_list dl dd{margin-left: 0;}
.page_city .city_list dl dd a{display: inline-block; width: 110px; font-size: 13px; color: #333; text-align: center; line-height: 32px; margin-bottom: 6px; background: #f0f0f0;}


/*----web_map----*/
.page_webmap{padding: 200px 0 50px 0;}
.page_webmap .title{border-bottom: 1px solid #dedede; margin-bottom: 40px; padding-bottom: 10px;}
.page_webmap .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_webmap .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333;; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_webmap .title .city_link:hover{background: #181818;}

.webmap_nav{transition: all .4s; -webkit-transition: all .4s}
.webmap_nav .list{list-style: none}
.webmap_nav .list .li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #e0e0e0}
.webmap_nav .list .li>a{font-size: 18px; color: #333;}

.list_son{list-style: none; margin-top: 20px}
.list_son li{float: left; margin-right: 40px;}
.list_son li a{font-size: 14px; color: #333;}


/*----show_page----*/
.show_pages{margin: 20px 0;}
.show_pages p{font-size: 13px; color: #666; line-height: 26px;}
.show_pages p a{font-size: 13px; color: #282828; display: inline-block}

/*----pages----*/
.pagination a.cur {background: #de171c !important}


/*----page_search----*/
.page_search{}
.page_search .list{list-style: none; margin-right: -2.3333%;}
.page_search .list li{width: 31%; float: left; margin-right: 2.3333%; margin-bottom: 10px;}
.page_search .list li .search_li{width: 100%; overflow: hidden}
.page_search .list li .search_li img{width: 100%}
.page_search .list li p{font-size: 14px; color: #333; line-height: 36px;}





