@charset "utf-8";
@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
a:focus{
	outline:none;
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
input,textarea{
	outline: none;
}
body {
	font-family:"微软雅黑";
	font-size:.14rem;;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.container1{
	width: 83.3%;
	margin:0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999999;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:12px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
    margin-right: 7%;
    margin-top: 30px;
}
.menupc li{
    float: left;
    text-align: center;
    position: relative;
}
.menupc li:last-child{
    background:none;
}
.menupc li a{
    display:block;
    color:#1a1a1a;
    padding: 0px 25px;
    font-size:18px;
    line-height:40px;
}
.menupc li a i{
    background:url(../images/i.png) no-repeat bottom center;
    height:6px;
    width:100%;
    left:0px;
    bottom:-6px;
    position:absolute;
    z-index:999;
    display:none;
}
.menupc li a:hover i{
    display:block;
}
.menupc li:hover a i{
    display:block;
}
.menupc li:hover a{
    color:#fff;
    font-weight:bold;
    background-color: #f29600;
    border-radius: 25px;
}
.menupc li:hover ul li a{
    color:#fff;
    font-weight:normal;
    border-radius: 0px;
}
.menupc li a:hover{
    color:#fff;
    font-weight:bold;
    background-color: #f29600;
    border-radius: 25px;
}
.menupc li .current{
    color:#fff !important;
    font-weight:bold;
    background-color: #f29600;
    border-radius: 25px;
}
.menupc .menupc1{
    background:#fff !important;
    position: absolute;
    display:none;
    left: 0;
    top:46px;
    overflow: hidden;
    z-index: 999;
    width:180px;
}
.menupc ul li{
    float: none;
    position: static;
    text-align: left;
    background:none;
    line-height: 40px;
    width:100%;
}
.menupc .menupc2{
    display:none;
}
/*.menupc ul li:hover ul{
    display:block;
    position:relative;
    top: 0;
}*/
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    color:#333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 6px;
    background: #fff !important;
    font-weight: normal !important;
    margin: 0px 14px;
    border-bottom: 1px dashed #ccc;
}
.menupc ul li:last-child a{
    border-bottom: none;
}
.menupc ul li a i{
    display: block;
    position: absolute;
    right: 6px;
    background: url("../images/icon.png") no-repeat right center;
    width: 15px;
    height: 16px;
    left: auto;
    bottom: auto;
    top: 12px;
}
.menupc ul li a:hover i{
    background: url("../images/icon_h.png") no-repeat right center;
    right: 20px;
}
.menupc ul li:last-child{
    border-bottom: none;
}
.menupc ul li a:hover{
    background-color:#f29600 !important;
    color: #fff !important;
    margin: 0px;
    padding: 0px 20px;
}
.menupc ul li .current{
    background-color:#f29600 !important;
    color: #fff !important;
    margin: 0px;
    padding: 0px 20px;
}
.menupc ul.subnav {
    display: block;
}
.menupc .menupc2{
    background:#f5f5f5 !important;
    display:none;
    width:180px;
}
.menupc .menupc2 li a{
    background: #f5f5f5 url("../images/dian.jpg") no-repeat 6px center !important;
    padding: 0px 15px !important;
    position:relative;
    margin: 0px 14px !important;
}
.menupc .menupc2 li a:hover{
    padding: 0px 29px !important;
    background: #f5f5f5 url("../images/dian_h.jpg") no-repeat 20px center !important;
    color: #f29600 !important;
    margin: 0px !important;
}
.menupc .menupc2 li .current{
    padding: 0px 29px !important;
    background: #f5f5f5 url("../images/dian_h.jpg") no-repeat 20px center !important;
    color: #f29600 !important;
    margin: 0px !important;
}
.menupc ul ul.subnav {
    display: block;
}




.nav-fr{
	float:right;
	display:block;
	margin-top:30px;
}
.nation{
    text-transform: uppercase;
}
.nation a{
    display: block;
    font-size: 17px;
    color: #1a2c88;
    font-weight: bold;
    line-height: 40px;
}

/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
    display:none!important;
}
.mm-opened .header a[href="#page"] {
    display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
    display:none!important;
}
#mmenu {
    z-index:9999999;
}
#mmenu li .home-search {
    float:left;
    margin-left:20px;
    width:90%;
    background-color:#fff;
    padding-left:0;
    overflow:hidden;
    margin-top:10px;
    position:relative
}
#mmenu li .home-search .keyword {
    text-align:left;
    border:0;
    box-shadow:0;
    border-radius:0;
    width:86%;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    -mz-border-radius:0;
    font-size:14px;
    color:#999;
    line-height:20px;
    vertical-align:top;
    padding:6px 86px 6px 10px;
    -webkit-appearance:none;
    background-color:#fff;
    border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
    transition:border linear .2s, box-shadow linear .5s;
    -moz-transition:border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
    outline:0;
    border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
    top:0;
    border:0;
    right:0;
    color:#e20008;
    width:42px;
    height:34px;
    line-height:34px;
    text-align:center;
    position:absolute;
    cursor:pointer;
    border-radius:0;
    background:#0a78bc url(../images/search3.png) no-repeat center center;
}
.container-fluid {
    margin-left:auto;
    margin-right:auto;
    padding:0 15px;
}

