@charset "utf-8";
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    color: #333;
    line-height: normal;
    font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    color: #f1d01a;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

input,
select,
textarea {
    font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    font-size: 14px;
}

textarea {
    overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}

input::-ms-clear {
    display: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

.clearfix,
.clear:after,
.container:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 5px;
}

.container {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

.mb20 {
    margin-bottom: 20px;
}

.homead img {
    max-width: 100%;
}


/* header */

.logohead img {
    object-fit: cover;
    width: 100%;
}

.wap {
    display: none;
}

header .head {
    width: 100%: ;
    height: 140px;
    position: relative;
    z-index: 99;
    color: #fff;
}

header .head a {
    color: #fff;
}

header .head a:hover {
    color: #f1d01a;
}

header .head .top {
    padding: 22px 0;
    font-size: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header .head .top .but li {
    float: left;
    margin-left: 15px;
    position: relative;
    z-index: 5;
}

header .head .top .but li:first-child {
    margin-left: 0;
}

header .head .top .but li .hide {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 6px 0 0 0;
}

header .head .top .but li .hide img {
    width: 90px;
    height: 90px;
}

header .head .top .but li:hover .hide {
    display: block;
}

header .head .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header .head .box .logo img {
    height: 55px;
    width: auto;
}

header .head .box .info {
    font-size: 16px;
    line-height: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 30px;
}

header .head .box .info h2 {
    display: block;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 5px 0;
    color: #ffba00;
}

header .head .box .tel a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    text-align: right;
}

header .head .box .tel .iconfont {
    color: #ffba00;
    font-size: 40px;
    margin-left: 8px;
}

header .head .box .tel em {
    display: block;
    overflow: hidden;
    color: #ffba00;
    font-family: 'Impact';
    font-size: 24px;
    padding: 2px 0 0 0;
}

header .head .navbut {
    display: none;
}

header nav {
    display: block;
}

header nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header nav ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 88;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

header nav ul li:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #cbcbcb;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

header nav ul li>a {
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    display: block;
    overflow: hidden;
    border-bottom: 3px solid transparent;
}

header nav ul li .iconfont {
    display: none;
}

header nav ul li .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    white-space: nowrap;
    background: #eee;
    min-width: 100%;
    text-align: center;
    line-height: 36px;
    box-shadow: 0 0 10px #ccc;
    transform: translateY(-3px);
    border-top: 3px solid #f1d01a;
}

header nav ul li .sub a {
    display: block;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}

header nav ul li .sub a:hover {
    background: #f1d01a;
    color: #fff;
}

header nav ul li:first-child:before {
    display: none;
}

header nav ul li:hover>a {
    color: #f1d01a;
    border-bottom-color: #f1d01a;
}

header nav ul li.on>a {
    color: #f1d01a;
    font-weight: bold;
    border-bottom-color: #f1d01a;
}

header nav ul li.on,
header nav ul li:hover {
    background: #f1d01a;
    color: #000;
}

header nav ul li.on>a,
header nav ul li:hover>a {
    color: #fff;
    font-weight: bold;
    border-bottom-color: #f1d01a;
}


/* in_about */

.in_about {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    overflow: hidden;
}

.in_about .pic {
    width: 436px;
}

.in_about .pic img {
    width: 100%;
    height: auto;
}

.in_about .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 35px;
}

.in_about .box .tit {
    color: #a0a0a0;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'robotoregular';
    letter-spacing: 1px;
}

.in_about .box .text {
    line-height: 2;
    padding: 15px 0 30px 0;
    overflow: hidden;
    text-align: justify;
}

.in_about .box .but {
    overflow: hidden;
    margin: -8px;
}

.in_about .box .but li {
    width: 25%;
    float: left;
    padding: 8px;
}

.in_about .box .but li a {
    border: 1px solid #e8e8e8;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 25px 0;
    font-size: 16px;
}

.in_about .box .but li a .iconfont {
    font-size: 30px;
    margin: 0 0 10px 0;
    display: block;
    overflow: hidden;
}

.in_about .box .but li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_about .box .but a:first-child {
    margin: 0;
}

.in_about .box .but a:hover {
    background: #f1d01a;
    border-color: #f1d01a;
    color: #fff;
}


/* in_news */

.in_news .tab {
    padding: 0 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_news .tab li {
    margin: 0 10px;
}

.in_news .tab li a {
    display: block;
    overflow: hidden;
    line-height: 40px;
    border: 1px solid #ddd;
    padding: 0 40px;
    border-radius: 60px;
    color: #555;
    font-size: 16px;
}

.in_news .tab li.on a {
    background: #f1d01a;
    border-color: #f1d01a;
    color: #fff;
}

.in_news .xun dl {
    margin: -10px;
    overflow: hidden;
}

.in_news .xun dl dt {
    padding: 10px 30px 10px 10px;
    float: left;
}

.in_news .xun dl dt a {
    display: block;
    overflow: hidden;
    width: 460px;
}

.in_news .xun dl dt .pic {
    overflow: hidden;
}

.in_news .xun dl dt .pic img {
    width: 100%;
    height: 310px;
    transition: all 0.3s;
}

.in_news .xun dl dt .pic img:hover {
    transform: scale(1.1);
}

.in_news .xun dl dt .bt {
    border-bottom: 1px dotted #d7d7d7;
    overflow: hidden;
    line-height: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    margin: 5px 0 10px 0;
}

.in_news .xun dl dt .bt span {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    width: 0;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.in_news .xun dl dt .bt em {
    color: #888;
    font-size: 16px;
}

.in_news .xun dl dt p {
    display: block;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    color: #666;
}

.in_news .xun dl dd {
    padding: 10px;
}

.in_news .xun dl dd a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px #eee;
    padding: 20px 35px;
}

.in_news .xun dl dd a:hover {
    box-shadow: 0 0 10px #ddd;
}

.in_news .xun dl dd .date {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 1;
}

.in_news .xun dl dd .date em {
    font-size: 40px;
    display: block;
    overflow: hidden;
    padding: 0 0 15px 0;
}

.in_news .xun dl dd .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 5px 0 5px 30px;
    margin-left: 25px;
    border-left: 1px dotted #444444;
}

