/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}

a:hover {
    color: #b00c0c;
    text-decoration: none;
}

a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}

a.com:hover {
    color: #c50001;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #188ffa;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 16px;
}

a.appendix:hover {
    color: red;
}
img{
	border: none;
}
/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin10 {
    margin-top: 10px;
}
.margin20 {
    margin-top: 20px !important;;
}
.margin40 {
    margin-top: 40px !important;
}

.m_r_40 {
    margin-right: 2% !important;
}

.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}

/*=================首页==================*/
.header{
    background: url(en-headerbg.png) center bottom no-repeat;
    background-size: contain;
}
.container{
    width: 85%;
    margin: 0 auto;
}
.logo{
    padding: 38px 0;
}
.china{
    text-align: center;
	line-height: 144px;
    
}
.china a{
	padding: 7px 2px;
    font-size: 14px;
	/*border: 1px solid #db4954;*/
	border-radius: 7px;
    color: #db4954;
}
.china a img{
	vertical-align: middle;
}

/*.china a:hover{
	background-color: #db4954;
	color: #fff;
	-webkit-transition: all .4s;
}*/
.nav{
    height: 60px;
    background-color: #c50001;
}
.nav ul{
    overflow: hidden;
}
.nav ul li{
    float: left;
    text-align: center;
}
.nav ul li a{
    display: block;
    line-height: 60px;
    color: #fff;
    padding: 0 56px;
    font-size: 20px;
}
.nav ul li .home {
    padding: 0 65px;
}
.nav ul li a:hover,.nav ul li a.on{
    background-color: #d20001;
}
.pos{
    height: 48px;
    text-align: left;
    line-height: 48px;
    background: url(en-pos-icon.png) 0% 50% no-repeat;
    text-indent: 2em;
}
.pos a{
    color: #666;
}
.item > li {
    float: left;
    height: 44px;
    font-size: 20px;
    position: relative;
}
.item > li > a:hover, .item > li.on > a {
    color: #c50001;
}

.item > li > a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #666;
    padding: 0 18px;
	background-color: #fff;
}
.item > li > a:hover::before, .item > li.on > a::before {
    background-color: #c50001;
}

.item > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 20px;
    background-color: transparent;
}
.enbox{
    width: 100%;
    position: relative;
}
.enbox ul{
    float: left;
    width: 48%;
}
.enbox ul li{
    line-height: 40px;
    position: relative;
    text-indent: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.enbox ul li span {
    float: right;
    color: #7b7b7b;
}
.enbox >ul >li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 5px;
    height: 5px;
    background-color: #7b7b7b;
}
.line{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    border: 1px dashed #eee;
}
.pages {
    width: 60%;
    margin: 30px auto;
    color: #7c7c7c;
}
.pages .pagination{
    float: left;
}
.pages .pagination li{
    float: left;
    padding: 0 5px;
}
.pages .pagination li  a{
    display: block;
    padding: 5px 7px;
    color: #7c7c7c;
}
.pages .pagination li.first{
    padding: 0 0 0 16px;
    background: url(en-left.png) left center no-repeat;
}
.pages .pagination li.last{
    padding: 0 16px 0 0;
    background: url(en-right.png) right center no-repeat;
}
.pages .pagination li .goto{
    display: block;
    padding: 5px 7px;
    background-image: linear-gradient(#c50001, #ff5400);
    border-radius: 15px;
    color: #fff;
}

/*---------------art----------------------*/
#mainText {
    padding: 35px 0 25px 0;
    margin: 0 auto;
    color: #404040;
    font-size: 16px;
    line-height: 200%;
}
#breadcrumb {
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #333;
}
.font-size {
    width:33%;
    text-align: left;
    line-height: 34px;
}
.center-info{
    width:33%;
    text-align: center;
    line-height: 34px;
}
.share-info {
    width:33%;
    text-align: right;
    line-height: 34px;
}
#breadcrumb a {
    color: #333;
}

.art-title-box {
    margin: 0 auto;
    background-color: #fff;
}

.art-title {
    margin: 0 auto;
    padding-top: 0px;
}

.art-title h1 {
    font-weight: normal;
    margin: 40px;
    font-weight: bold;
    font-family: "Times New Roman";
}

.art-title h1 p {
    font-size: 28px;
    line-height: 40px;
    color: #333;
    text-align: center;
    outline: none;
}

#othermessage {
    font-size: 14px;
    line-height: 14px;
    color: #999;
    width: 100%;
    margin: 0 auto 30px;
}

#othermessage dl {
    margin: 0;
}

#othermessage dl a {
    color: #999;
}

#othermessage dl a.on {
    color: #333;
}

.bdsharebuttonbox {
    margin-left: -10px;
}

.bdsharebuttonbox a {
    margin: -1px 0 0 10px !important;
    font-size: 14px !important;
}

.repeatX {
    width: 100%;
    background: url(wfn-line.png) 0 0 repeat-x;
    height: 8px;
}