@media(max-width:1200px) {
    .daohang{
        height:60px;
    }
    .yx a{
        padding-top:0px;
    }
    .yx img{
        height: 40px;
        margin-top: 10px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .nav-fr{
        display:none;
    }
}


#page1{
    width:100%;
    margin:0 auto;
    position: relative;
}
.home-tu1{
    width:100%;
    margin:0 auto;
    height: auto;
}
.tu1_con{

}
.tu1_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
#page2{
	width:100%;
	margin:0 auto;
    position: relative;
}
.home-tu2{
    width:100%;
    margin:0 auto;
    height: auto;
}
.tu2_con{

}
.tu2_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
#page3{
    width:100%;
    margin:0 auto;
    position: relative;
}
.home-tu3{
    width:100%;
    margin:0 auto;
    height: auto;
}
.tu3_con{

}
.tu3_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.mouse-scroll {
    position: absolute;
    bottom: 20%;
    z-index: 5;
    left: 50%;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}



.indexfooter{
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.4);
    padding: 12px 0px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    overflow: hidden;
}
.indexfooter_fl{
    float: left;
    width: 45%;
    padding-top: 30px;
    font-size: 14px;
}
.indexfooter_fl p{
    line-height: 22px;
    color: #fff;
}
.indexfooter_fl p a{
    color: #fff;
}
.indexfooter_fl p a:hover{
    color: #f29600;
}
.indexfooter_fc{
    float: left;
    width: 42%;
    margin: 0 2.5%;
    padding-top: 30px;
    font-size: 14px;
}
.indexfooter_fc p{
    line-height: 22px;
    color: #fff;
}
.indexfooter_fc p span{
    display: none;
}
.indexfooter_fr{
    float: right;
    width: 8%;
}
.indexfooter_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}

/*关于我们*/
.iban_txt{
    position:absolute;
    top: 48%;
    left: 6%;
    color:#fff;
    width:100%;
}
.iban_txt p{
    font-size:45px;
    letter-spacing: 2px;
    text-shadow: 2px 0px 5px #888;
}
.iban_txt span{
    font-size:44px;
    font-weight:bold;
    text-transform:uppercase;
    text-shadow: 2px 0px 5px #888;
    font-family: "Garamond";
}
.inner_main{
    width:100%;
    margin:0 auto;
}
.inner_main_about{
    margin: 25px 0px 50px 0px;
    overflow: hidden;
}
.inner_main_about li{
    overflow: hidden;
    box-shadow: 0px 0px 10px #ccc;
    margin: 5px 5px 20px 5px;
}
.about_fl{
    width: 45%;
}
.about_fls{
    overflow: hidden;
}
.about_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.inner_main_about li:nth-child(odd) .about_fl{
     float: left;
 }
.inner_main_about li:nth-child(odd) .about_fr{
    float: right;
}
.inner_main_about li:nth-child(even) .about_fl{
    float: right;
}
.inner_main_about li:nth-child(even) .about_fr{
    float: left;
}
.about_fr{
    width: 55%;
    background-color: #fff;
}
.about_frs{
    padding: 8%;
    overflow: hidden;
}

