input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*头部样式*/

#header {
    height:80px;
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    z-index: 999;
    top: 0px;
}

#header.on{
    /*background: rgba(0, 0, 0, 0);*/
}



.logo {
    float: left;
    margin-top: 12px;
}

.topLink .k2 {
    color: #074b91;
    font-size: 14px;
    font-family: "微软雅黑";
}

#menu {
    margin-top: 0px;
    float: left;
    margin-left: 10px;
}


/*导航栏样式*/

.nav {
    height: 80px;
}

.nav li {
    line-height:80px;
    height: 80px;
    text-align: center;
    width: 105px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav li a {
    display: block;
    line-height: 80px;
    color: #fff;
    height:80px;
    font-size: 14px;
}

.nav li a:hover {
    color: #fff;
    text-decoration: none;
    /*background-color: #24588e;*/
}

.nav .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 74px;
    left: 0px;
}

.nav .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 105px;
}

.nav .sec a:hover {
    background: #042d3f;
    text-decoration: none;
}


/*热门搜索*/

#formsearch {
    margin-top: 22px;
    width: 140px;
    float: right;
    background: url(../images/ssbg.png) no-repeat center center;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

#formsearch input {
    height: 17px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 17px;
    outline: none;
}

#formsearch input#keyword {
    height: 40px;
    line-height:40px;
    padding-left: 4px;
    color: #666;
    float: left;
    border: none;
    background: none;
    width: 88px;
}

#formsearch input#s_btn {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    border: none;
    background: none;
}


/*焦点图*/

.c1_index {
    position: relative;
    background: #323131;
    padding-top: 55px;
}

.c11_list {
    position: relative;
}

.c11_list li {
    float: left;
}

.c11_list li a {
    display: block;
}

.c11_list li a img {
    width: 100%;
    height: 100%;
}

.c11_conttt {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    position: relative;
    height: 398px;
    background: url(../images/c12_bg.png) no-repeat center center;
   background: url(../images/cv_bg.png) no-repeat center center;
}

.c11_conttt .prev,
.c11_conttt .next {
    position: absolute;
    top: 48%;
    width: 35px;
    height: 67px;
}

.c11_conttt .prev {
    left: 15%;
    background: url(../images/pp_prev.png) no-repeat center center;
}

.c11_conttt .next {
    right: 15%;
    background: url(../images/pp_next.png) no-repeat center center;
}

.c122_list {
    display: block;
    justify-content: space-between;
    padding-top: 135px;
}

.c122_list li {
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #313131;
    position: relative;
    margin: 0 3px 0 45px;
}

.c122_list li.on{
    background: #1f3439;
}


.c122_list li a.img {
    display: block;
}

.c122_list li a.img>span {
    display: block;
    padding-top: 65px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Arial";
    color: #fff;
}

.c122_list li a.img>h3 {
    padding-top: 5px;
    font-size: 18px;
    color: #fffcfb;
    font-weight: normal;
}


/*新闻中心*/

.c2_index {
    position: relative;
    padding-top: 65px;
    padding-bottom: 50px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 22px;
    color: #333333;
}

.ttt1 h3 span {
    color: #bc6507
}

.ttt1>p {
    font-size: 24px;
    color: #414141;
    background: url(../images/ttt1_bg.png) no-repeat center center;
}

.news_sort22 {
    position: relative;
    text-align: center;
    margin: 25px 0;
}