.art-bottom .pre{
    width: 40%;
    background: url(en-left.png) left center no-repeat;
    color: #c7c7c7;
    text-align: left;
    text-indent: 28px;
    margin-top: 37px;
}
.art-bottom .next{
    width: 40%;
    background: url(en-right.png) right center no-repeat;
    color: #c7c7c7;
    text-align: right;
    padding-right: 28px;
    margin-top: 37px;
}
.art-bottom .qrcode{
    width: 20%;
    text-align: center;
}
.art-bottom .pre a,.art-bottom .next a{
    display: block;
    color: #c7c7c7;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
/*------------footer--------------*/
.footer {
    width: 100%;
    background-color: #fff;
    border-top: 5px solid #d30b15;
    margin-top: 20px;
}

.footbg{
    width: 99%;
    margin: 20px auto;
    padding-top: 31px;
    /*background-color: #f4f4f4;*/
}
.footbg h3{
    border-bottom: 3px solid #f2f2f2;
    width: 100%;
    background-color: #E5E5E5;
    height: 51px;
    line-height: 51px;
    color: #444;
    text-align: left;
    padding-left: 20px;
    margin-top: -31px;
}
.footbg a{
    color: #444;
}

.footer-left{
    width: 20%;
    text-align: center;
}
.footer-center{
    width: 60%;
    text-align: center;
}
.footer-center p{
    font-size: 14px;
    line-height: 28px;
}
.footer-right{
    width: 20%;
    text-align: center;
}


/*-------------govment--------------*/
.gov-left{
    width: 66%;
}
.ldzp{
    width: 23%;
    margin: 20px 3% 20px 2%;
}
.ldzp img {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.ldxx .item,.xqxx .item,.ldlist-box .item{
    border-bottom: 1px solid #ccc;
}
.ldzp p{
    color: #c50001;
    font-size: 20px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 35px;
}

.jl-box {
    width: 72%;
    margin-top: 20px;
    font-size: 22px;
}

.jl-box .title{
    font-weight: bold;
    font-style: italic;
    background: url(wfn-jl-icon.png) left center no-repeat;
    text-indent: 25px;
}
.jl-box .title img {
    vertical-align: middle;
    padding-right: 5px;
}
.jl-box .info {
    padding: 10px 0;
    overflow: hidden;
}
.jl-box .info p{
    line-height: 45px;
    color: #575757;
}
.jl-more{
    text-align: center;
    margin: 10px 0 15px;
}
.xqxx-box{
    overflow: hidden;
}
.xqxx-box li{
    float: left;
    width: 16.6%;
    text-align: center;
    margin-top: 15px;
}
.xqxx-box li a{
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c80f10;
    color: #333;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.xqxx-box li a:hover{
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}



.ldlist{
    width: 32%;
    margin-left: 2%;
}
.ldlist-box{
    background-color: #f8f8f8;
    font-size: 18px;
}
.fszzp{
    margin-top: 20px;
}
.fszzp li{
    float: left;
    width: 33.3%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}
.fszzp li a{
    display: block;
    width: 82%;
    margin: 0 auto;
    color: #4a4a4a;
}
.fszzp li img{
    display: block;
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
}

/*-----------culture------------*/
.wh-box{
    margin: 0 0 33px;
}
.wh1{
    background: url(en-wh1-pic.jpg) right center no-repeat;
}
.wh-info{
    width: 54%;
    margin: 20px 0;
    background-color: #f2f2f2;
    padding: 20px;
}
.wh-info .item{
    border-bottom: 1px solid #ccc;
}
.wh-info p{
    color: #505050;
    line-height: 28px;
    padding: 10px;
}
.wh-info .more{
    display: block;
    width: 112px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    background: url(en-to-right-white.png) 77% center no-repeat  #ee8d03;
}
.wh2{
    background: url(en-wh2-pic.jpg) left center no-repeat;
}
.wh3{
    background: url(en-wh3-pic.jpg) right center no-repeat;
}
.wh4{
    background: url(en-wh4-pic.jpg) left center no-repeat;
}
.enbox ul.wh-news {
    float: none;
    margin: 15px 0 0;
    width: 100%;
}
.enbox ul.wh-news li{
    line-height: 35px;
}
.enbox >ul.wh-news >li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 5px;
    height: 5px;
    background-color: #c50001;
}
.wh-mr{
    margin: 10px 0;
}
.wh-mr li{
    float: left;
    width: 20%;
    line-height: 44px;
    position: relative;
    text-indent: 15px;
}
ul.wh-mr >li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    width: 5px;
    height: 5px;
    background-color: #c50001;
}
/*-------------business--------------*/
.banner img{
    display: block;
    width: 100%;
}
.three-part{
    width: 32%;
}
.three-part >ul{
    background: url(en-titlebg.png) 200px center no-repeat;
}
.three-part .item{
    position: relative;
}