.about_frs_1{
    border-bottom:1px solid #dbdbdb;
    overflow: hidden;
}
.about_frs_1 p{
    font-size:26px;
    color:#333;
    font-weight: bold;
    margin-bottom: 5px;
}
.about_frs_1 span{
    color: #666;
    font-size: 18px;
    float: left;
    text-transform: uppercase;
}
.about_frs_1 span:after{
    content:'';
    display:block;
    width:100px;
    height:2px;
    margin-bottom: -1px;
    margin-top: 25px;
    background-color: #f29600;
}
.about_frs_2{
    margin-top: 20px;
    line-height: 30px;
    color: #666;
    font-size: 18px;
}
.about_frs_3{
    margin-top: 4%;
    color: #666;
    font-size: 20px;
    background: url("../images/add.png") no-repeat left center;
    padding-left: 32px;
}
.about_frs_more{
    margin-top: 4%;
}
.about_frs_more a{
    display: block;
    line-height: 40px;
    width: 130px;
    color: #fff;
    background-color: #f29600;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
}
.inner_main_aboutshow{
    margin: 50px 0px;
    overflow: hidden;
}
.inner_con_title{
    margin-bottom: 25px;
    overflow: hidden;
    text-align: center;
}
.inner_con_title h3{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.inner_con_title h3:after{
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background-color: #f29600;
    margin: 15px auto 0px auto;
}
.inner_con_aboutshow{
    font-size: 16px;
    color: #2d2e32;
    line-height: 30px;
}

footer{
    width: 100%;
    margin: 0 auto;
}
.innerfooter{
    width: 100%;
    margin: 0 auto;
    background-color: #333;
    padding: 12px 0px;
    overflow: hidden;
}


/*联系我们*/
.inner_main_contact{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    line-height:30px;
    color:#666;
    font-size:16px;
    box-shadow:0px 0px 10px #ccc;
    border-radius:5px;
    margin: 30px 0px 30px 0px;
}
.contact_title{
    color:#333;
    font-size:30px;
    text-align:center;
    margin-bottom:3%;
}
.lxfs{
    margin-bottom: 3%;
    overflow:hidden;
    padding:0 7%;
}
.lxfs1{
    margin-bottom:25px;
    overflow:hidden;
}
.lxfs1 img{
    max-width: 100%;
    height: auto;
    float:left;
}
.lxfs1 p{
    font-size:16px;
    color:#333;
    margin-left: 70px;
    line-height:25px;
}
.map{
    overflow:hidden;
}
.map img{
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
    display:block;
}
/*在线留言*/
.inner_main_feedback{
    background-color:#fff;
    padding:3%;
    overflow:hidden;
    line-height:30px;
    color:#666;
    font-size:16px;
    margin-bottom: 50px;
    box-shadow:0px 0px 10px #ccc;
    border-radius: 5px;
}
.ly_title{
    margin-bottom:3%;
    overflow:hidden;
    text-align:center;
}
.ly_title h3{
    font-size:30px;
    color:#333;
    font-weight:normal;
    line-height:50px;
}
.ly_con{
    overflow:hidden;
}
.ly{
    overflow:hidden;
    position:relative;
    line-height: 50px;
    margin-bottom: 36px;
}
.ly label{
    position:absolute;
    left:0;
    font-size:18px;
    color:#666;
}
.ly input{
    width:100%;
    color:#666;
    font-size:15px;
    border:none;
    border-bottom:1px solid #ccc;
    padding-left:13%;
}
.ly_con a{
    position:absolute;
    right:5px;
    top:0;
}
.ly1{
    overflow:hidden;
}
.ly1 label{
    display:block;
    font-size:18px;
    color:#666;
    line-height: 50px;
}
.ly1 textarea{
    resize:none;
    font-size:15px;
    color:#666;
    width:100%;
    height: 350px;
    border:1px solid #ccc;
    padding:10px;
    background-color: #dbdbdb;
    outline: none;
}
.tj{
    clear: both;
    overflow:hidden;
    text-align:center;
}
.tj input{
    width:140px;
    line-height:50px;
    color:#fff;
    font-size:18px;
    text-align:center;
    border:none;
    outline:none;
    border-radius:5px;
    margin: 0px 15px;
}
.submit{
    background-color:#0068b6;
}
.reset{
    background-color:#ff980a;
}


/*招聘信息*/
.inner_con_talent{
    overflow: hidden;
    margin-bottom:15px;
    padding:40px 20px;
    border-radius:5px;
    border: 1px solid #edecec;
    box-shadow: 0px 0px 3px #d2d2d2;
    background-color: #fff;
    margin-top: 30px;
}
.talent_fl{
    margin-bottom:25px;
    overflow:hidden;
    font-size:16px;
    color:#666;
    line-height:25px;
}
.talent_fr{
    margin-bottom:25px;
    overflow:hidden;
}
.inner_con_talent img{
    display:block;
    max-width:100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.inner_con_job{
    overflow: hidden;
    margin-bottom:45px;
    padding:30px 20px;
    border-radius:5px;
    border: 1px solid #edecec;
    box-shadow: 0px 0px 3px #d2d2d2;
    background-color: #fff;
}
.job_top{
    background-color:#f29600;
    overflow: hidden;
}
.job_top li{
    line-height:50px;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.services-list {

}
.services-list li {
    list-style: none;
    margin-bottom: 10px;
}
.service-title{
    cursor: pointer;
    outline:none;
}
.service-title a{
    color:#333;
    display:block;
    min-height: 50px;
    line-height: 50px;
    background:#f2f2f2 url(../images/fr.png) no-repeat right center;
}
.service-title a:hover{
    color:#f29600;
    background:#e6e6e6 url(../images/fr_h.png) no-repeat right center;
}
.service-title a.active {
    color:#f29600;
    background:#e6e6e6 url(../images/fr_h.png) no-repeat right center;
}
.service-title dt{
    font-size:16px;
    text-align:center;
    text-transform:uppercase;
}
.service-content {
    background: #fff;
    color: #7b7b7b;
    overflow: hidden;
    width:100%;
    padding:0px 30px;
}
.service-info-text {
    margin:20px 0px 30px 0px;
}
.service-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:bold;
    padding-left:15px;
    margin-bottom:10px;
}
.service-info-text p{
    font-size:14px;
    color:#666;
    padding:0px 15px;
    line-height:30px;
}

/*新闻中心*/
.inner_main_news{
    margin: 20px 0px 50px 0px;
    overflow: hidden;
}
.inner_main_news ul{
    overflow: hidden;
}
.inner_main_news li{
    margin-bottom: 15px;
    overflow: hidden;
}
.inner_main_news li a{
    display: block;
    border: 1px solid #eee;
    overflow: hidden;
    margin: 5px;
}
.news_img{
    float: left;
    width: 14%;
    position: relative;
    overflow: hidden;
}
.news_img:after{
    content: '';
    display: block;
    padding-bottom: 65%;
}
.news_img img{
    transition: .5s;
}
.news_txt{
    float: right;
    width: 86%;
    padding: 15px 20px;
    overflow: hidden;
}
.news_txt1{
    margin-bottom: 5px;
    line-height: 25px;
    overflow: hidden;
}
.news_txt1 p{
    float: left;
    font-size: 18px;
    color: #333;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_txt1 span{
    float: right;
    font-size: 14px;
    color: #666;
}
.news_txt2{
    overflow: hidden;
}
.news_txt2 p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
}
.news_txt2 span{
    font-size: 14px;
    color: #f29600;
}
.inner_main_news li a:hover{
    box-shadow: 0px 0px 10px #ccc;
}
.inner_main_news li a:hover .news_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_main_news li a:hover .news_txt1 p{
    color: #f29600;
    font-weight: bold;
}
.inner_main_news li a:hover .news_txt1 span{
    color: #f29600;
}

/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px 0px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#fff;
    margin:0px 1px 10px 1px;
}
.pagination a:hover{
    color:#fff;
    background-color:#f29600;
    border:1px solid #f29600;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #f29600;
    border: 1px solid #f29600;
}