.in_news .xun dl dd .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
    color: #000;
}

.in_news .xun dl dd .box p {
    display: block;
    overflow: hidden;
    line-height: 24px;
    height: 48px;
    color: #888;
}


/* in_link */

.in_link {
    padding: 30px 0;
    overflow: hidden;
}

.in_link .flex_main {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.in_link .tit {
    font-size: 18px;
    font-weight: bold;
}

.in_link .tit a {
    display: block;
    overflow: hidden;
    color: #000;
}

.in_link .tit a:hover {
    color: #f1d01a;
}

.in_link .xun {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 25px;
    line-height: 1.8;
    color: #7c7c7c;
}

.in_link .xun a {
    color: #7c7c7c;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.in_link .xun a:before {
    content: "";
    width: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 15px;
    background: #a5a5a5;
    transform: translateY(-50%);
}

.in_link .xun a:hover {
    color: #f1d01a;
}


/* footer */

footer {
    background: #1f1f1f;
    overflow: hidden;
    padding: 40px 0;
    color: #b3b3b3;
}

footer a {
    color: #b3b3b3;
}

footer a:hover {
    color: #f1d01a;
}

footer .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -16px;
}

footer .nav li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
}

footer .nav li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 1px;
    height: 11px;
    border-left: 1px dotted #575757;
    transform: translateY(-50%);
}

footer .nav li a {
    display: block;
    overflow: hidden;
}

footer .nav li:first-child:before {
    display: none;
}

footer .box {
    padding: 40px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #808080;
}

footer .box .tel .kefu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 42px;
    background: #808080;
    font-size: 20px;
    color: #000;
    margin: 8px 0;
}

footer .box .tel .kefu .iconfont {
    font-size: 30px;
    margin-right: 8px;
}

footer .box .tel .kefu:hover {
    background: #ffba00;
    color: #fff;
}

footer .box .tel .text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
    color: #ffba00;
    line-height: 1;
}

footer .box .tel .text .iconfont {
    font-size: 30px;
    margin-right: 8px;
}

footer .box .tel .text em {
    font-family: 'Impact';
    letter-spacing: 1px;
}

footer .box .cont .tit {
    font-size: 18px;
    padding: 0 0 5px 0;
    color: #fff;
}

footer .box .cont .text {
    line-height: 1.5;
}

footer .box .ewm {
    text-align: center;
    width: 87px;
    font-size: 12px;
}

footer .box .ewm img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

footer .box .line {
    width: 1px;
    height: 100px;
    background: #808080;
}

footer .pic {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

footer .pic li {
    padding: 0 3px;
}


/* banner */

.banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
}

.banner .banner-next,
.banner .banner-prev {
    position: absolute;
    top: 50%;
    height: 80px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 30px;
    opacity: 0;
}

.banner .banner-next:hover,
.banner .banner-prev:hover {
    background-color: rgba(241, 208, 26, 0.8);
}

.banner .banner-next {
    right: 10%;
}

.banner .banner-prev {
    left: 10%;
}

.banner .banner-num {
    bottom: 30px;
    position: absolute;
    z-index: 5;
    text-align: center;
    left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner .banner-num .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 0;
    cursor: pointer;
    margin: 0 5px;
    opacity: 1;
    background: none;
    outline: 0;
    position: relative;
    z-index: 5;
}

.banner .banner-num .swiper-pagination-bullet:before {
    border: 2px solid #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
}

.banner .banner-num .swiper-pagination-bullet:after {
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    content: "";
}

.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-color: #f1d01a;
}

.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #f1d01a;
}

.banner:hover .banner-next,
.banner:hover .banner-prev {
    opacity: 1;
}


/* nbanner */

.nbanner {
    overflow: hidden;
}

.nbanner img {
    width: 100%;
    height: auto;
}


/* box_search */

.box_search .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box_search .container:after {
    display: none;
}

.box_search .text {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}

.box_search .text a {
    margin-right: 20px;
}