.three-part .item .more{
    float: right;
    padding: 0 0 0 7px;
    height:44px;
    line-height: 44px;
    background-color: #fff;

}
.three-part .item .more a{
    color: #ffaf16;
}
.enbox ul.news {
    float: none;
    margin: 15px 8px 0;
    width: 100%;
}
.pro-box li{
    float: left;
    width: 20%;
}
.pro-box li a{
    display: block;
    width: 96%;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.pro-box li a>img{
    display: block;
    width: 100%;
}
.pro-box li a> h2{
    font-size: 20px;
    color: #000;
    border-left: 9px solid #ffc016;
    padding: 0 0 0 9px;
    margin-top: 7px;
}
.pro-box li a>p{
    text-align: right;
    font-size: 12px;
    line-height: 40px;
    color: #000;
}

.pro-box li:hover h2{
    color: #c50001;
}


/*-----------friend cities-----------*/
.fc-box li{
    float: left;
    width: 20%;
}
.fc-box li a{
    display: block;
    position: relative;
    width: 92%;
    margin: 10px auto;
    -webkit-transition: all .4s;
}
.fc-box li a img{
    display: block;
    width: 100%;
}
.fc-box li a .shade{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 10px solid #c50001;
    background-color: rgba(0,0,0,.4);
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.fc-box li a:hover .shade{
    display: block;
}

.fc-box li a:hover .shade p{
    font-size: 40px;
    padding-top: 20%;
}

.wenhua .wh-info{
    width: 49%;
    margin: 0;
    padding: 10px 20px 20px;
}
.wenhua .wh-info .more {
    margin-top: 0;
}
.half{
    width: 49%;
}
.half ul li{
    float: left;
    width: 50%;
}
.half ul li a{
    display: block;
    width: 98%;
    height: 157px;
    margin-bottom: 18px;
    font-size: 28px;
    color: #fff;
    line-height: 157px;
    text-align: left;
    padding-left: 140px;
}
.half ul li a.whbg1{
    background: url(whbg1.png) center no-repeat #c31417;
    padding-left: 167px;
    margin-left: 0;
}
.half ul li a.whbg2{
    background: url(whbg2.png) center no-repeat #e8941c;
    margin-left: 2%;
    padding-left: 130px;
    line-height: 28px;
    padding-top: 50px;
}
.half ul li a.whbg3{
    background: url(whbg3.png) center no-repeat #35DB63;
    margin: 0 2% 0 0;
}
.half ul li a.whbg4{
    background: url(whbg4.png) center no-repeat #149ff8;
    margin:0 0 0 2%;
    padding-left: 140px;
}
.wh-title {
    background: url(en-wh-titlebg1.png) center no-repeat;
    text-align: center;
    color: #c50001;
    margin: 0 0 10px;
}
.wh-title h3{
    font-size: 26px;
	color: #c50001;
}
.subtitle{
    border-bottom: 1px solid #ccc;
}
.subtitle ul{
    width: 50%;
    margin: 0 auto;
}
.subtitle ul li{
    float: left;
    text-align: center;
    width: 33.33%;
    font-size: 20px;
}
.subtitle ul li a{
    display: block;
    width: 99%;
    background-color: #f2f2f2;
    padding: 8px 0;
    color: #000;
}
.subtitle ul li a.on{
    background-color: #c50001;
    color: #fff;
}
.wh-img-box >ul >li{
    float: left;
    width: 25%;
}
.wh-img-box >ul >li> a{
    display: block;
    width: 96%;
    margin: 18px auto 0;
}
.wh-img-box ul li a img{
    display: block;
    width: 100%;
}
.wh-title1 {
    background: url(en-wh-titlebg2.png) center no-repeat;
}

.wh-img-trans-box li{
    float: left;
}
.wh-img-trans-box li a{
    width: 98%;
    margin: 10px auto 0;
    display: block;
}
.wh-img-trans-box li a img{
    display: block;
    width: 100%;
    height: 265px;
}

/*---------photo gallery-----------*/
.btn-more{
    width: 150px;
    margin: 20px auto;
    padding: 8px 15px;
    background-color: #ee8d03;
    text-align: center;
    border-radius: 10px;
}

/*-----------focus------------*/
.focus-box li{
    float: left;
    width: 33.33%;
    font-family: "Times New Roman";
    font-size: 28px;
}
.focus-box li a{
    display: block;
    width: 96%;
    height: 176px;
    line-height: 176px;
    text-align: center;
    text-indent: 60px;
    font-family: "Times New Roman";
    font-size: 28px;
    margin-bottom: 20px;
}
.focus-box li .focus1{
    background: url(en-focus1.png)  center no-repeat;
    color: #fff;
}
.focus-box li .focus2{
    background: url(en-focus2.png)  center no-repeat;
    color: #ff473f;
    text-indent: 90px;
}
.focus-box li .focus3{
    background: url(en-focus3.png)  center no-repeat;
    color: #fff;
    text-indent: 80px;
}
.focus-box li .focus4{
    background: url(en-focus4.png)  center no-repeat;
    color: #fff;
    text-indent: 55px;
}
.focus-box li .focus5{
    background: url(en-focus5.png)  center no-repeat;
    color: #fff;
}
.focus-box li .focus6{
    background: url(en-focus6.png)  center no-repeat;
    color: #2779ad;
}
/*-----------------fengzhenghui----------------------*/
.fzh-header img{
    display: block;
    width: 100%;
}
.half>img{
    display: block;
    width: 100%;
}
.wenhua .fzh-left{
    width: 53%;
}
.wenhua .fzh-right{
    width: 46%;
}
.fzh-left {
    background-color: #fff;
}

.fzh-list-left{
    width:41%;
    margin-right: 2%;
}
.fzh-list-left img{
    display: block;
    width:100%;
}
.fzh-list-right{
    width: 57%;
}
.fzh-list-right .item{
    border-bottom: 1px solid #ccc;
}
.fzh-list li{
    margin: 25px 0 0;
}
.date{
    width: 10%;
    background-color: #fff1f1;
    color: #565656;
    text-align: center;
}
.date p{
    line-height: 25px;
}
.date .year{
    font-size: 18px;
    border-top: 1px solid #fff;
}
.date p span{
    color: #f96e6f;
}
.date p i{
    color: #fff;
}
.fz-info{
    width: 89%;
    margin-left: 1%;
}
.fz-info a{
    font-size: 18px;
    display: block;
    line-height: 30px;
    font-weight: bold;
    font-family: "Times New Roman";
    color: #000;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap
}
.fz-info p{
    font-size: 16px;
    color: #9e9e9e;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.fzh-list li:hover .info a{
    color: #c8101e;
}
.fzh-img-box li{
    float: left;
    width: 25%;
}
.fzh-img-box li a{
    display: block;
    width: 96%;
	height: 341px;
    margin: 15px auto;
    background-color: #f7f7f7;
}
.fzh-img-box li a img{
    display: block;
    width: 100%;
	height: 261px;
}
.fzh-img-box li a p{
    position: relative;
    font-size: 18px;
    padding: 0 0 20px 20px;
    margin-top: 10px;
    color: #252525;
    line-height: 25px;
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
}
.fzh-img-box li a p::before{
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #e60012;
    top: 0px;
    left: 2px;
}

/*--20200520--*/
/*----------contact us--------------*/
.wenda{
    width: 70%;
}
.wd-box{
    background: url(en-lxwmleft.png) left center no-repeat #d8e6da;
}
.wd-box ul{
    margin-left: 270px;
    background: url(en-lxwmright.png) right center no-repeat #d8e6da;
    height: 257px;
    padding: 35px 0;
}
.wd-box ul li{
    line-height: 35px;
    position: relative;
    text-indent: 12px;
}
.wd-box ul li::before{
    content:'';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #c50001;
    left: 0;
    top: 16px;
}
.contact{
    width: 28%;
    margin-left: 2%;
    background-color: #f8f8f8;
}
.cont-box{
    height: 257px;
    padding: 5px 15px;
}
.cont-box li{
    margin: 9px 0 25px;
}
.cont-box .tel{
    background: url(en-tel.png) left center no-repeat;
    padding-left: 50px;
}
.cont-box .mail{
    background: url(en-email.png) left center no-repeat;
    padding-left: 50px;
}
.cont-box .addr{
    background: url(en-address.png) left center no-repeat;
    padding-left: 50px;
}

/*---------20200521------------*/
.xiaochi{}
.xiaochi li{
    width: 25%;
}
.wh-img-box .xiaochi li a{
    display: block;
    position: relative;
    width: 94%;
    margin: 15px auto 0;
    background-color: #fde7e7;
    height: 68px;
    line-height: 68px;
    text-indent: 20px;
    color: #000;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    padding-right: 17px;
}
.wh-img-box .xiaochi li a::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 10px;
    top: 47%;
    background-color: #333;
    border-radius: 2px;
}
.wh-img-box .xiaochi li a::after{
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-left-color: #e60012;
    top: 39%;
    right: 2px;
}


.wh-img-box .wh >li{
    width: 49%;
    margin-top: 20px;
    border: 1px solid #eee;
}

.img-left{
    width: 40%;
    height: 227px;
}

.img-left img{
    display: block;
    width: 100%;
    height: 100%;
}
.whinfo-right{
    width: 58%;
	height: 227px;
    text-align: left;
}
.whinfo-right h3{
    text-align: center;
    font-size: 26px;
    color: #c50001;
    margin: 15px 0 7px;
}

.whinfo-right p{
    color: #505050;
    line-height: 29px;
}

.whinfo-right .more {
    display: block;
    width: 112px;
    padding: 8px 20px;
    border-radius: 10px;
    color: #fff;
    margin: 5px 10px 10px 0;
    background: url(en-to-right-white.png) 77% center no-repeat #ee8d03;
}
.whinfo-right .enbox ul.wh-news {
    float: none;
    margin: 0 0 0 10px;
    width: 100%;
}
.whinfo-right .wh-mr{
    margin-left: 10px;
}

.whinfo-right .wh-mr li{
    width: 33%;
}
.whinfo-right .enbox ul.wh-news li {
    line-height: 29px;
	padding-right:20px;
}
.whinfo-right .wh-mr li {
    line-height: 34px;
}

/*------------------首页-------------------*/
.sy-header{

}
.sy-header .sy-nav{
    padding: 0 41px;
}
.sy-header .sy-nav li{
    float: left;
    padding: 0 15px;
    line-height: 144px;
}
.sy-header .sy-nav li a{
    font-size: 20px;
    color: #1a1a1a;
}
.sy-header .china {
    line-height: 144px;
}

.sy-banner{
    position: relative;
}
.sy-banner img{
    display: block;
    width: 100%;
}

.sy-banner h2{
    position: absolute;
    width: 48%;
    top: 100px;
    left: 50%;
    margin-left: -59px;
    font-size: 38px;
    color: #fff;
    text-shadow:5px 2px 6px #333;
}
.sy-banner a{
    position: absolute;
    bottom: 50px;
    left: 84%;
    display: block;
    background-color: #fff100;
    padding: 8px 20px;
    border-radius: 20px;
    color: #c50001;
}

.wfjj{
    width: 48%;
}
.wfjj .jj-img{
    padding: 9px 0 0 9px;
}
.wfjj .jj-img img{
    display: block;
    width: 100%;
    box-shadow: -9px -9px 0px 0px #c50001;
    -webkit-box-shadow: -9px -9px 0px 0px #c50001;
    -moz-box-shadow: -9px -9px 0px 0px #c50001;
}
.wfjj h2{
    padding: 9px 0 9px 9px;
    position: relative;
    font-size: 26px;
    color: #c50001;
}
.wfjj h2::after{
    content:"";
    position: absolute;
    width: 21%;
    left: 9px;
    bottom: 5px;
    height: 1px;
    background-color: #c50001;
}

.wfjj p{
    padding: 9px 9px 0 9px;
    line-height: 32px;
    color: #505050;
}

.wfjj>a {
    display: block;
    width: 112px;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    margin: 10px 0 0 9px;
    background: url(en-to-right-white.png) 77% center no-repeat #c50001;
}
.wfnews{
    width: 52%;
    padding-left: 2%;
    background-color: #f6f6f6;
    padding-bottom: 12px;
}

.wfnews >ul{
    background: url(en-titlebg.png) 200px center no-repeat;
}
.wfnews .item{
    position: relative;
}

.wfnews .item .more{
    float: right;
    padding: 0 10px 0 7px;
    height:44px;
    line-height: 44px;

}
.wfnews .item .more a{
    color: #ffaf16;
}


.wfnews-box .date {
    width: 70px;
    height: 70px;
    padding: 10px 0;
    background-color: #fff;
    color: #565656;
    border-radius: 50%;
    text-align: center;
}
.wfnews-box .fz-info {
    padding: 10px 0;
}

.wfnews-box .fzh-list li{
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}
.wfnews-box .date p i{
	color: #ddd;
}
.wfnews-box .date .year{
	border-top: 1px solid #ddd;
}
.sy-fw li{
    float: left;
    width: 25%;
    margin-top: 20px;
}
.sy-fw li a{
    display: block;
    width: 92%;
    margin: 0 auto;
    height: 254px;
    background: url(sy-server-icon.png) center 18% no-repeat;
}
.sy-fw li a p{
    font-size: 18px;
    padding: 130px 25px 0;
    line-height: 29px;
    color: #898989;
}
.sy-fw li a:hover{
    background: url(sy-server-icon-h.png) center 18% no-repeat #e85403;
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}
.sy-fw li a:hover p{
    color: #fff;
}

.sy-wh li{
    width: 50%;
    float: left;
    position: relative;
}
.sy-wh li a{
    display: block;
    width: 98%;
	height: 190px;
    margin: 10px auto;
    padding: 15px 15px 15px 180px;
    background-color: #f9fafb;
    border-top: 3px solid transparent;
}
.sy-wh li a .sywh1{
    background: url(en-sy-wh1.png) center no-repeat;
}
.sy-wh li a .sywh2{
    background: url(en-sy-wh2.png) center no-repeat;
}
.sy-wh li a .sywh3{
    background: url(en-sy-wh3.png) center no-repeat;
}
.sy-wh li a .sywh4{
    background: url(en-sy-wh4.png) center no-repeat;
}

.sy-wh li a .icon{
    display: inline-block;
    position: absolute;
    left: 3%;
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 75px;
}
.sy-wh li a h3{
    font-size: 20px;
    line-height: 55px;
    color: #1a1a1a;
}
.sy-wh li a p{
    color: #505050;
    line-height: 30px;
}

.sy-wh li a:hover{
    border-top: 3px solid #c50001;
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-transition: all .4s;
}
.sy-wh li a:hover .icon{
    border: 1px solid transparent;
    -webkit-transition: all .4s;
}
.sy-wh li a:hover .sywh1{
    background: url(en-sy-wh1-h.png) center no-repeat #c50001;
    -webkit-transition: all .4s;
}
.sy-wh li a:hover .sywh2{
    background: url(en-sy-wh2-h.png) center no-repeat #c50001;
    -webkit-transition: all .4s;
}
.sy-wh li a:hover .sywh3{
    background: url(en-sy-wh3-h.png) center no-repeat #c50001;
    -webkit-transition: all .4s;
}
.sy-wh li a:hover .sywh4{
    background: url(en-sy-wh4-h.png) center no-repeat #c50001;
    -webkit-transition: all .4s;
}

.sy-wh li a:hover h3{
    color: #c50001;
    -webkit-transition: all .4s;
}
.sy-zt li{
    float: left;
    width: 33.33%;
}
.sy-zt li a{
    display: block;
    width: 90%;
	height: 411px;
    margin: 10px auto;
    box-shadow: 1px 1px 10px 2px #CCC;
    -webkit-box-shadow: 1px 1px 10px 2px #CCC;
    -moz-box-shadow: 1px 1px 10px 2px #CCC;
}
.sy-zt li a img{
    display: block;
    width: 100%;
    height: 273px;
}
.sy-zt li a p{
    font-size: 18px;
    position: relative;
    color: #491d1d;
    padding: 40px 15px 50px;
}
.sy-zt li a p::before{
    content: "";
    position: absolute;
    width: 10%;
    left: 15px;
    top: 28px;
    height: 2px;
    background-color: #c50001;

}
.whinfo-right .enbox ul.wh-news li::before{
	top: 11px;
}
.whinfo-right .wh-mr li::before{
	top: 17px;
	left: 5px;
}









/*----------------适配不同尺寸屏幕---------------*/
@media screen and (max-width:1604px){
    .nav ul li a {
        padding: 0 41px;
        font-size: 19px;
    }
    .nav ul li .home {
        padding: 0 36px;
    }
    .ldzp p {
        font-size: 18px;
    }
    .jl-box .info p {
        line-height: 42px;
    }
    .wh-mr li {
        width: 25%;
    }
    .wh-info p {
        line-height: 26px;
        padding: 5px;
    }
    .half ul li a.whbg1 {
        padding-left: 140px;
    }
    .half ul li a.whbg2 {
        padding-left: 100px;
    }
    .half ul li a {
        padding-left: 115px;
    }
    .half ul li a.whbg4 {
        padding-left: 110px;
    }
    .fzh-list{
        height: 313px;
        overflow: hidden;
    }
    /*--20200520--*/
    .wd-box ul {
        margin-left: 270px;
        background: url(en-lxwmright.png) right center no-repeat #d8e6da;
        height: 257px;
        padding: 20px 0;
    }

    .whinfo-right .wh-mr li a{
        font-size: 13px;
    }

    .sy-header .logo{
        width: 380px;
    }
    .sy-header .logo img{
        display: block;
        width: 100%;
    }
    .sy-header .sy-nav li a {
        font-size: 18px;
    }
    .sy-header .sy-nav {
        padding: 0 10px;
    }
    .sy-header .sy-nav li {
        padding: 0 10px;
        line-height: 132px;
    }
	.sy-header .china {
		line-height: 132px;
		position: absolute;
		right: 4%;
	}
    
    .fz-info {
        width: 88%;
        margin-left: 1%;
    }
    .wfnews-box .fzh-list{
        height:467px ;
    }
	.fszzp li a{
		font-size: 15px;
	}
	
	.fzh-img-box li a{
		height: 296px;
	}
	.fzh-img-box li a img{
		height: 217px;
	}
	.wh-img-box ul li a img{
		height: 200px;
	}
	
	.wh-img-box .xiaochi li a{
		height: 58px;
		line-height: 58px;
		padding-right: 30px;
	}
	.wh-img-box .img-left{
		height: 197px;
		overflow: hidden;
	}
	.whinfo-right h3{
		margin: 5px;
	}
	.wh-img-box .whinfo-right{
		height: 197px;
		overflow: hidden;
	}
	.whinfo-right .more{
		padding: 2px 20px;
	}
	.whinfo-right p{
		line-height: 23px;
	}
	.whinfo-right .enbox ul.wh-news li{
		line-height: 26px;
		padding-right: 20px;
	}
	.whinfo-right .enbox ul.wh-news li::before{
		top: 11px;
	}
	.whinfo-right .wh-mr{
		height: auto;
		margin: 0 0 0 10px;
	}
	.whinfo-right .wh-mr li{
		line-height: 36px;
	}
	.whinfo-right .wh-mr li::before{
		top: 17px;
		left: 5px;
	}
	
}


@media screen and (max-width:1444px){
    .nav ul li a {
        padding: 0 29px;
        font-size: 19px;
    }
    .nav ul li .home {
        padding: 0 40px;
    }
    .ldzp p {
        font-size: 16px;
    }
    .jl-box .info p {
        line-height: 38px;
    }
    .jl-box {
        font-size: 20px;
    }
    .wh-info p {
        line-height: 24px;
        padding: 5px;
    }
    .wh-info .more {
        width: 100px;
        padding: 3px 20px;
    }
    .fzh-list {
        height: 273px;
        overflow: hidden;
    }
    .fzh-list li {
        margin: 18px 0;
    }
    /*--20200520--*/
    .wd-box ul li {
        line-height: 28px;
    }
    .wd-box ul {
        padding: 16px 0;
    }
    .wd-box ul li::before {
        top: 12px;
    }

    .whinfo-right .wh-mr {
        margin-left: 10px;
        height: 120px;
        overflow: hidden;
    }
    .whinfo-right p {
        line-height: 22px;
    }
    .whinfo-right .wh-mr li {
        width: 50%;
    }

    
    .sy-header .logo {
        width: 300px;
    }
    .sy-header .sy-nav li {
        padding: 0 8px;
        line-height: 120px;
    }
    .sy-header .sy-nav li a {
        font-size: 17px;
    }

	.sy-header .china {
		line-height: 120px;
		right: 7%;
	}
    .fz-info {
        width: 86%;
        margin-left: 1%;
    }
    .wfnews-box .fzh-list {
        height: 474px;
    }
	.sy-wh li a p{
		line-height: 27px;
	}
	.sy-zt li a {
		height: 377px;
	}
	.sy-zt li a img{
		height: 220px;
	}
	
	.fzh-img-box li a{
		height: 292px;
	}
	.fzh-img-box li a img{
		height: 196px;
	}
	.wh-img-box ul li a img{
		height: 180px;
	}
	
	.whinfo-right h3{
		font-size: 17px;
		margin: 5px 0;
	}
	.wh-img-box .xiaochi li a{
		height: 51px;
		line-height: 51px;
		padding-right: 30px;
	}
	.wh-img-box .img-left{
		height: 176px;
		overflow: hidden;
	}
	.wh-img-box .whinfo-right{
		height: 176px;
		overflow: hidden;
	}
	.whinfo-right .more{
		padding:0 20px;
	}
	.whinfo-right .enbox ul.wh-news li{
		line-height: 26px;
		padding-right: 20px;
	}
	.whinfo-right .enbox ul.wh-news li a.com{
		font-size:14px;
	}
	.whinfo-right .enbox ul.wh-news li::before{
		top:9px;
	}
	.whinfo-right .wh-mr{
		height: auto;
		margin: 0 0 0 10px;
	}
	.whinfo-right .wh-mr li{
		line-height: 20px;
	}
	.whinfo-right .wh-mr li::before{
		top: 7px;
	}
	.wenhua .wh-info {
		padding: 11px 20px 22px;
	}

}


@media screen and (max-width:1284px){
    .nav ul li a {
        padding: 0 20px;
        font-size: 19px;
    }
    .nav ul li .home {
        padding: 0 22px;
    }
    .ldzp p {
        font-size: 14px;
    }
	.fszzp li a {
		height: 154px;
	}
    .jl-box .info p {
        line-height: 34px;
    }
    .jl-box {
        font-size: 18px;
    }
    .fszzp li {
        font-size: 16px;
    }
    .wh-mr li {
        width: 33.333%;
    }
    .wh-info p {
        line-height: 22px;
        padding: 5px;
    }
    .half ul li a.whbg1 {
        padding-left: 105px;
    }
    .half ul li a.whbg2 {
        padding-left: 66px;
    }
    .half ul li a {
        padding-left: 78px;
    }
    .half ul li a.whbg4 {
        padding-left: 77px;
    }
    .fzh-list {
        height: 241px;
        overflow: hidden;
    }
    .fzh-list li {
        margin: 10px 0;
    }
    /*--20200520--*/
    .cont-box li h3{
        font-size: 14px;
    }
    .wd-box ul li {
        line-height: 25px;
    }
    .wd-box ul {
        padding: 18px 0;
    }

    .whinfo-right p {
        line-height: 20px;
		font-size: 12px;
    }

   
    .sy-header .logo {
        width: 240px;
    }
    .sy-header .sy-nav li {
        padding: 0 6px;
        line-height: 111px;
    }
    .sy-header .sy-nav li a {
        font-size: 16px;
    }
	.sy-header .china {
		line-height: 111px;
	}
    .fz-info {
        width: 84%;
        margin-left: 1%;
    }
    .sy-fw li a p {
        padding: 100px 25px 0;
    }
	.sy-wh li a p{
		line-height: 20px;
		font-size: 15px;
	}
	.sy-zt li a {
		height: 347px;
	}
	.sy-zt li a img{
		height: 190px;
	}
	
	.fzh-img-box li a{
		height: 270px;
	}
	.fzh-img-box li a img{
		height: 174px;
	}
	.wh-img-box ul li a img{
		height: 150px;
	}
	
	.whinfo-right h3{
		font-size: 17px;
		margin: 0;
	}
	.wh-img-box .xiaochi li a{
		height: 41px;
		line-height: 41px;
		padding-right: 30px;
	}
	.wh-img-box .img-left{
		height: 146px;
		overflow: hidden;
	}
	.wh-img-box .whinfo-right{
		height: 145px;
		overflow: hidden;
	}
	.whinfo-right .more{
		padding:0 20px;
	}
	.whinfo-right .enbox ul.wh-news li{
		line-height: 20px;
	}
	.whinfo-right .enbox ul.wh-news li a.com{
		font-size:12px;
	}
	.whinfo-right .enbox ul.wh-news li::before{
		top:9px;
	}
	.whinfo-right .wh-mr{
		height: auto;
		margin: 0 0 0 10px;
	}
	.whinfo-right .wh-mr li{
		line-height: 16px;
	}
	.whinfo-right .wh-mr li::before{
		top: 7px;
	}
	
}


@media screen and (max-width:1028px){
    .nav ul li a {
        padding: 0 8px;
        font-size: 18px;
    }
    .nav ul li .home {
        padding: 0 13px 0 12px;
    }
    .jl-box .info p {
        line-height: 29px;
    }
    .jl-box {
        font-size: 16px;
    }
    .fszzp li {
        font-size: 14px;
    }
    .xqxx-box li a {
        font-size: 14px;
    }
    .wh-mr li a:link,.wh-mr li a:visited,.wh-mr li a:active{
        font-size: 12px;
    }
    .item > li {
        font-size: 16px;
    }
    .fc-box li a:hover .shade h3{
        font-size: 16px;
    }
    .half ul li a{
        font-size: 20px;
        padding-left: 140px;
    }
    .half ul li a.whbg1 {
        padding-left: 80px;
    }
    .half ul li a.whbg2 {
        background: url(whbg2.png) 33% no-repeat #e8941c;
        padding-left: 72px;
        padding-top: 50px;
    }
    .half ul li a.whbg3{
        background: url(whbg3.png) 40% no-repeat #35DB63;
        padding-left: 73px;
    }
    .half ul li a.whbg4{
        background: url(whbg4.png) 33% no-repeat #149ff8;
        padding-left: 80px;
    }
	.wenhua .wh-info{
		height: 332px;
	}
	.wenhua .fzh-info{
		height: 195px;
	}
    .wh-info .more {
        width: 100px;
        padding: 1px 20px;
    }
    .wh-info p {
        line-height: 17px;
        padding: 5px;
    }
    .subtitle ul li a {
        font-size: 16px;
    }
    .fzh-list {
        height: 184px;
        overflow: hidden;
    }
    /*--20200520--*/
    .wd-box ul li {
        line-height: 20px;
    }

    .whinfo-right h3 {
        font-size: 16px;
		margin:0;
    }
    .whinfo-right p {
        line-height: 17px;
		font-size:12px;
    }

   
    .sy-header .sy-nav {
        padding: 0 10px;
    }
    .sy-header .logo {
        width: 180px;
    }
    .sy-header .sy-nav li {
        padding: 0 6px;
        line-height: 102px;
    }
    .sy-header .sy-nav li a {
        font-size: 12px;
    }
	.sy-header .china {
		line-height: 102px;
	}
    .fz-info {
        width: 82%;
        margin-left: 1%;
    }
    .sy-fw li a p {
        padding: 100px 10px 0;
    }
    .china a {
        font-size: 12px;
    }
	
	.sy-zt li a p{
		padding: 40px 6px 50px; 
	}
	.sy-wh li a p{
		line-height: 20px;
		font-size: 12px;
	}
	.sy-wh li a{
		padding: 15px 15px 15px 175px;
	}
	.sy-zt li a {
		height: 333px;
	}
	.sy-zt li a img{
		height: 176px;
	}
	
	.fzh-img-box li a{
		height: 263px;
	}
	.fzh-img-box li a img{
		height: 140px;
	}
	
	.fszzp li a{
		font-size: 15px;
		height:130px;
	}
	.wh-img-box ul li a img{
		height: 120px;
	}
	.wh-img-box .xiaochi li a{
		height: 40px;
		line-height: 40px;
		padding-right: 30px;
	}
	.wh-img-box .xiaochi li a::after{
		top: 28%;
	}
	.wh-img-box .img-left{
		height: 143px;
		overflow: hidden;
	}
	.wh-img-box .whinfo-right{
		height: 143px;
		overflow: hidden;
	}
	.whinfo-right .more{
		padding:0 20px;
	}
	.whinfo-right .enbox ul.wh-news li{
		line-height: 20px;
	}
	.whinfo-right .enbox ul.wh-news li a.com{
		font-size:12px;
	}
	.whinfo-right .enbox ul.wh-news li::before{
		top:9px;
	}
	.whinfo-right .wh-mr{
		height: auto;
		margin: 0 0 0 10px;
	}
	.whinfo-right .wh-mr li{
		line-height: 16px;
	}
	.whinfo-right .wh-mr li::before{
		top: 7px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}