/*新闻详情*/
.inner_main_newsshow{
    margin: 40px 0px 50px 0px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 15px;
    border-bottom:1px solid #dcdcdc;
}
.show_title h3{
    font-size:24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
}
.show_title span{
    color:#999;
    margin:0px 10px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}

.show_content{
    line-height:26px;
    color:#666;
    padding:30px 10px;
    font-size: 16px;
    border-bottom:1px solid #dcdcdc;
}
.show_content img{
    display:block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:10px;
    line-height:25px;
    color:#767676;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#868686;
}
.show_back_fl li a:hover{
    color:#f29600;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:16px;
    background: #f29600 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*常规产品*/
.inner_main_commonpro{
    margin: 30px 0px 50px 0px;
    overflow: hidden;
}
.inner_fl{
    float: left;
    width: 20%;
}
.inner_fls{
    margin-bottom: 30px;
    overflow: hidden;
}
.inner_fl_title{
    overflow:hidden;
    padding: 10px 12px;
    border-radius: 8px 8px 0px 0px;
    background-color: #f29600;
}
.inner_fl_title p{
    text-transform: uppercase;
    color:#fff;
    font-size:26px;
    font-weight: bold;
    overflow:hidden;
    background: url("../images/p.jpg") no-repeat left center;
    padding-left: 14px;
}
.inner_fl_con{
    overflow:hidden;
    background-color: #f5f5f5;
    padding: 16px 12px;
}
.inner_fl_con li{
    margin-bottom:10px;
    overflow:hidden;
    position: relative;
}
.inner_fl_con li:last-child{
    margin-bottom:0;
}
.inner_fl_con li a{
    display:block;
    color:#333;
    font-size:16px;
    background-color: #fff;
    line-height:44px;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.inner_fl_con li a:hover{
    color: #f29600;
    font-weight: bold;
}
.inner_fl_con li .more{
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height: 44px;
    cursor: pointer;
    background: url(../images/off.png) no-repeat right center;
    display: block;
    z-index: 5;
}
.inner_fl_con ul li:hover .more {
    background:url(../images/on.png) no-repeat right center;
}
.inner_fl_con li .er{
    display:none;
    background-color: #fff;
    overflow:hidden;
    padding: 0px 8px;
}
.inner_fl_con li .er li{
    margin-bottom:0;
    border-top:1px solid #fdeed6;
}
.inner_fl_con li .er li a {
    color:#333;
    font-size:14px;
    font-weight:normal;
    background: url(../images/pli.jpg) no-repeat 10px center;
    padding:0px 15px 0px 25px;
}
.inner_fl_con li .er li a:hover {
    color: #f29600;
    background: url(../images/pli_h.jpg) no-repeat 10px center;
}
.inner_fl_con ul .nav-show:hover .more {
    background:url(../images/on.png) no-repeat right center;
}
.inner_fl_con ul .nav-show .more {
    background:url(../images/on.png) no-repeat right center;
}
.inner_fl_con ul .nav-show .er {
    display:block;
    overflow:hidden;
    padding: 0px 8px;
}
.inner_fl_con ul .nav-show a {
    background-color: #fff;
    color: #f29600;
    font-weight: bold;
    padding:0px 10px;
}
.inner_fl_con .nav-show .er li a {
    background: url(../images/pli.jpg) no-repeat 10px center;
    color:#333;
    padding:0px 15px 0px 25px;
}
.inner_fl_con .nav-show .er li a:hover {
    background: url(../images/pli_h.jpg) no-repeat 10px center;
    color:#f29600;
    padding:0px 15px 0px 25px;
}
.inner_fr{
    float: right;
    width: 78%;
}
.inner_fr_title{
    border-bottom:1px solid #ccc;
    line-height:35px;
    overflow: hidden;
}
.inner_fr_title p{
    float: left;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.inner_fr_title span{
    float: right;
    background: url("../images/home.png") no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #4c4c4c;
}
.inner_fr_title span a{
    font-size: 16px;
    color: #4c4c4c;
}
.inner_fr_title span em{
    font-style: normal;
    color: #f29600;
}
.inner_fr_pro{
    padding: 2%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    margin: 18px 5px;
}


@media (min-width:1701px) and (max-width:1866px){
    .navdaohang{
        margin-right: 5%;
    }
}

@media (min-width:1501px) and (max-width:1700px){
    .container1{
        width:90%;
    }
    .navdaohang{
        margin-right: 3%;
    }
    .iban_txt{
        top:30%;
    }
    .about_frs{
        padding: 6%;
    }
    .about_frs_3{
        margin-top: 7%;
    }
    .news_img{
        width: 16%;
    }
    .news_txt{
        width: 84%;
    }
}

@media (min-width:1280px) and (max-width:1500px){
    .container1{
        width:95%;
    }
    .menupc li a{
        padding:0px 20px;
        font-size: 16px;
    }
    .navdaohang{
        margin-right: 2%;
    }
    .indexfooter_fl{
        padding-top: 30px;
    }
    .indexfooter_fc{
        padding-top: 30px;
    }
    .iban_txt{
        top:25%;
    }
    .about_frs{
        padding: 5%;
    }
    .about_frs_3{
        margin-top: 5%;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .news_img{
        width: 18%;
    }
    .news_txt{
        width: 82%;
        padding: 14px 20px;
    }
    .indexfooter_fl{
        font-size: 12px;
    }
    .indexfooter_fc{
        font-size: 12px;
    }
}

@media (min-width:1201px) and (max-width:1279px){
    .container1{
        width:95%;
    }
    .menupc li a{
        padding:0px 20px;
        font-size: 16px;
    }
    .navdaohang{
        margin-right: 1%;
    }
    .indexfooter_fl{
        padding-top: 20px;
    }
    .indexfooter_fc{
        padding-top: 20px;
    }
    .iban_txt{
        top:20%;
    }
    .about_frs{
        padding: 5%;
    }
    .about_frs_3{
        margin-top: 5%;
    }
    .about_frs_1 span:after{
        margin-top: 20px;
    }
    .about_frs_2{
        margin-top: 15px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .contact_title{
        font-size: 26px;
    }
    .news_img{
        width: 19%;
    }
    .news_txt{
        width: 81%;
        padding: 13px 15px;
    }
    .indexfooter_fl{
        font-size: 12px;
    }
    .indexfooter_fc{
        font-size: 12px;
    }
}

@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    #fenwei{
        margin-top: 60px;
    }
    .inner_banner{
        margin-top: 0px !important;
    }
    .iban_txt p{
        font-size: 30px;
    }
    .iban_txt span{
        font-size: 29px;
    }
    .about_frs{
        padding: 4%;
    }
    .about_frs_3{
        margin-top: 4%;
    }
    .about_frs_1 p{
        font-size: 20px;
    }
    .about_frs_1 span{
        font-size: 16px;
    }
    .about_frs_1 span:after{
        margin-top: 15px;
    }
    .about_frs_2{
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .about_frs_3{
        font-size: 16px;
        line-height: 28px;
    }
    .lxfs{
        padding: 0;
    }
    .lxfs1{
        margin-bottom: 15px;
    }
    .lxfs1 p{
        font-size: 15px;
        margin-left: 65px;
    }
    .ly_title h3{
        font-size: 26px;
    }
    .ly{
        margin-bottom: 18px;
    }
    .ly1 textarea{
        height: 280px;
    }
    .news_img{
        width: 20%;
    }
    .news_txt{
        width: 80%;
        padding: 9px 15px;
    }
    .inner_fl_title p{
        font-size: 20px;
    }
    .inner_fr_pro{
        padding: 18px;
    }
    .mouse-scroll{
        display: none;
    }
    .inner_fr_pro img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
}

@media(max-width:768px) {
    .iban_txt p{
        font-size: 26px;
    }
    .iban_txt span{
        font-size: 25px;
    }
    .about_frs_1 p{
        font-size: 18px;
    }
    .about_frs_1 span{
        font-size: 14px;
        line-height: 15px;
    }
    .about_frs_1 span:after{
        margin-top: 10px;
    }
    .about_frs_2{
        margin-top: 10px;
        font-size: 13px;
        line-height: 22px;
    }
    .about_frs{
        padding: 10px;
    }
    .about_frs_3{
        font-size: 13px;
        line-height: 28px;
        margin-top: 10px;
    }
    .contact_title{
        font-size: 20px;
    }
    .ly_title h3{
        font-size: 20px;
        line-height: 30px;
    }
    .lxfs{
        margin-bottom: 0px;
    }
    .inner_con_talent{
        padding: 20px 5px;
    }
    .inner_con_job{
        padding: 20px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .news_img{
        width: 27%;
    }
    .news_txt{
        width: 73%;
    }
    .inner_fl{
        width: 30%;
    }
    .inner_fr{
        width: 67%;
    }
}

@media(max-width:600px) {
    .indexfooter{
        position: inherit;
        background-color: #000;
    }
    .indexfooter_fl{
        float: none;
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexfooter_fc{
        float: none;
        width: 100%;
        padding-top: 0px;
        margin-bottom: 10px;
        text-align: center;
    }
    .indexfooter_fr{
        float: none;
        width: 100%;
    }
    .iban_txt p{
        font-size: 20px;
    }
    .iban_txt span{
        font-size: 19px;
    }
    .iban_txt{
        top:52%;
    }
    .about_fl{
        width: 100%;
    }
    .about_fr{
        width: 100%;
    }
    .about_frs{
        height: auto !important;
    }
    .inner_main_about li:nth-child(odd) .about_fl{
        float: none;
    }
    .inner_main_about li:nth-child(odd) .about_fr{
        float: none;
    }
    .inner_main_about li:nth-child(even) .about_fl{
        float: none;
    }
    .inner_main_about li:nth-child(even) .about_fr{
        float: none;
    }
    .ly{
        margin-bottom:0;
    }
    .tj input{
        width:100px;
        margin:0px 10px;
        line-height: 35px;
    }
    .ly label{
        font-size: 15px;
    }
    .ly1 label{
        font-size: 15px;
    }
    .contact_title{
        font-size: 18px;
    }
    .ly_title h3{
        font-size: 18px;
        line-height: 30px;
    }
    .ly1 textarea{
        height: 150px;
    }
    .tj{
        margin-bottom: 20px;
    }
    .tj input{
        font-size: 15px;
    }
    .service-title a{
        min-height:140px;
        line-height:35px;
    }
    .service-content{
        padding:0;
    }
    .talent_fl{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .job_top li{
        font-size: 15px;
        line-height: 35px;
    }
    .service-info-text h3{
        font-size: 15px;
    }
    .service-title dt{
        font-size: 15px;
    }
    .show_title{
        padding-bottom: 15px;
    }
    .show_title h3{
        font-size: 18px;
        padding-bottom: 10px;
        line-height: 25px;
    }
    .show_content{
        padding: 20px 5px;
    }
    .inner_main_news li{
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .inner_main_news li:nth-child(2n){
        margin-right: 0px;
    }
    .news_img{
        float: none;
        width: 100%;
    }
    .news_txt{
        float: none;
        width: 100%;
    }
    .news_txt1{
        margin-bottom: 0px;
    }
    .news_txt1 p{
        font-size: 16px;
        float: none;
        width: 100%;
    }
    .news_txt2 p{
        font-size: 14px;
    }
    .inner_fl{
        float: none;
        width: 100%;
        display: none;
    }
    .inner_fr{
        float: none;
        width: 100%;
    }
    .inner_fr_pro{
        padding: 15px;
    }
    .inner_fr_title{
        padding-bottom: 10px;
        line-height: 30px;
    }
    .inner_fr_title p{
        font-size: 16px;
        float: none;
        width: 100%;
    }
    .inner_fr_title span{
        float: none;
        width: 100%;
        font-size: 14px;
    }
    .inner_fr_title span a{
        font-size: 14px;
    }
    .indexfooter_fc p span{
        display: inline-block;
        padding-left: 10px;
    }
}

@media(max-width:414px) {

}

@media(max-width:320px) {

}






















