/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

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;
}

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



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/*滚动*/
#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;
}



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

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.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);
}






/*头部样式*/
.thead {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

#header {
    width: 1920px;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -960px;
    background: rgba(4, 20, 36, 0.48)
}

.logo {
    float: left;
    line-height: 94px;
}

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


/*热门搜索*/
.search {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}

#formsearch {
    float: right;
}

.hotSearch {
    width: 400px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

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

.k1 {
    line-height: 24px;
}



/*导航栏样式*/
#menu {
    width: 786px;
    margin-top: 26px;
    float: right;
}

.navs {
    height: 41px;
}

.navs li {
    line-height: 41px;
    height: 41px;
    text-align: center;
    width: 112px;
    float: left;
    position: relative;
    z-index: 999;
}

.navs li a {
    display: block;
    line-height: 41px;
    color: #fff;
    height: 41px;
    font-size: 16px;
    padding: 0;
}

.navs li a:hover {
    color: #004c9a;
    text-decoration: none;
    background: #fff;
}

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

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

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


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

/*搜索和热门搜索*/
.hotSearch a {
    margin-right: 6px;
}

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

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #3480ce;
    color: #fff;
    border: none;
    cursor: pointer;
}


.news_list1 li {
    position: relative;
}

.news_list1 li a {
    line-height: 53px;
    color: #444444;
    font-size: 14px;
    background: url(//cdn.myxypt.com/f7312eee/21/04/2854654da2ec627c41438fdc455b807e6c99e2fb.png) no-repeat left center;
    padding-left: 16px;
}

.news_list1 li a:hover {
    text-decoration: none;
    color: #00b538;
    background: url(//cdn.myxypt.com/f7312eee/21/04/b750ddd88bd6f9d9c56a133a24f5c4173d3a2202.png) no-repeat left center;
}

.news_list1 li span {
    color: #666666;
    z-index: 0;
    line-height: 53px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_list1 li h3 {
    font-size: 14px;
}


.product_list1 {
    margin-top: 39px;
    width: 1200px;
}

.product_list1 li {
    float: left;
    width: 283px;
    border: 1px solid #d2d2d2;
    margin-bottom: 30px;
    margin-right: 21px;
}
.product_list1 li:nth-last-child(-n+4){
    margin-bottom: 42px;
}
.product_list1 li:nth-child(4n) {
    margin-right: 0;
}
.product_list1 li a.img {
    display: block;
    border-bottom: 1px solid #ececec;
}

.product_list1 li a.img img {
    width: 100%;
    display: block;
}

.product_list1 li h3 {
    text-align: center;
    background: #fff;

}

.product_list1 li h3 a {
    font-weight: normal;
    line-height: 44px;
    font-size: 14px;
    color: #5a5a5a;
    display: block;
    letter-spacing: 1px;
}

.product_list1 li a.img {
    display: block;
}
.product_list1 li:hover h3 a {
    color: #366aa9;
}


.product_list2{margin-top: 55px;}
.product_list2 li{float:left;margin-left:9px;margin-right:9px;_display:inline;border:1px solid #ececec;margin-bottom: 48px;}
.product_list2 li a.img{display: block;border-bottom:1px solid #ececec;}
.product_list2 li a.img img{width:284px;height:228px;}
.product_list2 li h3{text-align:center;background: #fff;}
.product_list2 li h3 a{font-weight:normal;line-height: 44px;font-size: 14px;color: #333333;}
.product_list2 li a.img{display:block;}


.heng {
    height: 192px;
    background: url(//cdn.myxypt.com/f7312eee/21/04/6799830ad9e2b7e5a735e928c47c2d31cd8651ae.jpg) no-repeat left center;
    margin-top: 60px;

}
.heng-left  {
    width: 524px;
    margin-left: 142px;
    padding-top: 38px;
}
.heng-left h3 {
    font-size: 30px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
    font-weight: 400;
	text-shadow: 1px 1px 1px rgba(26, 15, 24, 0.8);
    margin-bottom: 18px;
}
.heng-left  p {
    font-size: 16px;
	color: #ffffff;
}
.heng-right{
    padding-left: 51px;
    background: url(//cdn.myxypt.com/f7312eee/21/04/d24715306ba887d5567d77c4058fdf59c29699c8.png) no-repeat left center;
    margin-top: 100px;

}
.heng-right h3 {
    font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.heng-right p {
    font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #ffffff;
}




/*滚动*/
#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;
}




.about-index {
    margin-top: 40px;
}

.about-left {
    width: 590px;
}

.about-content {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    text-align: justify;
    margin-top: 45px;
    width: 532px;
}

.about-content p {
    text-indent: 2em;
}

.about-list {
    margin: 0 -30px;
    margin-top: 50px;
}

.about-list li {
    float: left;
    margin: 0 35px;
    text-align: center;
}

.about-list li p {
    font-size: 14px;
    color: #555555;
    padding-top: 5px;
}

.about-right {
    width: 597px;
}



.product-bg {
    background: url(//cdn.myxypt.com/f7312eee/21/04/911404b2cdb5bdf5fae6609f6b931160242df685.jpg) no-repeat top center;
    height: 1175px;
    overflow: hidden;
    padding-top: 70px;
}

.p-title {
    text-align: center;
}

.p-more {
    width: 98px;
    height: 32px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
}

.p-more a {
    display: block;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 32px;
    color: #333333;
}


.about-bg {
    background: url(//cdn.myxypt.com/f7312eee/21/04/c9f733b33f8d2988c029504b697d2be2a05bdb2f.jpg) no-repeat top center;
    height: 450px;
    overflow: hidden;
}

.shili-index {
    margin-top: 20px;
    font-size: 14px;
}

.tel {
    color: #fff;
    margin-left: 775px;
    margin-bottom: 65px;
}

.shili-left {
    width: 466px;
    margin-left: 185px;
    margin-top: 20px;
}

.shili-title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.shili-content {
    font-size: 14px;
    color: #555555;
    line-height: 25px;
}

.shili-right {
    position: relative;
}

.l_btn,
.r_btn {
    position: absolute;
    cursor: pointer;
    z-index: 99999
}

.l_btn {
    left: -32px;
    top: 120px;
}

.r_btn {
    left: -32px;
    top: 162px;
}

#focus {
    width: 478px;
    height: 296px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#focus ul {
    height: 296px;
    position: absolute;
}

#focus ul li {
    width: 478px;
    height: 296px;
    overflow: hidden;
    position: relative;
    float: left;
}

#focus ul li a img {
    height: 296px;
    width: 478px;
}

#focus ul li div {
    position: absolute;
    overflow: hidden;
}

#focus .btnBg {
    position: absolute;
    width: 478px;
    height: 20px;
    left: 0;
    bottom: 0;
}

#focus .btn {
    position: absolute;
    width: 478px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: right;
}

#focus .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus .btn span.on {
    background: #fff;
}

#focus ul li h3 {
    display: block;
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
}

#focus ul li h3 a {
    color: #000000;
    font-size: 14px;
}


.news-index {
    margin-top: 50px;
}

.news-title {
    text-align: center;
    margin-bottom: 35px;
}

.news1 {
    width: 384px;
}

.news-title1 {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 14px;
}

.news-title1 a {
    display: inline-block;
    width: 64px;
    height: 20px;
    border: 1px solid #3795f1;
    border-radius: 15px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    float: right;
    line-height: 16px;
}

.news2 {
    margin: 0 20px;
}




.case-title {
    text-align: center;
}


.case-content {
    position: relative;
}

.l_btn1,
.r_btn1 {
    position: absolute;
    top: 37%;
    cursor: pointer;
}

.l_btn1 {
    left: -80px;
}

.r_btn1 {
    right: -80px;
}


.contact-bg {
    background: url(../images/ct.jpg) no-repeat top center;
    height: 405px;
    overflow: hidden;
}

.contact-index {
    padding-top: 113px;
}


.contact-left {
    width: 358px;
}

.ct1 {
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid#fff;
    padding-bottom: 5px;
    line-height: 32px;
}

.ct1 p:nth-of-type(2) {
    font-size: 16px;
}

.ct2 {
    margin-top: 10px;
}

.ct2 p {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    padding-left: 26px;
}

.ct2 p:nth-of-type(1) {
    background: url(../images/p1.png) no-repeat left center;
}

.ct2 p:nth-of-type(2) {
    background: url(../images/p2.png) no-repeat left center;
}

.ct2 p:nth-of-type(3) {
    background: url(../images/p3.png) no-repeat left center;
}

.ct2 p:nth-of-type(4) {
    background: url(../images/p4.png) no-repeat left center;
}

.ct2 p:nth-of-type(5) {
    background: url(../images/p5.png) no-repeat left center;
}

.mess {
    width: 620px;
}

.mess-title {
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    margin-bottom: 38px;
}

.mess-title p {
    font-size: 16px;
}



.message1 {
    z-index: 100;
    position: relative;
}

.message1 input {
    vertical-align: middle;
}

.message1 #name {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #fff;
    width: 286px;
    background: none;
    border-radius: 5px;
    margin-bottom: 26px;
    font-size: 14px;
    color: #fff;
}

.message1 #contact {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #fff;
    width: 286px;
    background: none;
    border-radius: 5px;
    margin-bottom: 26px;
    font-size: 14px;
    color: #fff;
}