.news_sort22 li {
    display: inline-block;
    margin: 0 10px;
    width: 127px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.news_sort22 li a {
    display: block;
    color: #ab8b6b;
    font-size: 14px;
}

.news_sort22 li:hover {
    background: #1f3439;
}

.news_sort22 li:hover a {
    color: #fff;
}

.c22_conttt {
    position: relative;
    margin-bottom: 25px;
    padding: 0 50px;
}

.news_aa {
    float: left;
    width: 475px;
    border-left: 1px solid #000;
    padding: 25px 0;
}

.news_aa li {
    position: relative;
    padding-left: 40px;
}

.news_aa li:first-child {
    margin-bottom: 40px;
}

.news_aa li span {
    display: block;
    color: #909090;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.news_aa li span::before {
    position: absolute;
    left: -40px;
    top: 3px;
    background: url(../images/dingwei.png) no-repeat center center;
    content: "";
    width: 27px;
    height: 19px;
}

.news_aa li h3 a {
    display: block;
    margin: 10px 0;
    color: #605f5d;
    font-size: 18px;
    font-weight: normal;
    font-family: "黑体";
}

.news_aa li a.img {
    display: block
}

.news_aa li a.img img {
    width: 433px;
    height: 170px;
}

.news_bb {
    float: right;
    width: 475px;
    border-right: 1px solid #000;
    padding: 25px 0;
}

.news_bb li {
    position: relative;
    padding-right: 40px;
}

.news_bb li:first-child {
    margin-bottom: 40px;
}

.news_bb li span {
    display: block;
    color: #909090;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    text-align: right;
}

.news_bb li span::before {
    position: absolute;
    right: -40px;
    top: 3px;
    background: url(../images/dingwei.png) no-repeat center center;
    content: "";
    width: 27px;
    height: 19px;
    transform: rotateZ(180deg);
}

.news_bb li h3 a {
    display: block;
    text-align: right;
    margin: 10px 0;
    color: #605f5d;
    font-size: 18px;
    font-weight: normal;
    font-family: "黑体";
}

.newsmore {
    display: block;
    background: #1f3439;
    width: 228px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    text-align: center;
}


/*c3_index*/

.c3_index {
    position: relative;
    padding-bottom: 50px;
}

.abb_left {
    float: left;
}

.abb_left img {
    width: 728px;
    height: 480px;
}

.abb_right {
    float: right;
    width: 472px;
    height: 480px;
    background: #eae9e9;
    padding: 60px 35px;
}

.abb_right>h3 {
    font-size: 25px;
    color: #4b4949;
    font-weight: normal;
    padding-bottom: 10px;
    background: url(../images/hxx.png) no-repeat left bottom;
    margin-bottom: 20px;
}

.abb_right .abb_txt {
    font-size: 16px;
    color: #4b4949;
    font-weight: normal;
    line-height: 1.6;
    text-indent: 30px;
    letter-spacing: 3px;
}

.c3_index .qie {
    height: 480px;
}

.c3_index .prev,
.c3_index .next {
    width: 61px;
    height: 58px;
    display: block;
    float: left;
    margin-top: 50px;
}

.c3_index .prev {
    margin-left: 44%;
    background: url(../images/c3_prev.png) no-repeat center center;
}

.c3_index .next {
    margin-left: 3%;
    background: url(../images/c3_next.png) no-repeat center center;
}


/*底部*/

.foot_wap {
    position: relative;
    padding-top: 20px;
}

.foot_nav {
    background: #1f3439;
    height: 52px;
    line-height: 52px;
}

.foot_nav .wd1200 {
    padding: 0 20px;
}

.foot_nav img {
    margin-right: 60px;
}

.foot_nav a {
    color: #fff;
    font-size: 16px;
    font-family: "黑体";
    display: inline-block;
    width: 175px;
}

#gotop {
    margin-top: 10px;
    float: right;
    display: inline-block;
    width: 34px;
    padding-top: 10px;
    height: 35px;
    background: url(../images/gotop.png) no-repeat center center;
}

.layout_menu {
    display: flex;
    justify-content: space-between;
    /*padding: 50px 0;*/
    width: 1200px;
    
}

.layout_menu dl {
    float: left;
    width: 230px;
    margin-right: 10px;
    margin-bottom: 100px;
}


.layout_menu dl:last-child {
    margin-right: 0px;
   
}

.layout_menu dl dt {
    font-size: 18px;
    color: rgb(148, 144, 144);
    color: #656465;
    font-weight: normal;
}

.layout_menu dd a {
    display: block;
    font-size: 14px!important;
    color: #656465;
    font-size: 16px;
    line-height: 0.8;
}


/*主体样式*/

#container {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}


/*首页左侧联系我们*/

.contact {
    width: 218px;
    float: left;
    padding-bottom: 5px;
    margin-top: 10px;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
}