.box_search .box input[type='text'] {
    width: 210px;
    height: 30px;
    border: 1px solid #e5e1e1;
    border-right: 0;
    padding: 0 10px;
    float: left;
    font-size: 12px;
    background: -webkit-linear-gradient(top, #efefef, #fff);
    background: -moz-linear-gradient(top, #efefef, #fff);
    background: -o-linear-gradient(top, #efefef, #fff);
    background: linear-gradient(top, #efefef, #fff);
}

.box_search .box input[type='submit'] {
    width: 70px;
    height: 30px;
    background: #f1d01a;
    color: #fff;
    border: 0;
    float: left;
}


/* web_hbj */

.web_hbj {
    background: #f0f0f0;
}


/* in_tit */

.in_tit {
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    color: #636363;
}

.in_tit .tit {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    padding: 0 0 8px 0;
}

.in_tit .tit span {
    color: #f1d01a;
}

.in_tit .line {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 12px;
}

.in_tit .line i {
    height: 4px;
    width: 24px;
    position: relative;
    background: #f1d01a;
}

.in_tit .line i:before,
.in_tit .line i:after {
    content: "";
    height: 1px;
    background: #c6c6c6;
    width: 222px;
    position: absolute;
    right: 100%;
    top: 0px;
}

.in_tit .line i:after {
    top: auto;
    bottom: 0px;
    width: 185px;
}

.in_tit .line i:last-child {
    margin-left: 13px;
}

.in_tit .line i:last-child:before,
.in_tit .line i:last-child:after {
    left: 100%;
    right: auto;
}


/* in_more */

.in_more {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 30px 0 0 0;
}

.in_more a {
    background: #f1d01a;
    color: #fff;
    font-size: 16px;
    padding: 0 40px;
    line-height: 46px;
}

.in_more a:hover {
    background: #333;
}


/* in_box */

.in_box {
    padding: 50px 0 60px 0;
    overflow: hidden;
}


/* in_zhuanmai */

.in_zhuanmai {
    width: 100%;
    overflow: hidden;
    background: url(../img/bj_yihuo.jpg) center top repeat;
    padding: 50px 0 0 0;
}

.in_zhuanmai dl {
    padding: 0 10px;
    overflow: hidden;
}

.in_zhuanmai dl dt {
    text-align: center;
    overflow: hidden;
}

.in_zhuanmai dl dt img {
    max-width: 100%;
    height: auto;
}

.in_zhuanmai dl dd {
    display: none;
}


/* in_xuanze */

.in_xuanze {
    width: 100%;
    overflow: hidden;
    background: url(../img/bj_xuanze.jpg) center top repeat;
    background-size: 100% 100%;
}

.in_xuanze .in_tit {
    color: #868686;
}

.in_xuanze .container {
    height: 636px;
    padding: 65px 0 0 0;
}

.in_xuanze ul {
    padding: 35px 0 0 0;
    overflow: hidden;
}

.in_xuanze ul li {
    width: 20%;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.in_xuanze ul li img {
    margin-bottom: 10px;
    width: auto;
    height: 150px;
}

.in_xuanze .pic {
    position: absolute;
    left: 100%;
    bottom: 0px;
    margin-left: -180px;
}

.in_xuanze .pic img {
    height: 416px;
    width: auto;
}


/* in_hengfa */

.in_hengfa {
    width: 100%;
    height: 189px;
    background: url(../img/bj_jiejue.png) center top repeat;
    background-size: 100% 100%;
}

.in_hengfa .box {
    font-size: 16px;
    float: left;
}

.in_hengfa .box .t1 {
    font-size: 30px;
    color: #000;
    padding: 25px 0 0 0;
}

.in_hengfa .box .t2 {
    color: #222;
    padding: 0 0 0 15px;
}

.in_hengfa .box ul {
    margin: 10px 0;
    background: #1e1e1e;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px 0 0;
}

.in_hengfa .box ul:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0px;
    width: 0;
    height: 0;
    border-bottom: 46px solid #1e1e1e;
    border-left: 18px solid transparent;
}

.in_hengfa .box ul li {
    color: #fff;
    height: 46px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.in_hengfa .box ul li img {
    margin-right: 8px;
    height: 19px;
    width: auto;
}

.in_hengfa .box ul li span {
    color: #f4ff04;
    font-weight: bold;
}

.in_hengfa .tel {
    position: absolute;
    right: 10px;
    top: 0px;
    background: url(../img/bj_jiejuetel.png) no-repeat;
    background-size: 100% 100%;
    width: 309px;
    height: 190px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #f1d01a;
    font-size: 16px;
    text-align: center;
}

.in_hengfa .tel span {
    display: block;
    overflow: hidden;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 5px 0 10px 0;
    font-family: 'robotoregular';
    font-weight: bold;
}

.in_hengfa .tel .but {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: 140px;
    line-height: 36px;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.in_hengfa .tel .but:hover {
    background: #f1d01a;
    color: #fff;
}


/* in_pro */

.in_pro .tab {
    margin: -3px;
    overflow: hidden;
    padding: 0 0 30px 0;
}

.in_pro .tab li {
    padding: 3px;
    float: left;
    width: 20%;
    text-align: center;
}

.in_pro .tab li a {
    display: block;
    overflow: hidden;
    background: #eae8e8;
    line-height: 56px;
    font-size: 18px;
    color: #3c3c3c;
}

.in_pro .tab li.on a {
    background: #f1d01a;
}


/* in_pinpai */

.in_pinpai {
    width: 100%;
    overflow: hidden;
    background: url(../img/bj_pinpai.jpg) center top repeat;
}

.in_pinpai .flex_main {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 80px 0;
}

.in_pinpai .tit {
    padding: 0 0 0 50px;
}

.in_pinpai .tit img {
    width: 36px;
    height: auto;
}

.in_pinpai .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #fff;
}

.in_pinpai .box .tab li {
    width: 80px;
    height: 150px;
    position: relative;
    padding: 0 30px;
    font-size: 24px;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}

.in_pinpai .box .tab li:before {
    content: "";
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid #f1d01a;
    border-bottom: 10px solid transparent;
}

.in_pinpai .box .tab li.on {
    background: #f1d01a;
}

.in_pinpai .box .tab li.on:before {
    opacity: 1;
}

.in_pinpai .box .pic {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.in_pinpai .box .pic li img {
    height: 450px;
    width: 100%;
}


/* in_zhuanzhu */

.in_zhuanzhu {
    padding: 70px 0 0 0;
    overflow: hidden;
    background: url(../img/bj_pinpaiyin.png) center top no-repeat;
}

.in_zhuanzhu .b_tit {
    font-size: 30px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    color: #000;
}

.in_zhuanzhu .b_tit .pic {
    padding: 0 0 0 5px;
}

.in_zhuanzhu .b_tit .pic img {
    height: 58px;
    width: auto;
}

.in_zhuanzhu .b_text {
    font-size: 20px;
    color: #636363;
    padding: 15px 0 30px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_zhuanzhu .b_text .kj {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 44px;
    padding: 0 20px;
    background: #eae9e9;
    background: -webkit-linear-gradient(left, #e0e0e0, #fff);
    background: -moz-linear-gradient(left, #e0e0e0, #fff);
    background: -o-linear-gradient(left, #e0e0e0, #fff);
    background: linear-gradient(left, #e0e0e0, #fff);
    border-radius: 50px;
}

.in_zhuanzhu .b_text img {
    height: 17px;
    width: auto;
    margin: 0 10px;
}

.in_zhuanzhu .b_text strong {
    color: #1e1e1e;
}

.in_zhuanzhu .b_pic {
    overflow: hidden;
}

.in_zhuanzhu .b_pic img {
    width: 100%;
    height: auto;
}

.in_zhuanzhu ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.in_zhuanzhu ul li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    position: relative;
    padding: 0 0 0 120px;
    text-align: justify;
    margin: 0 0 0 20px;
}

.in_zhuanzhu ul li .box .iconfont {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border: 2px solid #f1d01a;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #f1d01a;
    font-size: 50px;
}

.in_zhuanzhu ul li .box .tit {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding: 0 0 10px 0;
}

.in_zhuanzhu ul li .box .text {
    color: #6f6f6f;
    line-height: 1.8;
}

.in_zhuanzhu ul li:nth-child(odd) {
    flex-direction: row-reverse;
}

.in_zhuanzhu ul li:nth-child(odd) .box {
    margin: 0 20px 0 0;
}


/* in_hengcd */

.in_hengcd {
    width: 100%;
    background: url(../img/bj_dedao.jpg) center top no-repeat;
    color: #fff;
}

.in_hengcd .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 180px;
}

.in_hengcd .container:after {
    display: none;
}

.in_hengcd .box {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 20px 0 0;
}

.in_hengcd .box .p1 img {
    height: 35px;
    width: auto;
}

.in_hengcd .box .p2 {
    padding: 0 0 0 95px;
}

.in_hengcd .box .p2 img {
    height: 23px;
    width: auto;
}

.in_hengcd .box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0 15px 20px;
}

.in_hengcd .box ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
}

.in_hengcd .box ul li span {
    color: #f1d01a;
}

.in_hengcd .box ul li img {
    height: 16px;
    width: auto;
    margin-right: 5px;
}

.in_hengcd .tel {
    position: relative;
    height: 180px;
    padding: 0 0 0 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.in_hengcd .tel:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 90px solid transparent;
    border-right: 60px solid #f1d01a;
    border-bottom: 90px solid transparent;
}

.in_hengcd .tel:after {
    content: "";
    position: absolute;
    left: 60px;
    top: 0px;
    height: 100%;
    background: #f1d01a;
    width: 1000px;
}

.in_hengcd .tel .kj {
    position: relative;
    z-index: 1;
}

.in_hengcd .tel .flex_main {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
}

.in_hengcd .tel .flex_main .iconfont {
    font-size: 70px;
    margin-right: 10px;
}

.in_hengcd .tel .flex_main em {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0 0;
    display: block;
    overflow: hidden;
    font-family: 'robotoregular';
    letter-spacing: 1px;
}

.in_hengcd .tel .but {
    display: block;
    overflow: hidden;
    margin: 5px auto 0 auto;
    background: #fff;
    color: #000;
    width: 150px;
    line-height: 30px;
    text-align: center;
}

.in_hengcd .tel .but:hover {
    color: #f1d01a;
    box-shadow: 0 0 10px #eee;
}

.in_hengcd .pic {
    position: absolute;
    left: 0px;
    top: 100%;
    transform: translate(-120px, -70px);
}


/* in_daili */

.in_daili {
    position: relative;
}

.in_daili a {
    display: block;
    overflow: hidden;
}

.in_daili a .pic {
    overflow: hidden;
}

.in_daili a .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.in_daili a .box {
    padding: 10px 10px 0 10px;
    overflow: hidden;
}

.in_daili a .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    padding: 0 0 5px 0;
    color: #000;
    transition: all 0.3s;
}

.in_daili a .box p {
    line-height: 22px;
    height: 44px;
    display: block;
    overflow: hidden;
    color: #8a8a8a;
}

.in_daili a:hover .pic img {
    transform: scale(1.1);
}

.in_daili a:hover .box span {
    color: #f1d01a;
}

.in_daili .tiepai-next,
.in_daili .tiepai-prev {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #c9c9c9;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-100%);
    cursor: pointer;
    transition: all 0.3s;
    outline: 0;
}

.in_daili .tiepai-next:hover,
.in_daili .tiepai-prev:hover {
    background: #f1d01a;
}

.in_daili .tiepai-next {
    right: -60px;
}

.in_daili .tiepai-prev {
    left: -60px;
}


/* in_tiepai */

.in_tiepai {
    width: 100%;
    background: url(../img/bj_shengchan.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.in_tiepai ul {
    overflow: hidden;
    padding: 1px 0 0 1px;
}

.in_tiepai ul li {
    border: 1px solid #dedede;
    margin: -1px -1px 0 0;
    overflow: hidden;
    width: 25%;
    float: left;
    background: #fff;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.in_tiepai ul li a {
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.in_tiepai ul li .pic {
    overflow: hidden;
}

.in_tiepai ul li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.in_tiepai ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 0 0;
}

.in_tiepai ul li:hover {
    border-color: #f1d01a;
    z-index: 1;
}

.in_tiepai ul li:hover .pic img {
    transform: scale(1.1);
}


/* box_pro */

.box_pro dl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 0 25px 0;
    overflow: hidden;
}

.box_pro dl dt {
    width: 43%;
}

.box_pro dl dt a {
    display: block;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.box_pro dl dt a img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.box_pro dl dt a:hover {
    border-color: #f1d01a;
}

.box_pro dl dt a:hover img {
    transform: scale(1.1);
}

.box_pro dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    padding: 0 0 0 30px;
}

.box_pro dl dd .tit {
    font-size: 24px;
    font-weight: bold;
    color: #080808;
    line-height: 1.5;
}

.box_pro dl dd .text {
    padding: 10px 0;
    overflow: hidden;
    line-height: 1.8;
    color: #6c6c6c;
}

.box_pro dl dd .but {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.box_pro dl dd .but a {
    border: 1px solid #e8e8e8;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 90px;
    height: 90px;
    margin: 0 0 0 12px;
}

.box_pro dl dd .but a .iconfont {
    font-size: 30px;
    margin: 15px 0 5px 0;
    display: block;
    overflow: hidden;
}

.box_pro dl dd .but a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box_pro dl dd .but a:first-child {
    margin: 0;
}

.box_pro dl dd .but a:hover {
    background: #f1d01a;
    border-color: #f1d01a;
    color: #fff;
}

.box_pro ul {
    margin: -10px -5px;
    overflow: hidden;
}

.box_pro ul li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 5px;
}

.box_pro ul li a {
    display: block;
    overflow: hidden;
}

.box_pro ul li .pic {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.box_pro ul li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.box_pro ul li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0 0 0;
}

.box_pro ul li:hover .pic {
    border-color: #f1d01a;
}

.box_pro ul li:hover .pic img {
    transform: scale(1.1);
}

.box_pro.list dl dt {
    width: 45%;
}

.box_pro.list dl dd {
    padding: 0 0 0 25px;
}

.box_pro.list dl dd .tit {
    font-size: 20px;
}

.box_pro.list dl dd .text {
    font-size: 12px;
}

.box_pro.list dl dd .but a {
    width: 66px;
    height: 66px;
    font-size: 12px;
}

.box_pro.list dl dd .but a .iconfont {
    font-size: 24px;
    margin: 10px 0 3px 0;
    display: block;
    overflow: hidden;
}

.box_pro.list ul li {
    width: 50%;
}


/* web_cate */

.web_cate {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.web_cate:before {
    border-bottom: 1px solid #e5e5e5;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.web_cate .tit {
    display: none;
}

.web_cate ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.web_cate ul li {
    margin: 0 0 0 20px;
}

.web_cate ul li a {
    padding: 0 15px;
    font-size: 18px;
    display: block;
    overflow: hidden;
    height: 76px;
    line-height: 76px;
    border-bottom: 2px solid transparent;
}

.web_cate ul li:first-child {
    margin: 0;
}

.web_cate ul li.on a {
    color: #000;
    border-bottom-color: #f1d01a;
}


/* main */

.main {
    padding: 30px 0 50px 0;
    overflow: hidden;
}

.main .flex_main {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main .main_white {
    background: #fff;
    padding: 30px 20px 40px 20px;
    overflow: hidden;
}

.main .main_white .in_tit {
    margin: 0 0 20px 0;
}

.main .web_position {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding: 0 0 25px 0;
    overflow: hidden;
}

.main .web_position .iconfont {
    margin-right: 8px;
    font-size: 16px;
}

.main .main_left {
    width: 240px;
}

.main .main_left .menu {
    box-shadow: 0 0 10px #ddd;
    border-top: 5px solid #f1d01a;
    padding: 0 15px 20px 15px;
}

.main .main_left .menu .tit {
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
}

.main .main_left .menu .tit span {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.main .main_left .menu .tit .iconfont {
    display: none;
}

.main .main_left .menu ul {
    overflow: hidden;
}

.main .main_left .menu ul li {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.main .main_left .menu ul li>a {
    background: #f3f3f3;
    line-height: 45px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 0 40px 0 20px;
    color: #555;
}

.main .main_left .menu ul li .iconfont {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transition: all 0.3s;
    color: #555;
}

.main .main_left .menu ul li .sub {
    display: none;
    background: #333;
    padding: 10px 0;
    overflow: hidden;
}

.main .main_left .menu ul li .sub a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    padding: 0 10px 0 35px;
    position: relative;
    color: #fff;
}

.main .main_left .menu ul li .sub a:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #fff;
    transform: translateY(-50%);
}

.main .main_left .menu ul li .sub a.on,
.main .main_left .menu ul li .sub a:hover {
    background: #444;
}

.main .main_left .menu ul li:first-child {
    margin-top: 0;
}

.main .main_left .menu ul li:hover>a {
    background: #f1d01a;
    color: #fff;
}

.main .main_left .menu ul li:hover .iconfont {
    color: #fff;
}

.main .main_left .menu ul li.on>a {
    background: #f1d01a;
    color: #fff;
}

.main .main_left .menu ul li.on .iconfont {
    color: #fff;
}

.main .main_left .menu ul li.on .sub {
    display: block;
}

.main .main_left .tel {
    background: #333;
    color: #fff;
    padding: 15px 0 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
}

.main .main_left .tel .iconfont {
    font-size: 40px;
}

.main .main_left .tel .kj {
    padding: 0 0 0 10px;
}

.main .main_left .tel .kj em {
    font-size: 20px;
    font-family: 'robotoregular';
    display: block;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.main .main_right {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 25px;
}

.main .main_right .position {
    border-bottom: 1px solid #d6d6d6;
    height: 46px;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 20px;
}

.main .main_right .position .tit {
    font-weight: bold;
    color: #000;
    border-left: 5px solid #f1d01a;
    font-size: 20px;
    padding: 0 0 0 12px;
    line-height: 1;
}

.main .main_right .position .wz {
    flex: 1;
    width: 0;
    text-align: right;
    color: #666;
}

.main .main_right .position .wz a {
    color: #666;
}

.main .main_right .position .wz a:hover {
    color: #f1d01a;
}


/* list_case */

.list_case {
    overflow: hidden;
    margin: -5px -10px;
}

.list_case li {
    width: 33.33333333333%;
    padding: 5px 10px;
    float: left;
    text-align: center;
}

.list_case li a {
    display: block;
    overflow: hidden;
}

.list_case li .pic {
    overflow: hidden;
}

.list_case li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.list_case li span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 50px;
    transition: all 0.3s;
    font-size: 16px;
    color: #555;
}

.list_case li:hover .pic img {
    transform: scale(1.1);
}

.list_case li:hover span {
    background: #f1d01a;
    color: #fff;
}


/* list_news */

.list_news {
    margin: -8px;
    overflow: hidden;
}

.list_news li {
    width: 33.3333333333333%;
    padding: 8px;
    float: left;
}

.list_news li a {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 5px;
}

.list_news li .pic {
    overflow: hidden;
}

.list_news li .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.list_news li .pic img:hover {
    transform: scale(1.1);
}

.list_news li .box {
    padding: 15px;
    overflow: hidden;
}

.list_news li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    transition: all 0.3s;
}

.list_news li .box span:hover {
    color: #f1d01a;
}

.list_news li .box p {
    display: block;
    overflow: hidden;
    line-height: 22px;
    height: 66px;
    font-size: 12px;
    margin: 10px 0;
    color: #888;
}

.list_news li .box em {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #888;
    transition: all 0.3s;
}

.list_news li .box em .iconfont {
    margin-left: 5px;
}

.list_news li .box em:hover {
    color: #f1d01a;
}

.list_news li:hover a {
    box-shadow: 0 0 10px #ddd;
}


/* view_news */

.view_news {
    overflow: hidden;
}

.view_news .bt {
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.view_news .cs {
    text-align: center;
    color: #888;
    overflow: hidden;
    padding: 8px 0 0 0;
}

.view_news .desc {
    padding: 15px 20px;
    margin: 15px 0 0 0;
    background: #fafafa;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

.view_news .desc span {
    font-size: 14px;
    color: #f1d01a;
}

.view_news .body {
    padding: 20px 0;
    overflow: hidden;
    line-height: 2;
    clear: both;
}

.view_news .body img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}

.view_news .sxfx {
    overflow: hidden;
    line-height: 22px;
    padding: 0 200px 0 0;
    position: relative;
    color: #888;
}

.view_news .sxfx a {
    color: #888;
}

.view_news .sxfx a:hover {
    color: #f1d01a;
}

.view_news .sxfx p {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view_news .sxfx .bdsharebuttonbox {
    position: absolute;
    right: 0px;
    top: 4px;
}

.view_news .b_tit {
    position: relative;
    overflow: hidden;
    height: 34px;
    margin: 20px 0 15px 0;
}

.view_news .b_tit:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #eee;
    content: "";
}

.view_news .b_tit span {
    height: 34px;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #f1d01a;
    padding: 0 5px;
    float: left;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.view_news .mb0 {
    margin-bottom: 0;
}

.view_news .xgxw {
    overflow: hidden;
    margin: 0 -10px;
}

.view_news .xgxw li {
    width: 50%;
    padding: 0 10px;
    float: left;
}

.view_news .xgxw li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    padding: 0 0 0 15px;
    position: relative;
    font-size: 12px;
}

.view_news .xgxw li a:before {
    width: 3px;
    height: 3px;
    background: #666666;
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -2px;
}

.view_news .ban {
    width: 46%;
    float: left;
}

.view_news .ban .big {
    border: 1px solid #d4d4d4;
    overflow: hidden;
}

.view_news .ban .big .swiper-slide {
    cursor: pointer;
}

.view_news .ban .big img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.view_news .ban .big .iconfont {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 24px;
    opacity: 0.2;
}

.view_news .ban .big .iconfont:hover {
    opacity: 0.5;
    color: #f1d01a;
}

.view_news .ban .small {
    margin: 10px 0 15px 0;
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

.view_news .ban .small .swiper-slide {
    cursor: pointer;
}

.view_news .ban .small .swiper-slide img {
    width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #d4d4d4;
}

.view_news .ban .small .swiper-slide-thumb-active img {
    border: 1px solid #f1d01a;
}

.view_news .ban .small .arrow-left,
.view_news .ban .small .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    z-index: 5;
}

.view_news .ban .small .arrow-left {
    left: 0px;
}

.view_news .ban .small .arrow-right {
    right: 0px;
}

.view_news .ban .more {
    color: #f1d01a;
    overflow: hidden;
}

.view_news .ban .more i {
    margin-right: 5px;
}

.view_news .ban .more:hover {
    color: #74b934;
}

.view_news .box {
    width: 54%;
    padding: 0 0 0 30px;
    float: right;
    line-height: 1.8;
}

.view_news .box .bts {
    border-bottom: 1px dashed #ddd;
    font-size: 18px;
    padding: 0 0 10px 0;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
}

.view_news .box strong {
    color: #f1d01a;
    font-size: 24px;
}

.view_news .box .but {
    background: -webkit-linear-gradient(top, #f1d01a, #cc4e00);
    background: -moz-linear-gradient(top, #f1d01a, #cc4e00);
    background: -o-linear-gradient(top, #f1d01a, #cc4e00);
    background: linear-gradient(top, #f1d01a, #cc4e00);
    box-shadow: 0 0 1px #ffff00;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 120px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.view_news .box .but:hover {
    opacity: 0.8;
}


/* box_newsban */

.box_newsban {
    padding: 0 0 20px 0;
    position: relative;
    overflow: visible;
}

.box_newsban a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px #ddd;
    background: #fff;
}

.box_newsban .pic {
    width: 28%;
    overflow: hidden;
}

.box_newsban .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.box_newsban .pic img:hover {
    transform: scale(1.1);
}

.box_newsban .date {
    text-align: center;
    overflow: hidden;
    padding: 0 30px;
    color: #666;
}

.box_newsban .date span {
    font-size: 48px;
    color: #f1d01a;
    display: block;
    overflow: hidden;
}

.box_newsban .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    border-left: 1px solid #ccc;
    padding: 0 40px;
    text-align: justify;
}

.box_newsban .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    transition: all 0.3s;
    color: #555;
}

.box_newsban .box span:hover {
    color: #f1d01a;
}

.box_newsban .box p {
    display: block;
    overflow: hidden;
    color: #888;
    line-height: 25px;
    height: 75px;
    margin: 10px 0 0 0;
}

.box_newsban .newsban-num {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.box_newsban .newsban-num .swiper-pagination-bullet {
    outline: 0;
    background: #000;
    width: 7px;
    height: 7px;
}

.box_newsban .newsban-num .swiper-pagination-bullet-active {
    background: #f1d01a;
}


/* pagebody */

.pagebody {
    line-height: 2;
    overflow: hidden;
}

.pagebody img {
    max-width: 100%;
    height: auto;
    padding: 10px 0;
}


/* box_picban */

.box_picban {
    position: relative;
    padding: 0 50px;
    margin: 20px 0 0 0;
}

.box_picban a {
    display: block;
    overflow: hidden;
    text-align: center;
}

.box_picban a .pic {
    overflow: hidden;
}

.box_picban a .pic img {
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

.box_picban a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 8px 0 0 0;
    color: #000;
    transition: all 0.3s;
}

.box_picban a:hover .pic img {
    transform: scale(1.1);
}

.box_picban a:hover .box span {
    color: #f1d01a;
}

.box_picban .picban-next,
.box_picban .picban-prev {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #f1d01a;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.3s;
    outline: 0;
}

.box_picban .picban-next:hover,
.box_picban .picban-prev:hover {
    background: #333;
}

.box_picban .picban-next {
    right: 0px;
}

.box_picban .picban-prev {
    left: 0px;
}


/* box_contact */

.box_contact {
    overflow: hidden;
    position: relative;
}

.box_contact li {
    width: 50%;
    float: left;
    text-align: center;
}

.box_contact li>* {
    display: block;
    overflow: hidden;
    padding: 40px 10px 20px 10px;
    color: #000;
}

.box_contact li .iconfont {
    font-size: 40px;
}

.box_contact li .bt {
    font-size: 20px;
    padding: 10px 0 15px 0;
}

.box_contact li .text {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.box_contact:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    height: 1px;
    background-color: #cbcbcb;
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: -o-linear-gradient(90deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: linear-gradient(90deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
}

.box_contact:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background-color: #cbcbcb;
    background-image: -webkit-linear-gradient(180deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: -moz-linear-gradient(180deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: -o-linear-gradient(180deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
    background-image: linear-gradient(180deg, #FFFFFF 0%, #cbcbcb 50%, #ffffff 100%);
}


/*  */

#web_bdmap {
    width: 100%;
    height: 400px;
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0 30px 0;
}

#web_bdmap h4 {
    color: #f1d01a;
    border-bottom: 1px solid #eee;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 16px;
}



/* view_tit */

.view_tit {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    font-size: 20px;
    color: #f1d01a;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    font-weight: bold;
}


/* 分页 */

.dede_pages {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px 0 0 0;
    width: 100%;
    overflow: hidden;
}

.dede_pages li {
    float: left;
    border: 1px solid #d8d8d8;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 3px;
}

.dede_pages li a,
.dede_pages li span {
    padding: 0 12px;
    display: block;
    overflow: hidden;
    color: #666;
    background: #fff;
}

.dede_pages li a:hover,
.dede_pages li span:hover {
    background: #f1d01a;
    color: #fff;
}

.dede_pages li.pageinfo {
    padding: 0 12px;
    cursor: default;
}

.dede_pages li.active {
    border-color: #f1d01a;
}

.dede_pages li.active a {
    background: #f1d01a;
    color: #fff;
}


/* mess */

.mess {
    overflow: hidden;
}

.mess li {
    overflow: hidden;
    padding: 15px 0 0 0;
    line-height: 34px;
}

.mess li label {
    width: 78px;
    text-align: right;
    margin-right: 5px;
    float: left;
}

.mess li em {
    float: left;
    margin-left: 5px;
    color: #F00;
}

.mess li input[type='text'] {
    border: 1px solid #ccc;
    height: 34px;
    padding: 0 10px;
    width: 240px;
    background: #fff;
    float: left;
}

.mess li textarea {
    border: 1px solid #ccc;
    height: 100px;
    padding: 8px 10px;
    width: 480px;
    background: #fff;
    float: left;
}

.mess li input[type='submit'] {
    width: 122px;
    height: 36px;
    background: #f1d01a;
    color: #fff;
    border: 0;
    float: left;
    margin-left: 78px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.mess li input[type='submit']:hover {
    opacity: 0.8;
}

.mess li input[type='reset'] {
    width: 122px;
    height: 36px;
    background: #999999;
    color: #fff;
    border: 0;
    float: left;
    margin-left: 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s;
}

.mess li input[type='reset']:hover {
    opacity: 0.8;
}


/* tan_box */

#tan_box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

.tan_box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_box .box {
    position: relative;
    background: #fff url(../img/loading.gif) center center no-repeat;
    padding: 10px;
    box-shadow: 0 0 15px #ccc;
    border-radius: 5px 0 5px 5px;
}

.tan_box .box img {
    max-height: 100%;
    max-width: 100%;
}

.tan_box .box video,
.tan_box .box iframe {
    width: 1000px;
    height: auto;
    float: left;
    display: block;
    overflow: hidden;
}

.tan_box .box iframe {
    height: 560px;
}

.tan_box .close {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -36px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px #ccc;
    transition: all 0.7s;
    border-radius: 5px 5px 0 0;
}

.tan_box .close .iconfont {
    display: inline-block;
    transition: all 0.7s;
}

.tan_box .close:hover {
    background: #f1d01a;
}

.tan_box .close:hover .iconfont {
    transform: rotate(360deg);
    color: #fff;
}


/* tan_picban */

.tan_picban {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 80px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
}

.tan_picban .swiper-container {
    width: 100%;
    height: 100%;
}

.tan_picban .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_picban .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.tan_picban .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 36px;
    cursor: pointer;
    color: #fff;
    transition: all 0.7s;
    background: #000;
}

.tan_picban .close:hover {
    background: #f1d01a;
}

.tan_picban .swiper-pagination-bullets {
    width: 100%;
    z-index: 5;
    left: 0px;
}

.tan_picban .swiper-pagination-bullet {
    width: 35px;
    height: 7px;
    background: #e0e0e0;
    border-radius: 4px;
    opacity: 1;
    margin: 0 10px;
    outline: none;
}

.tan_picban .swiper-pagination-bullet-active {
    background: #f1d01a;
}

.tan_picban .swiper-button-next,
.tan_picban .swiper-button-prev {
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    background: none;
    font-size: 60px;
    z-index: 5;
    opacity: 1;
    outline: none;
    color: #fff;
    transition: all 0.7s;
}

.tan_picban .swiper-button-next:hover,
.tan_picban .swiper-button-prev:hover {
    color: #f1d01a;
}

.tan_picban .swiper-button-disabled {
    opacity: 0.2;
}

.tan_picban .swiper-button-next {
    right: 0px;
}

.tan_picban .swiper-button-prev {
    left: 0px;
}