.message1 #content {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #fff;
    width: 286px;
    background: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.message1 .msgbtn {
    background: #298df0;
    cursor: pointer;
    width: 624px;
    height: 37px;
    line-height: 27px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    font-family: "Microsoft YaHei";
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #01c44f;
}

#message1_main tr {
    position: relative;
}

#message1_main tr th {
    font-weight: normal;
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.m_label1 {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 37px;
    padding-left: 8px;
    color: #fff;
    z-index: 1;
    cursor: text;
    font-size: 14px;
    background: url(../images/t11.png) no-repeat 62px center;
}

.c_label1 {
    line-height: 18px;
    padding-top: 12px;
}

#checkcode {
    height: 32px;
    line-height: 32px;
    width: 143px;
    border: 1px solid #dedede;
}
/*友情链接*/
.f_link {
    width: 1296px;
    margin: 0 auto;
    margin-top: 0;
    line-height: 30px;
    margin-bottom: 15px;
   color: #272b34;
}

.f_link span {
    font-size: 28px;
   color: #272b34;;
    font-family: "宋体";
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
}

.f_link a {
    letter-spacing: 1px;
	color: #272b34;
    margin-right: 28px;
    position: relative;
}
.f_link a::after {
    content: "|";
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
}

/*页面底部*/
.foot-bg {
	background-color: #1f1f1f;
    overflow: hidden;
}

#footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    color: #8e8e8e;
}

#footer a {
    color: #8e8e8e;
}

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


.foot1 {
    width: 230px;
}

#footer .foot-title {
    font-weight: normal;
    font-size: 16px;
    color: #d8d8d8;
    border-bottom: 1px solid #676767;
    line-height: 40px;
    margin-bottom: 20px;
}

.foot2 {
    width: 370px;
    margin-left: 40px;
}

.nav_foot {
    font-size: 14px;
}

.nav_foot a {
    margin-right: 40px;
    line-height: 30px;
}

.ctf p {
    font-size: 14px;
    color: #8e8e8e;
    padding-left: 22px;
    line-height: 30px;
}

.ctf p:nth-of-type(1) {
    background: url(//cdn.myxypt.com/f7312eee/21/04/f6358aa4604f3fe7f991463b1cd9fbe852b1888a.png) no-repeat left center;
}

.ctf p:nth-of-type(2) {
    background: url(//cdn.myxypt.com/f7312eee/21/04/b0563007d508546e908ec226ce7742a1581a2d40.png) no-repeat left center;
}

.ctf p:nth-of-type(3) {
    background: url(//cdn.myxypt.com/f7312eee/21/04/185cafe5c7ff39707ef00664beace95300a7acbf.png) no-repeat left center;
}



.foot3 {
    width: 280px;
    margin-left: 42px;
    color: #8e8e8e;
    line-height: 30px;
}

.foot4 {
    width: 200px;
}

.foot4 p img {
    margin-bottom: 15px;
}

#footer .foot4 .zixun a {
    display: block;
    width: 130px;
    height: 40px;
    background: url(//cdn.myxypt.com/f7312eee/21/04/0ed15c462d2bc9660ce848926176b57b35ce1a2a.png) no-repeat center center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-left: 48px;
    margin-bottom: 14px;
}
#footer .foot4 .zixun a:last-child {
    background: url(//cdn.myxypt.com/f7312eee/21/04/6e27528c2e9d9529b39f8bb333812a1d5141ad86.png) no-repeat center center;
}



.copyright {
    text-align: center;
    line-height: 24px;
    border-top: 1px solid #4a4a4a;
    margin-top: 48px;
    padding: 10px 0;
    font-size: 14px;
}



.index-t1 {
    text-align: center;
    position: relative;
    margin-bottom: 52px;
}

.index-t1 h2 {
    font-size: 46px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
}

.index-t1 h3 {
    display: inline-block;
    background: #fff;
    font-size: 33px;
    color: #004c9a;
    font-weight: bold;
    margin-top: -25px;
    position: absolute;
    width: 140px;
    left: 530px;
}

.index-t2 {
    text-align: center;
    position: relative
}

.index-t2 h2 {
    font-size: 56px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
}

.index-t2 h3 {
    display: inline-block;
    background: #fff;
    font-size: 40px;
    color: #004c9a;
    font-weight: bold;
    margin-top: -30px;
    position: absolute;
    width: 200px;
    left: 500px;
}

.index-t3 {
    text-align: center;
    margin-bottom: 30px;
}

.index-t3 h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    background: url(//cdn.myxypt.com/f7312eee/21/04/95cfca6e70f4ff51664cf437efd8930a8ac1cccf.png) no-repeat center;
    line-height: 1.5;
    letter-spacing: 3px;
}

.index-t3 h2 span {
    color: #004c9a;
}

.index-t3 p {
    font-size: 14px;
    line-height: 2;
}



/*内页左侧样式*/


.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-position a {
    color: #333;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}