.tab li {
    float: left;
    width: 100px;
    height: 30px;
    display: block;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 8px;
    text-align: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.tab li.cur {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    background: #3a78c1;
    border-color: #3a78c1;
}

.tt {
    display: none;
}


/*友情链接*/

.f_link {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    line-height: 30px;
    background-color: #ececec;
    text-indent: 20px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 8px;
    border-top: 2px solid #eee;
    margin-top: 15px;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #e87518;
    text-decoration: none;
}

.nav_foot {
    text-align: center;
    line-height: 24px;
    color: #666;
}

.copyright {
    text-align: center;
    line-height: 24px;
}


/*------------关于我们专题页-------------------*/

.about_x1 {
    position: relative;
}

.kk1 {
    text-align: center
}

.kk1 h1 {
    font-size: 24px;
    color: #18191a;
    font-weight: normal;
    background: url(../images/huang.png) no-repeat center bottom;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.kk1 p {
    font-size: 12px;
    color: #6a6b6c;
}

.about_neir {
    font-size: 16px;
    color: #18191a;
    line-height: 25px;
}

.video {
    margin-top: 80px;
}

.video img {
    width: 1200px;
    height: 588px;
}

.qiye {
    position: relative;
    margin: 45px 0;
}

.q_left {
    float: left;
    width: 435px;
    padding-top: 165px;
}

.q_left .kk2 {
    text-align: left;
}

.kk2 h1 {
    font-size: 24px;
    color: #191a1a;
    font-weight: normal;
    background: url(../images/huang.png) no-repeat left bottom;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.kk2 p {
    font-size: 12px;
    color: #6a6b6c;
}

.q_left .qy_txt {
    margin-top: 45px;
    font-size: 16px;
    color: #191a1a;
    line-height: 25px;
}

.q_right {
    float: right;
}

.q_right img {
    width: 642px;
    height: 498px;
}

.aou_list {
    display: flex;
    justify-content: space-between;
}

.aou_list img {
    width: 100%;
    height: auto;
}


/*jia_tem*/

.jia_tem {
    position: relative;
    padding-top: 15px;
}

.ee1 {
    text-align: center;
}

.ee1 h3 {
    font-size: 24px;
    color: #2f313f;
}

.ee1 p {
    font-size: 12px;
    color: #0b1526;
    text-transform: uppercase;
    padding-bottom: 30px;
    background: url(../images/ee1_bg.png) no-repeat center bottom;
}

.ee1 dd {
    font-size: 24px;
    color: #858687;
    margin: 15px 0;
    font-weight: bold;
}

.container22 {
    margin-left: 15px;
    margin-right: 15px;
}

.map {
    text-align: center;
    padding: 10px 0;
}

.map img {
    width: 750px;
    height: 480px;
    margin: 0 auto;
}


/*pro_ttt*/

.pro_ttt {
    text-align: center;
}

.pro_ttt h1 {
    font-size: 48px;
    color: #a68255;
    font-family: "黑体";
}

.pro_ttt h3 {
    font-size: 24px;
    color: #2d2c2a;
    background: url(../images/pro_h3_bg.png) no-repeat center bottom;
    font-weight: normal;
    padding-bottom: 3px;
}

.pro_ttt p {
    margin: 40px 0 50px;
    font-size: 14px;
    color: #91908f;
    padding: 0 210px;
    line-height: 25px;
}

.xypg_pro_nav {
    position: relative;
    background: #6b797d;
    
}

.xypg_pro_nav>li {
    float: left;
    text-align: center;
    display: block;
    margin: 0;
   
}

.xypg_pro_nav>li a {
    display: block;
    font-size: 17px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0;
    background: none;
    padding: 0 35px;
}

.xypg_pro_nav>li:hover {
    background: #1f3439;
}

.xypg_pro_nav>li.clicked>a,
.xypg_pro_nav>li:hover>a {
    background: #1f3439;
}

.xypg_pro_nav>li:hover .xypg-left-subnav {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    text-align: left;
    background: #39474a;
    padding: 0;
}

.xypg_pro_nav .xypg-left-subnav>li {
    padding: 0px;
    display: inline-block;
}

.xypg_pro_nav .xypg-left-subnav>li>a {
    line-height: 48px;
    height: 48px;
    padding: 0 33px;
}

.xypg_pro_nav .xypg-left-subnav>li.clicked>a,
.xypg_pro_nav .xypg-left-subnav>li>a:hover{
    color: #fff;
}















